Skip to content

Instantly share code, notes, and snippets.

View ashugit's full-sized avatar

Sudhanshu Saxena ashugit

View GitHub Profile

Notable libraries in my Rails + Ember stack

General

  • Devise: Devise uses Rails views, so I have the user management separate from the Ember app.

Templating

  • haml-rails
  • hamlbars
@ashugit
ashugit / index.html
Created August 27, 2012 11:43 — forked from timoxley/index.html
simple example using ember router and connect outlet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ember.js Router Example</title>
<meta name="description" content="Example of a basic Ember.js application with a Router" />
<meta name="author" content="http://codebrief.com" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>