On Thu, Mar 3, 2011 at 1:55 PM, Glen <damnbig...@gmail.com> wrote:

> rails console is generating an empty application called console rather
> than launching the console.  How do I get into the console.  rails
> server works fine by the way.
>

Are you using Rails 3? Sounds to me like you are trying to start the console
by the Rails 3 way 'rails console' but your Rails v installed is < 3.
Creating a rails app in < Rails 3 you did by 'rails app_name' but in rails 3
you do 'rails new app_name'

If you want to start the console in pre-Rails 3 use 'script/console'


>
> --
> 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
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
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 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to