- Rails project_name
- Delete public/index
- Generate controller - Plural
- Generate model - Singular
- Setup database.yml
- Rake db:create then migrate
- Setup config/routes
- Setup controller
- Setup model
- Setup view
- index
- show
- new
- create
- edit
- update
- delete
- paperclip - photo attachment
- thinking_sphinx - full text search
- will_paginate - pagination
0 comments:
Post a Comment