alnutile / 405-angularjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailsCasts Episode #405: AngularJS

http://railscasts.com/episodes/405-angularjs

Requires Ruby 1.9.2 or higher.

Commands used in this episode

rails new raffler
cd raffler
rails g controller raffle index
rm public/index.html
rails g resource entry name winner:boolean
rake db:migrate
rake db:seed

About