Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update 3.1 release date in changelogs | Vijay Dev | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Add change log entry on strict validation | Bogdan Gusiev | 2011-08-24 | 1 | -0/+2 |
| | |||||
* | Rename new method to_path to to_partial_path to avoid conflicts with ↵ | José Valim | 2011-08-01 | 1 | -1/+1 |
| | | | | File#to_path and similar. | ||||
* | Give attribution to Peter Jaros for the patch we paired on. | Grant Hutchins | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG. | José Valim | 2011-07-28 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOG. | José Valim | 2011-06-11 | 1 | -0/+3 |
| | |||||
* | Update CHANGELOG. | José Valim | 2011-05-31 | 1 | -0/+2 |
| | |||||
* | Merging 3.0.x CHANGELOGs | Guillermo Iguaran | 2011-05-10 | 1 | -1/+30 |
| | |||||
* | Add documentation for new observer enable/disable feature. | Myron Marston | 2011-05-06 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOGs. | José Valim | 2011-05-06 | 1 | -0/+2 |
| | |||||
* | Add support for proc or lambda as an option for InclusionValidator, ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -0/+9 |
| | | | | | | ExclusionValidator, and FormatValidator You can now use a proc or lambda in :in option for InclusionValidator and ExclusionValidator, and :with, :without option for FormatValidator | ||||
* | Move ActiveModel::AttributeMethods#attribute_methods_generated? to ↵ | Alexander Uvarov | 2011-03-01 | 1 | -0/+2 |
| | | | | | | | | ActiveRecord, so it's flexible now [#6428 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly ↵ | David Heinemeier Hansson | 2010-12-18 | 1 | -1/+1 |
| | | | | with new compiled gem) | ||||
* | Added ActiveRecord::Base#has_secure_password (via ↵ | David Heinemeier Hansson | 2010-12-18 | 1 | -1/+4 |
| | | | | ActiveModel::SecurePassword) to encapsulate dead-simple password usage with SHA2 encryption and salting | ||||
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master | Xavier Noria | 2010-11-09 | 1 | -0/+4 |
| | |||||
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+3 |
| | |||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -26/+6 |
| | |||||
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -0/+10 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Add missing entries and tidy up CHANGELOG. | José Valim | 2010-07-19 | 1 | -0/+5 |
| | |||||
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Active Model JSON serializer now supports custom root option | Jatinder Singh | 2010-05-04 | 1 | -0/+5 |
| | | | | | | [#4515 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -0/+5 |
| | |||||
* | Release is today, yo | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+2 |
| | |||||
* | Updated changelogs to differentiate beta1 and beta2 | wycats | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Updated changelogs | wycats | 2010-04-01 | 1 | -0/+12 |
| | |||||
* | fixes doc generation | Xavier Noria | 2010-02-10 | 1 | -0/+11 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Change the ActiveModel::Base.include_root_in_json default to true for Rails ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
| | | | | 3 [DHH] | ||||
* | Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan] | Elliot Winkler | 2009-08-10 | 1 | -0/+6 |
| | | | | | | | | | | [#430 state:resolved] Example : validates_format_of :subdomain, :without => /www|admin|mail/ Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Introduce validates_with to encapsulate attribute validations in a class. | Jeff Dean | 2009-08-09 | 1 | -0/+5 |
[#2630 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |