summaryrefslogtreecommitdiff
path: root/devel/ruby-activemodel
AgeCommit message (Collapse)AuthorFilesLines
2012-08-12Update ruby-activemodel to 3.0.17.taca1-4/+4
## Rails 3.0.17 (Aug 9, 2012) * No changes.
2012-07-31Update ruby-activemodel to 3.0.16.taca1-4/+4
## Rails 3.0.16 (Jul 26, 2012) * No changes. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-activemodel to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-02Update ruby-activemodel to 3.0.13.taca1-4/+4
* Rails 3.0.13 (May 31, 2012) * No changes.
2012-03-18Update ruby-activemodel to 3.0.12.taca2-8/+7
pkgsrc change only: * Tweak COMMENT. * Strict dependency to devel/ruby-i18n_05.
2011-12-14Depending on devel/ruby-i18n_05 instead of devel/ruby-i18n.taca1-3/+3
Since there was a small window having bad dependency, bump PKGREVISION.
2011-12-13* Switch to use RUBY_RAILS_SUPPORTED.taca1-5/+6
* Allow dependency to newer ruby-i18n. Bump PKGREVISION.
2011-11-19Update ruby-activemodel to 3.0.11 (version change only).taca1-4/+4
2011-08-17Update ruby-activemodel package to 3.0.10.taca1-5/+4
Bump version only.
2011-08-12Switch to use OVERRIDE_GEMSPEC.taca2-16/+3
2011-06-17Update ruby-rails3 related package to 3.0.9.taca2-8/+8
These are update of the version only.
2011-06-11Updae ruby-activemodel package to 3.0.8.taca3-10/+10
Changed version only.
2011-05-10Update ruby-activemodel to 3.0.7; no change but version.taca2-8/+8
2011-04-06Update ruby-activemodel package to 3.0.6.taca2-8/+8
*Rails 3.0.6 (April 5, 2011) * Fix when database column name has some symbolic characters (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 [Robert Pankowecki, Santiago Pastorino] * Fix length validation for fixnums #6556 [Andriy Tyurnikov] * Fix i18n key collision with namespaced models #6448 [yves.senn]
2011-03-25Update ruby-activemodel pacakge which I forgot to commit to 3.0.5.taca3-12/+15
It is version update only. * Switch to use lang/ruby/rails.mk.
2011-02-20Add missing patch file, something was wrong since patches/CVS directorytaca2-1/+15
existed but patches directory wasn't cvs added... Bump PKGREVISION.
2011-02-09Update ruby-activemodel package to 3.0.4.taca2-8/+9
* More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update.
2010-10-15Update devel/ruby-activemodel to 3.0.1.taca2-7/+7
No change except version, it is part of Rails 3.0.1.
2010-09-12Importing devel/ruby-activemodel 3.0.0.taca4-0/+65
Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-ActiveRecord models, for example. Active Model also helps building custom ORMs for use outside of the Rails framework. (This is part of Ruby on Rails 3.)