Our homework assignment for last night [7.8.2013] was to make our first Rails app. The requirements were basically to make a To-Do application using Ruby, Rails and Active record.
I had to leave earlier during class (had to withdraw my rent, like the adult that I am), but I was relatively comfortable with the commands to get a Rails app up-and-running.
The App ‘story’:
- Create Todo
- View all Todos
- Link all pages
- Edit & Delete Todos
Tools:
- Ruby
- Active Record
- **Rails**
- Model
- Views
- *Routes*
- rake db:migrate
- config/routes.rb
- rake routes