From: <el...@us...> - 2007-05-24 14:39:26
|
Revision: 1773 http://svn.sourceforge.net/rubycocoa/?rev=1773&view=rev Author: el_oy Date: 2007-05-24 07:39:25 -0700 (Thu, 24 May 2007) Log Message: ----------- 2007-05-24 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb: - ActiveRecordTableView#scaffold_columns_for will now set NSTableColumn#identifier to the name of the attribute so you can use this to check which column it is. - Added metaclass methods #find & method_missing which handles #find_by_foo to the ActiveRecordProxy, which works as normal but returns proxies for the results. - Optimized model class resolve method. Now also caches it. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/tests/tc_active_record.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |