diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-02 02:43:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-02 02:43:28 +0000 |
commit | 7bd33b57b410185961665938dead96e4dff1ad4a (patch) | |
tree | 3905e6f42c724980510c47cef4de697f1a8a73d3 /databases/rubygem-activemodel/pkg-descr | |
parent | 2c48b50a7bb306d931a30b73ca537657e7cd5bda (diff) | |
download | ports-7bd33b57b410185961665938dead96e4dff1ad4a.tar.gz ports-7bd33b57b410185961665938dead96e4dff1ad4a.zip |
Presenting Rails 3.0
http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done
N.B.:
lang/ruby19 does not work with rails3 until the upgrade to 1.9.2
by stas@ happens.
- Update www/rubygem-rails to 3.0.0
Sponsored by: RideCharge Inc. / Taximagic
Notes
Notes:
svn path=/head/; revision=260412
Diffstat (limited to 'databases/rubygem-activemodel/pkg-descr')
-rw-r--r-- | databases/rubygem-activemodel/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/rubygem-activemodel/pkg-descr b/databases/rubygem-activemodel/pkg-descr new file mode 100644 index 000000000000..78901e699f22 --- /dev/null +++ b/databases/rubygem-activemodel/pkg-descr @@ -0,0 +1,6 @@ +A toolkit for building modeling frameworks like Active Record and +Active Resource. Rich support for attributes, callbacks, +validations, observers, serialization, internationalization, +and testing. + +WWW: http://rubygems.org/gems/activemodel |