Hello I am trying to run the command: rails g model User name:string email:string and I am getting the below error, and i dont know what it means - please help thanks - Jeff C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-3.2.0/ lib/action_dispatch/routing/mapper.rb:179:in `default_controller_and_action'': missing :controller from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:76:in `normalize_options!'' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:59:in `initialize'' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in `new'' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in `add_route'' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1282:in `decomposed_match'' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1268:in `block in match'' ... -- 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 Apr 23, 11:59 am, Jeff Kyzer <kyzer...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello > > I am trying to run the command: > > rails g model User name:string email:string > > and I am getting the below error, and i dont know what it means - > please help > thanks - Jeff >One of your routes isn''t specifying the controller it routes. The full stack trace probably has the line in routes.rb that is being complained about Fred> C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-3.2.0/ > lib/action_dispatch/routing/mapper.rb:179:in > `default_controller_and_action'': missing :controller > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:76:in > `normalize_options!'' > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:59:in > `initialize'' > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in `new'' > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in > `add_route'' > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1282:in > `decomposed_match'' > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1268:in `block > in match'' > > ...-- 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.
did u config ur mysql ok? the best answer is change to *nix os. that wont many unknow errors occurs. 2012/4/25 Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > > On Apr 23, 11:59 am, Jeff Kyzer <kyzer...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello > > > > I am trying to run the command: > > > > rails g model User name:string email:string > > > > and I am getting the below error, and i dont know what it means - > > please help > > thanks - Jeff > > > One of your routes isn''t specifying the controller it routes. The full > stack trace probably has the line in routes.rb that is being > complained about > > Fred > > > > C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-3.2.0/ > > lib/action_dispatch/routing/mapper.rb:179:in > > `default_controller_and_action'': missing :controller > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:76:in > > `normalize_options!'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:59:in > > `initialize'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in `new'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in > > `add_route'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1282:in > > `decomposed_match'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1268:in `block > > in match'' > > > > ... > > -- > 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. > >-- *愿爱与喜悦心与你同在! 石岩敬上 大连东软信息学院 计算机系软件工程应用方向 Dalian NEUSOFT Institute of Information 中国-大连市软件园路8号 邮编:116023 **Mail:hlcfan.yan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org* <hlcfan.yan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> *Phone:15242613529* -- 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.
Thanks a ton Fred. I went to my routes.rb file and after staring at it for about an hour, I found the typo. dam typos. learning this is a ton of fun, but I am losing some hair. :) Jeff On Apr 24, 6:10 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Apr 23, 11:59 am, Jeff Kyzer <kyzer...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello > > > I am trying to run the command: > > > rails g model User name:string email:string > > > and I am getting the below error, and i dont know what it means - > > please help > > thanks - Jeff > > One of your routes isn''t specifying the controller it routes. The full > stack trace probably has the line in routes.rb that is being > complained about > > Fred > > > > > > > > > C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-3.2.0/ > > lib/action_dispatch/routing/mapper.rb:179:in > > `default_controller_and_action'': missing :controller > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:76:in > > `normalize_options!'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:59:in > > `initialize'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in `new'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in > > `add_route'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1282:in > > `decomposed_match'' > > from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ > > actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1268:in `block > > in match'' > > > ...-- 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.