On 15 July 2010 00:02, ct9a <[email protected]> wrote: > Wow, you made an RoR app without using rake. > You must share with us on how did you do the following without rake. > > 1) create the databases for the environments (ie dev,test and/or prod)
First time I used Rails I created a DB in phpMyAdmin and manually added the fields... > 2) list all your routes Back then, I hadn't grasped routes (still find them slippery little buggers even now) > 3) prepopulate your database table contents (ie. fact data) I did, however, discover the console early on, and (mis)used it happily for a few months. Ease up on the sarcasm when someone asks a perfectly legitimate question.... as if you understood everything in one blinding flash when you first dabbled with Rails... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

