search for: named_base

Displaying 2 results from an estimated 2 matches for "named_base".

Did you mean: name_base
2011 May 06
1
scaffold didn't work
...#39;' from /usr/lib/ruby/gems/1.8/gems/activesupport-3.0.7/lib/ active_support/lazy_load_hooks.rb:42:in `run_load_hooks'' from /usr/lib/ruby/gems/1.8/gems/activerecord-3.0.7/lib/ active_record/base.rb:1904 from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rails/ generators/named_base.rb:97:in `pluralize_table_names?'' from /usr/lib/ruby/gems/1.8/gems/railties-3.0.7/lib/rails/ generators/named_base.rb:44:in `table_name'' from /usr/lib/ruby/gems/1.8/gems/activerecord-3.0.7/lib/rails/ generators/active_record/model/model_generator.rb:16:in `create_migration...
2013 Mar 14
7
No Migration Files are created
I''ve been working with Rails for 3 Months now, but haven''t experienced this problem until now. I''m currently working through Micharl Hartls Tutorial and everything worked fine so far, but suddenly (chapter 11) I can nolonger create Migration Files. when entering "rails g model Name field1:type" I don''t get the usual "create db/migrate...."