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. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Mar 3, 2011 at 11:55 AM, Glen <damnbigman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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.In the same window? It sure sounds like you''re invoking two entirely different versions of Rails. You might want to provide a *little* more (as in, *any*) information about your environment... -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Mar 3, 2011 at 1:55 PM, Glen <damnbigman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.