a ruby on rails 4.1 example app to learn about the asset pipeline.
clone this repository, then
bundle
rake db:migrate
rails server
now point your browser at the homepage at http://localhost:3000/ or at http://localhost:3000/todo.html
There is a demo site of the solution on heroku
Die seed.rb gibt es, um die Datenbank mit vordefinierten Daten zu befüllen. Sie liegt unter db/seed.rb. Um die Datenbank zu befüllen muss rake db:seed ausgeführt werden.