Hi everyone,
I'm pleased to announce that DataObjects 0.10.1 is ready for release.
This release contains the following changes / improvements:
* Removed the dependency on Extlib
* Switch to Jeweler
* Support both 1.8 and 1.9 for the Windows gems
* Support for JRuby 1.4.
* Make DataObjects::Reader Enumerable
* Use the new rake-compiler Java support for the JRuby drivers
* Rework the exception hierarchy for JRuby to match behavior on MRI
* Switch to using Bacon for the specs to be more friendly to new Ruby
implementations
* JRuby: Extensive cleanup refactoring of JRuby (JDBC) support internally.
* JRuby: Fixes for type-inference, handling of URLs.
* JRuby: Removed usage of java.sql.DriverManager. Connection now created
directly from respective Driver.
And a lot more smaller improvements..
NOTE: Before you start, please make sure you have the latest version
of rubygems by running the command:
gem update --system
You should have the latest version of rubygems (1.3.5) before
proceeding.
1) Make sure you have the needed development headers available:
Also make sure you have the development headers
available if you're working on a Unix style platform, e.g.:
apt-get install libpq-dev
yum install mysql-devel
port install sqlite3
2) Install the needed driver
gem install do_sqlite3
3) Use it!
Reporting Issues
----------------
Please report any issues you find in IRC, on the mailing list, or in
the tracker:
IRC: #datamapper
Mailing List: http://groups.google.com/group/datamapper
Bug Tracker: http://datamapper.lighthouseapp.com/projects/20609-datamapper
--
Regards,
Dirkjan Bussink
--
You received this message because you are subscribed to the Google Groups
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/datamapper?hl=en.