Thank God Starbucks created a third place to go. First two being home and work. It is easier to code/study when there’s noise in the background and other people also slaving away. At least for me. Although, I’m at Caribou, not Starbucks.
Entries from January 2007
Checklist for a new Rails project
January 7, 2007 · Leave a Comment
Here’s a cheat sheet to starting a new rails project.
- Create the rails proj (rails proj_name)
- Update the database connection (config\database.yml)
- Create the database (create database)
- Generate the model (ruby script\generate model)
- Edit the migration file (db\migrate\…)
- Create database table for the model (db\migrate\rake migrate)
- Generate the scaffold (ruby script\generate model controller)
- Run the server (ruby script\server)
- Run the app (http://localhost:3000/controller)
- Eat the cake
Categories: rubyonrails
Welcome 2007!
January 1, 2007 · Leave a Comment
Happy 2007! Let the coding fun begin.
Categories: personal