You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(82) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(191) |
Feb
(105) |
Mar
(83) |
Apr
(21) |
May
(89) |
Jun
(68) |
Jul
(106) |
Aug
(45) |
Sep
(40) |
Oct
(34) |
Nov
(45) |
Dec
(16) |
2008 |
Jan
(17) |
Feb
(14) |
Mar
(2) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(25) |
Oct
(20) |
Nov
(2) |
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(10) |
Oct
|
Nov
(8) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(30) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(45) |
Nov
(40) |
Dec
(2) |
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(57) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
From: <lr...@us...> - 2007-05-22 00:31:54
|
Revision: 1758 http://svn.sourceforge.net/rubycocoa/?rev=1758&view=rev Author: lrz Date: 2007-05-21 17:31:52 -0700 (Mon, 21 May 2007) Log Message: ----------- 2007-05-22 Laurent Sansonetti <lsa...@ap...> * framework/tool/standaloneify.rb: When copying RubyCocoa.framework, use `cp -R' and not `cp -r'. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/standaloneify.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-21 19:54:56
|
Revision: 1757 http://svn.sourceforge.net/rubycocoa/?rev=1757&view=rev Author: lrz Date: 2007-05-21 12:54:53 -0700 (Mon, 21 May 2007) Log Message: ----------- 2007-05-21 Laurent Sansonetti <lsa...@ap...> * framework/tool/standaloneify.rb: Added the standaloneify.rb script, by Jonathan Paisley. Fixed a few bugs. Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/framework/tool/standaloneify.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-05-21 14:09:51
|
Revision: 1756 http://svn.sourceforge.net/rubycocoa/?rev=1756&view=rev Author: kimuraw Date: 2007-05-21 07:09:50 -0700 (Mon, 21 May 2007) Log Message: ----------- revert r1754 Removed Paths: ------------- trunk/src/sample/MailDemo/MailDemoSimple/README Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-05-21 13:44:10
|
Revision: 1755 http://svn.sourceforge.net/rubycocoa/?rev=1755&view=rev Author: kimuraw Date: 2007-05-21 06:44:07 -0700 (Mon, 21 May 2007) Log Message: ----------- NSString behave like Ruby String, "to_s" will not be needed mostly. This change enables: * comparison between NSString and String nsstr == rbstr nsstr != rbstr * call Ruby String methods with NSString nsstr.gsub(...) nsstr + "other string" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb Added Paths: ----------- trunk/src/tests/tc_nsstring_compat.rb Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-05-21 13:43:35
|
Revision: 1754 http://svn.sourceforge.net/rubycocoa/?rev=1754&view=rev Author: kimuraw Date: 2007-05-21 06:43:33 -0700 (Mon, 21 May 2007) Log Message: ----------- Added Paths: ----------- trunk/src/sample/MailDemo/MailDemoSimple/README Property Changed: ---------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-19 12:35:55
|
Revision: 1753 http://svn.sourceforge.net/rubycocoa/?rev=1753&view=rev Author: el_oy Date: 2007-05-19 05:35:52 -0700 (Sat, 19 May 2007) Log Message: ----------- 2007-05-19 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/active_record.rb: Did some refining of the NSTableView subclass and the scaffold_columns_for method now also takes an optional block. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-18 21:08:43
|
Revision: 1752 http://svn.sourceforge.net/rubycocoa/?rev=1752&view=rev Author: el_oy Date: 2007-05-18 14:08:42 -0700 (Fri, 18 May 2007) Log Message: ----------- 2007-05-18 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/active_record.rb: Added a subclass of OSX::NSTableView called OSX::ActiveRecordTableView. This subclass has an instance method called scaffold_table_columns_for(). You pass it a ActiveRecord::Base subclass and the ActiveRecordSetController instance that the NSTableColumns should be bound to. See the source file for an example. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-18 15:29:39
|
Revision: 1751 http://svn.sourceforge.net/rubycocoa/?rev=1751&view=rev Author: el_oy Date: 2007-05-18 08:29:37 -0700 (Fri, 18 May 2007) Log Message: ----------- 2007-05-18 Eloy Duran <e....@su...> * sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sql, sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sqlite, sample/MailDemo/MailDemoActiveRecordBindings/migrate, sample/MailDemo/MailDemoActiveRecordBindings/migrate/002_create_emails.rb, sample/MailDemo/MailDemoActiveRecordBindings/migrate/001_create_mailboxes.rb, sample/MailDemo/MailDemoActiveRecordBindings/MyController.rb, sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj, sample/MailDemo/MailDemoActiveRecordBindings/Database.rb, framework/src/ruby/osx/objc/active_record.rb, tests/maildemo.sql, tests/tc_active_record.rb: Added support for db migrations to osx/active_cocoa through the OSX::ActiveRecordConnector module. It uses the ActiveRecord::Migrator module with some OSX specific syntax, like automatically create a dbfile in ~/Library/Application Support/AppIdentifier/AppIdentifier.sqlite Updated the MailDemoActiveRecordBindings to make use of the new connection module. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MyController.rb trunk/src/tests/tc_active_record.rb Added Paths: ----------- trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/migrate/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/migrate/001_create_mailboxes.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/migrate/002_create_emails.rb trunk/src/tests/maildemo.sql Removed Paths: ------------- trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Database.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sql trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sqlite This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-17 16:39:52
|
Revision: 1750 http://svn.sourceforge.net/rubycocoa/?rev=1750&view=rev Author: lrz Date: 2007-05-17 09:39:46 -0700 (Thu, 17 May 2007) Log Message: ----------- 2007-05-17 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Added support to decode structure fields of the union type. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-17 16:00:00
|
Revision: 1749 http://svn.sourceforge.net/rubycocoa/?rev=1749&view=rev Author: lrz Date: 2007-05-17 08:59:56 -0700 (Thu, 17 May 2007) Log Message: ----------- 2007-05-17 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/libffi.m, framework/src/objc/ocdata_conv.m: - Properly handle exceptions NSGetSizeAndAlignment could throw ; - Increased the method encoding buffer when analyzing its arguments. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/libffi.m trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-16 14:13:09
|
Revision: 1748 http://svn.sourceforge.net/rubycocoa/?rev=1748&view=rev Author: lrz Date: 2007-05-16 07:13:05 -0700 (Wed, 16 May 2007) Log Message: ----------- 2007-05-16 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo/MailDemoActiveRecordBindings/Info.plist: Uses the icon. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-16 14:08:31
|
Revision: 1747 http://svn.sourceforge.net/rubycocoa/?rev=1747&view=rev Author: lrz Date: 2007-05-16 07:08:29 -0700 (Wed, 16 May 2007) Log Message: ----------- 2007-05-16 Laurent Sansonetti <lsa...@ap...> * sample/buildall.rb: Run xcodebuild in quiet mode, display the projects that were successfully built and those who failed at the end of the script. * sample/ViewModelDemo/ViewModel Demo.xcodeproj/project.pbxproj: Fixed the product name of the `Default' target. Modified Paths: -------------- trunk/src/sample/ViewModelDemo/ViewModel Demo.xcodeproj/project.pbxproj trunk/src/sample/buildall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-05-16 00:48:30
|
Revision: 1746 http://svn.sourceforge.net/rubycocoa/?rev=1746&view=rev Author: hisa Date: 2007-05-15 17:48:28 -0700 (Tue, 15 May 2007) Log Message: ----------- 2007-05-16 Fujimoto Hisa <hi...@fo...> * framework/pre-install.rb: removed the installation of the bridge support metada files, because these files are included in the Resources of the framework, or the files are installed at another time (e.g. installing phage of the bridge support). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-15 15:35:13
|
Revision: 1745 http://svn.sourceforge.net/rubycocoa/?rev=1745&view=rev Author: lrz Date: 2007-05-15 08:35:11 -0700 (Tue, 15 May 2007) Log Message: ----------- oops Modified Paths: -------------- trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-15 15:33:21
|
Revision: 1744 http://svn.sourceforge.net/rubycocoa/?rev=1744&view=rev Author: lrz Date: 2007-05-15 08:33:19 -0700 (Tue, 15 May 2007) Log Message: ----------- 2007-05-15 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_wrapper.rb: Better detection of the (deprecated) symbol-value-... syntax. * framework/src/objc/mdl_objwrapper.m, framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, tests/tc_printf_format.rb: Added support for the 'printf_format' bridge support annotations. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.h trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/framework/src/objc/ocdata_conv.h trunk/src/framework/src/objc/ocdata_conv.m trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb Added Paths: ----------- trunk/src/tests/tc_printf_format.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-15 12:59:07
|
Revision: 1743 http://svn.sourceforge.net/rubycocoa/?rev=1743&view=rev Author: el_oy Date: 2007-05-15 05:58:54 -0700 (Tue, 15 May 2007) Log Message: ----------- 2007-05-15 Eloy Duran <e....@su...> sample/MailDemo/MailDemoActiveRecordBindings/MailboxProxy.rb, sample/MailDemo/MailDemoActiveRecordBindings/Email.rb, sample/MailDemo/MailDemoActiveRecordBindings/EmailProxy.rb, sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj, sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb, framework/src/ruby/osx/objc/oc_attachments.rb, framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb: Updated the active_record lib to not pollute the String class and make use of the new NSObject#to_ruby method. Added conversion for NSAttributedString to NSObject#to_ruby in oc_attachments.rb. Separated the proxy classes from the actual model files, this to make it more clear what's what. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Email.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb trunk/src/tests/tc_active_record.rb Added Paths: ----------- trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/EmailProxy.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailboxProxy.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-14 21:37:33
|
Revision: 1742 http://svn.sourceforge.net/rubycocoa/?rev=1742&view=rev Author: lrz Date: 2007-05-14 14:37:30 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo/MailDemoSimple/Info.plist, sample/MailDemo/MailDemoBindings/Info.plist: Better CFBundleIdentifier tags. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/MailDemo/MailDemoBindings/Info.plist trunk/src/sample/MailDemo/MailDemoSimple/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-14 19:40:19
|
Revision: 1741 http://svn.sourceforge.net/rubycocoa/?rev=1741&view=rev Author: el_oy Date: 2007-05-14 12:40:17 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Eloy Duran <e....@su...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSArray.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSXMLDocument.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSString.rb, framework/tool/gen_bridge_doc/lib/lib/method_def.rb, framework/tool/gen_bridge_doc/lib/lib/class_def.rb, framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTokenFieldCell.rb: Added support for the latest documentation updates from apple. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb trunk/src/framework/tool/gen_bridge_doc/lib/lib/class_def.rb trunk/src/framework/tool/gen_bridge_doc/lib/lib/method_def.rb Added Paths: ----------- trunk/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTokenFieldCell.rb trunk/src/framework/tool/gen_bridge_doc/lib/Foundation/NSArray.rb trunk/src/framework/tool/gen_bridge_doc/lib/Foundation/NSString.rb trunk/src/framework/tool/gen_bridge_doc/lib/Foundation/NSXMLDocument.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-14 16:41:09
|
Revision: 1740 http://svn.sourceforge.net/rubycocoa/?rev=1740&view=rev Author: lrz Date: 2007-05-14 09:41:08 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/ruby_addition.rb, framework/src/ruby/osx/objc/oc_attachments.rb, framework/src/objc/ocdata_conv.m, tests/tc_plist.rb, tests/tc_types.rb, tests/tc_attachments.rb: Introduced NSObject#to_ruby, which converts the given Cocoa type to the Ruby equivalent (converting sub-elements for NSArray and NSDictionary). Added and updated test cases. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/ocdata_conv.m trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb trunk/src/tests/tc_attachments.rb trunk/src/tests/tc_plist.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-14 14:49:36
|
Revision: 1739 http://svn.sourceforge.net/rubycocoa/?rev=1739&view=rev Author: el_oy Date: 2007-05-14 07:49:33 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Eloy Duran <e....@su...> * sample/MailDemo/MailDemoActiveRecordBindings/Database.rb, sample/MailDemo/MailDemoActiveRecordBindings/Email.rb, sample/MailDemo/MailDemoActiveRecordBindings/MyController.rb, sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb, framework/src/ruby/osx/active_record.rb, framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb, lib/osx/active_record.rb: Added some copyright info to the src files. The testcase will now try to require rubygems directly, so you will not be bothered by a message about this. However it will tell you that the tests are skipped if either active_record or sqlite3 aren't found. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/active_record.rb trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/lib/osx/active_record.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Database.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Email.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MyController.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. |
From: <lr...@us...> - 2007-05-14 14:16:55
|
Revision: 1738 http://svn.sourceforge.net/rubycocoa/?rev=1738&view=rev Author: lrz Date: 2007-05-14 07:16:52 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb: Removed Object#to_rubyttype, better exception name if active record cannot be loaded. 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. |
From: <lr...@us...> - 2007-05-14 12:58:03
|
Revision: 1737 http://svn.sourceforge.net/rubycocoa/?rev=1737&view=rev Author: lrz Date: 2007-05-14 05:58:01 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_osxobjc.m: Obsoleted #objc_symbol_to_obj. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-05-14 11:22:14
|
Revision: 1736 http://svn.sourceforge.net/rubycocoa/?rev=1736&view=rev Author: lrz Date: 2007-05-14 04:22:13 -0700 (Mon, 14 May 2007) Log Message: ----------- 2007-05-14 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo/MailDemoActiveRecordBindings/README, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib: Removed unnecessary files. * sample/MailDemo/README: Better introduction file. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/MailDemo/README Removed Paths: ------------- trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-05-14 10:45:22
|
Revision: 1735 http://svn.sourceforge.net/rubycocoa/?rev=1735&view=rev Author: hisa Date: 2007-05-14 03:45:21 -0700 (Mon, 14 May 2007) Log Message: ----------- assert @name isn't nil Modified Paths: -------------- trunk/src/framework/tool/gen_bridge_doc/lib/lib/constant_def.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-05-13 21:05:27
|
Revision: 1734 http://svn.sourceforge.net/rubycocoa/?rev=1734&view=rev Author: el_oy Date: 2007-05-13 14:05:21 -0700 (Sun, 13 May 2007) Log Message: ----------- 2007-05-13 Eloy Duran <e....@su...> * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/ruby/osx/active_record.rb, framework/src/ruby/osx/objc/active_record.rb, tests/tc_active_record.rb, lib/osx/active_record.rb: Added the osx/active_record lib, which enables the use of ActiveRecord in conjunction with bindings. For now it implements at least the glue code for a belongs_to association. There is a testcase with some basic tests. If ActiveRecord isn't found by osx/active_record it will issue a warning about it and that you might need to require 'rubygems' first. So you might see this warning when running the tests, but the testcase will retry to require ActiveRecord after requiring rubygems. If it's still not successful it will skip the testcase. * sample/MailDemo/MailDemoActiveRecordBindings, sample/MailDemo/MailDemoActiveRecordBindings/main.m, sample/MailDemo/MailDemoActiveRecordBindings/TreeHouseIdeas.icns, sample/MailDemo/MailDemoActiveRecordBindings/Info.plist, sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sql, sample/MailDemo/MailDemoActiveRecordBindings/Database.rb, sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sqlite, sample/MailDemo/MailDemoActiveRecordBindings/Email.rb, sample/MailDemo/MailDemoActiveRecordBindings/rb_main.rb, sample/MailDemo/MailDemoActiveRecordBindings/MyController.rb, sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj, sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj, sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb, sample/MailDemo/MailDemoActiveRecordBindings/README, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/InfoPlist.strings, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/info.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/keyedobjects.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/classes.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/info.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/keyedobjects.nib, sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/classes.nib: Added the MailDemo version that uses the new osx/active_record lib, it achieves persistent storage by using ActiveRecord with a sqlite3 backend. It shows how to use a belongs_to relationship with a subclass of NSArrayController. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/RubyCocoa.xcodeproj/project.pbxproj Added Paths: ----------- trunk/src/framework/src/ruby/osx/active_record.rb trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/lib/osx/active_record.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Database.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Email.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/InfoPlist.strings trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/classes.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/info.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu.nib/keyedobjects.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/classes.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/info.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/English.lproj/MainMenu~.nib/keyedobjects.nib trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Info.plist trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/ trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/Mailbox.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MyController.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/README trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/TreeHouseIdeas.icns trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sql trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/maildemo.sqlite trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/main.m trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/rb_main.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. |