aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Don’t encourage `sudo gem install`claudiob2015-05-121-1/+1
* Stop skipping a test that now works on Rubiniusclaudiob2015-05-101-2/+0
* minor rdoc syntax fix [ci skip]Gourav Tiwari2015-05-081-2/+2
* Adds/Corrects use case for adding an error messageZamith2015-05-042-1/+7
* ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-283-10/+22
* Don't document private internal constant [ci skip]Zachary Scott2015-04-261-0/+1
* Fix grammar/style: assigns/declares -> assignments/declarations.Tim Wade2015-04-241-3/+3
* Fix grammar/style: use (v) fall back (on).Tim Wade2015-04-241-1/+1
* Fix grammar/style: break up long sentence.Tim Wade2015-04-241-2/+2
* Fix grammar/style: pluralize 'each of its method'Tim Wade2015-04-241-1/+1
* pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-1/+1
* Add `ActiveModel::Dirty#[attr_name]_previously_changed?` andFernando Tapia Rico2015-04-213-2/+43
* Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-131-1/+1
|\
| * Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-062-2/+2
|\ \
| * | Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-222-2/+2
* | | fix typo in deprecation message. [Robin Dupret]Yves Senn2015-04-051-1/+1
* | | Fix a few typos [ci skip]Robin Dupret2015-04-051-4/+4
| |/ |/|
* | Merge pull request #19594 from radar/require-module-delegationGuillermo Iguaran2015-03-301-0/+1
|\ \
| * | Require Module#delegate core ext in ActiveModel::NamingRyan Bigg2015-03-311-0/+1
* | | Merge pull request #19021 from morgoth/activemodel-errors-refactoringRafael Mendonça França2015-03-302-24/+10
|\ \ \
| * | | Simplify and alias ActiveModel::Errors methods where possibleWojciech Wnętrzak2015-02-202-24/+10
* | | | Deprecate the `:tokenizer` option to `validates_length_of`Sean Griffin2015-03-293-12/+51
* | | | Fix arguments order on assertionCarlos Antonio da Silva2015-03-221-1/+1
* | | | Fix ActiveModel::Errors#delete return value to stay backward compatibleRadan Skoric2015-03-222-7/+13
| |_|/ |/| |
* | | Fix ActiveModel::Errors deprecation messages failing when used on its ownRadan Skoric2015-03-211-0/+1
* | | Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
* | | Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-1/+1
* | | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | | Fix spelling error in has_secure_password documentation [ci skip]Melanie Gilman2015-03-031-1/+1
| |/ |/|
* | Merge pull request #19173 from robin850/rbx-buildRafael Mendonça França2015-03-022-0/+11
|\ \
| * | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+2
| * | Add the platform-specific skip helpers to ActiveModelRobin Dupret2015-03-021-0/+9
* | | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-025-14/+15
|\ \ \ | |/ / |/| |
| * | Follow-up to #10776Robin Dupret2015-02-265-14/+15
* | | Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
|/ /
* | activemodel: make .model_name json encodableIan Ker-Seymer2015-02-242-1/+5
* | some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-1/+1
* | Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-203-11/+11
|/
* Move the `validate!` method to `ActiveModel::Validations`.Lucas Mazza2015-02-203-0/+53
* Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexpRafael Mendonça França2015-02-201-1/+1
|\
| * fix mistype in doc about \z regexpSergey Kojin2014-10-021-1/+1
* | use `messages` instead of deprecated `ActiveModel::Errors#[]=` method [ci skip]yuuji.yaginuma2015-02-202-2/+2
* | Merge pull request #18996 from morgoth/deprecate-more-errors-methodsYves Senn2015-02-194-8/+43
|\ \
| * | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-194-8/+41
|/ /
* | Merge pull request #18634 from morgoth/deprecate-some-errors-methodsRafael Mendonça França2015-02-183-24/+54
|\ \
| * | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods.Wojciech Wnętrzak2015-02-013-24/+54
* | | Tiny documentation edits [ci skip]Robin Dupret2015-02-151-4/+6
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-142-9/+10
|\ \ \
| * | | AM#Dirty doc fixesVipul A M2015-02-011-8/+9