Scott Peterson wrote:
>
> BTW, Norm, I tried your idea as well, but the rails console window shuts 
> down as soon as it starts.
>   
You can get the same thing by bringing up a window running cmd.  cd to 
wherever IR is and run "use_ruby.cmd"  It will set up the paths and cd 
to rails_apps.  You can then go into your app and do what you want.  
There us really nothing special about the "ruby console" window.

Might the problem be that you have not created the database you refer 
to?  You have to create the database specified in database.rb before you 
can do much of anything.  Mysqladmin can be used to do that for mysql.

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to