Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Jan 26, 2012
1 parent 052e985 commit b04df09
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -17,16 +17,10 @@ Run `bundle install` and add the following line to

//= require ember

If you want to include the new date-time helpers provided by ember, you
can use:

//= require ember-datetime

Ember-rails also provides a way to run Ember in development mode, you
can switch out your require statements to use the dev copies like so:

//= require ember-dev
//= require ember-datetime-dev

Ask Rails to serve HandlebarsJS and pre-compile templates to Ember
by putting each template in a dedicated ".js.hjs" or ".handlebars" file
Expand All @@ -44,10 +38,6 @@ Now a single line in the layout loads everything:

<%= javascript_include_tag "templates/all" %>

## History

ember-rails is based on https://github.com/kiskolabs/sproutcore-rails.

## Note on Patches/Pull Requests

1. Fork the project.
Expand Down

0 comments on commit b04df09

Please sign in to comment.