Jason Foreman
jason****@three*****
Fri Feb 1 14:01:56 JST 2008
On Jan 29, 2008, at 10:14 AM, Eloy Duran wrote: > Hi all, > > Could the people who are on RubyCocoa trunk please test > the MailDemoActiveRecordBindings sample in rev. 2180. > > Because there were multiple reports from people which > seem to run into problems with recent changes to the ActiveRecord > stuff, > however I don't seem to experience those problems. The active record support appears to have been broken for some time on case sensitive filesystems: > > [Session started at 2008-01-31 22:54:21 -0600.] > 2008-01-31 22:54:22.778 MailDemoActiveRecordBindings[81776:10b] > MyController#init: MissingSourceFile: no such file to load -- > FileUtils > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ > 1.8/rubygems/custom_require.rb:27:in `gem_original_require' > etc... I believe it should be requiring 'fileutils' rather than 'FileUtils'. Though the module name is camel case, the Ruby file containing the module has no capitals. Patch is attached (perhaps overkill for a 2 character/1 line change, but oh well). Cheers, Jason -------------- next part -------------- A non-text attachment was scrubbed... Name: active-record-fileutils.patch Type: application/octet-stream Size: 653 bytes Desc: not available Url : http://lists.sourceforge.jp/mailman/archives/rubycocoa-devel/attachments/20080131/929578ad/attachment.obj -------------- next part -------------- P.S. Sorry for cross post, but there appear to be two distinct RubyCocoa developer lists, which don't appear to be linked. So I'm hoping one of the two will lead this to the right place. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2417 bytes Desc: not available Url : http://lists.sourceforge.jp/mailman/archives/rubycocoa-devel/attachments/20080131/929578ad/attachment.bin