search for: type_name_with_modul

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

Did you mean: type_name_with_module
2006 Feb 02
0
proposed bugfix/patch: ActiveRecord cross-module associations
...ant to be able to say: Foo::Bar.belongs_to :wibble, :class_name => "::Wibble" If you don''t try to prefix ''Wibble'' with ''::'' it complains about uninit constant "Foo::Wibble" which completely makes sense. However, the AR::Base.type_name_with_module method assumes that *all* names belong in (for example) "Foo" and spits out "Foo::::Wibble". I''ve included a patch below that solves the problem by treating type_names that are prefixed with ''::'' differently. I''d appreciate any feedback...
2006 Mar 20
0
Only 8 tickets remaining for Next Final Drive (Rails 1.1)
...developers that worked so hard to improve rails after the 1.0 release! Only 8 tickets remain in the FD report. Next Final Drive (what will be fixed before Rails 1.1) http://dev.rubyonrails.org/report/14 #4234 AR serialization broken with PostgreSQL/Ruby 1.8.2 ActiveRecord David 03/14/06 #4155 type_name_with_module fails, throws Uninitialized Constant ActiveRecord rails@bitsweat.net 03/09/06 #4090 Redirect to index from an action with an id makes /index explicit ActiveRecord nseckar@gmail.com 03/05/06 #3909 ACID migrations for databases which support it. ActiveRecord nzkoz 02/21/06 #3517 [PATCH] allowing...