Path: | RELEASES.og |
Last Update: | Wed Jun 10 07:44:48 -0700 2015 |
A maintenance release.
Most notable additions:
the target class, useful for advanced scaffolders.
A snapshot of the latest code. Cool new features, many fixes and improvements in older features. Many thanks to Michael Neumann for giving intelligent suggestions and finding small bugs.
Most notable additions:
class User prop_accessor :name, :password, String validate_confirmation :password validate_length :name, :range => 2..12 end u = User.new(...) unless u.valid? p u.errors.on(:name) p u.errors[:password] end
(even on different RDBMS systems) on a single application.
A snapshot of the latest code. Many fixes and new features result in a more mature product. Many thanks to the ruby hackers that sent suggestions and patches used in this release!
Most notable additions:
from Mixins.
This is a preview release, the api for the new features is not finalized. This early release gives other developers to offer suggestions on the final form of those features.
Most notable additions:
New standalone version. SQL indices can be defined again.
Renamed to Og (ObjectGraph) Og combines the best features of Active Record and NDB. A fully working MySQL adapter is also provided. Moreover the code base is further cleaned up. Small improvements to the application configuration system. This version is integrated in Nitro.
The sofware is actually usable but not tested in a production environment. Comments from the Ruby community are critical in order to fix possible bugs and improve the API. Suggestions for missing features are also welcome. This version only supports the Postgres Database.