Path to this page:
Next | Query returned 9 messages, browsing 1 to 10 | previous
CVS Commit History:
2013-02-24 15:26:48 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Remove ruby-activemodel31 package which is part of Ruby on Rails 3.1.
|
2013-02-12 15:18:08 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activemodel31 to 3.1.11.
Change of version only.
|
2013-01-09 13:34:55 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
Update ruby-activemodel31 to 3.1.10.
Only version has updated.
|
2012-08-12 12:33:48 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activemodel31 to 3.1.8.
## Rails 3.1.8 (Aug 9, 2012)
* No changes.
|
2012-07-31 14:35:47 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activemodel31 to 3.1.7.
## Rails 3.1.7 (Jul 26, 2012)
* No changes.
|
2012-06-14 16:54:06 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-activemodel31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.
## Rails 3.1.6 (Jun 12, 2012)
* No changes.
|
2012-06-02 03:33:42 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activemodel31 to 3.1.5.
## Rails 3.1.5 (May 31, 2012) ##
* No changes.
|
2012-03-18 06:37:45 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update of ruby-activemodel31 to 3.1.4.
No change except version.
|
2011-12-16 13:21:23 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Importing devel/ruby-activemodel31 package version 3.1.3.
## Rails 3.1.1 (October 7, 2011) ##
* Remove hard dependency on bcrypt-ruby to avoid make ActiveModel dependent on \
a binary library.
You must add the gem explicitly to your Gemfile if you want use \
ActiveModel::SecurePassword:
gem 'bcrypt-ruby', '~> 3.0.0'
See GH #2687. *Guillermo Iguaran*
## Rails 3.1.0 (August 30, 2011) ##
* Alternate I18n namespace lookup is no longer supported.
Instead of "activerecord.models.admins.post", do \
"activerecord.models.admins/post" instead *José Valim*
* attr_accessible and friends now accepts :as as option to specify a role \
*Josh Kalderimis*
* Add support for proc or lambda as an option for InclusionValidator,
ExclusionValidator, and FormatValidator *Prem Sichanugrist*
You can now supply Proc, lambda, or anything that respond to #call in those
validations, and it will be called with current record as an argument.
That given proc or lambda must returns an object which respond to #include? for
InclusionValidator and ExclusionValidator, and returns a regular expression
object for FormatValidator.
* Added ActiveModel::SecurePassword to encapsulate dead-simple password usage \
with BCrypt encryption and salting *DHH*
* ActiveModel::AttributeMethods allows attributes to be defined on demand \
*Alexander Uvarov*
* Add support for selectively enabling/disabling observers *Myron Marston*
|
Next | Query returned 9 messages, browsing 1 to 10 | previous