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 [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.

Reply via email to