search for: belongs_to_without_reflect

Displaying 6 results from an estimated 6 matches for "belongs_to_without_reflect".

2006 Feb 17
3
Migration Errors?
...lib/active_support/core_ext/hash/keys.rb:48:in `assert_valid_keys'': Unknown key(s): polymorphic (ArgumentError) from /Applications/Locomotive/Bundles/rails-1.0.0-min.bundle/Contents/Resources/ports/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/associations.rb:519:in `belongs_to_without_reflection'' from (eval):5:in `belongs_to'' from script/../config/../vendor/plugins/acts_as_taggable/lib/tagging.rb:3 from /Applications/Locomotive/Bundles/rails-1.0.0-min.bundle/Contents/Resources/ports/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/d...
2006 Jan 17
15
legacy database and finder_sql nightmare!
...produce the following errors. ArgumentError (Unknown key(s): finder_sql): /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/hash/keys.rb:48:in `assert_valid_keys'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/associations.rb:519:in `belongs_to_without_reflection'' (eval):5:in `belongs_to'' /app/models/name.rb:4 /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/associations.rb:355:in `has_many_without_reflection'' (eval):5:in `has_many'' /app/models/order.rb:4 Can anyone help me out wi...
2006 Mar 22
15
Rails-1.1.0-RC1 tagged today (4010)
Looks like Rails 1.1.0 RC1 is finally here: http://dev.rubyonrails.org/changeset/4010 -- Posted via http://www.ruby-forum.com/.
2006 Mar 22
0
Another Problem with params
...ramework Trace | Full Trace C:/InstantRails_1_0/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/hash/keys.rb:48:in `assert_valid_keys'' C:/InstantRails_1_0/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/associations.rb:519:in `belongs_to_without_reflection'' (eval):5:in `belongs_to'' #{RAILS_ROOT}/app/models/spare.rb:6 #{RAILS_ROOT}/app/controllers/admin_controller.rb:24:in `create'' Request Parameters: {"commit"=>"Create", "spare"=>{"nature"=>"C", "remarks...
2005 Jul 07
3
NameError Exception
....1.0/lib/active_support/dependencies.rb:172:in `require_association'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.11.0/lib/active_record/associations.rb:679:in `require_association_class'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.11.0/lib/active_record/associations.rb:436:in `belongs_to_without_reflection'' c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.1.0/lib/active_support/dependencies.rb:193:in `load'' c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.1.0/lib/active_support/dependencies.rb:193:in `load'' c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.1.0/lib/active_suppor...
2006 Jan 10
13
InstantRails 1.0 problems...
Hi, I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000. I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of "production" and SCGI port: to 5000 instead of 9998.