aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* 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
| * | | Fix description for AM::CallbacksVipul A M2015-01-311-1/+1
* | | | Merge pull request #16381 from kakipo/validate-length-tokenizerRafael Mendonça França2015-02-134-7/+32
|\ \ \ \
| * | | | Allow symbol as values for `tokenize` of `LengthValidator`kakipo2014-08-034-7/+32
* | | | | Merge pull request #18388 from claudiob/better-docs-for-active-model-lint-testsRafael Mendonça França2015-02-061-28/+32
|\ \ \ \ \
| * | | | | Better docs for AM::Lint::Testsclaudiob2015-01-071-28/+32
* | | | | | revises AM:Dirty example [Godfrey Chan & Xavier Noria]Xavier Noria2015-02-061-6/+2
* | | | | | use parentheses here, for the beard of the Prophet! [ci skip]Xavier Noria2015-02-061-1/+1
* | | | | | applies guidelines to dirty.rb [ci skip]Xavier Noria2015-02-061-11/+11
* | | | | | Merge pull request #18795 from vipulnsward/remove-magic-commentsJeremy Kemper2015-02-0316-17/+0
|\ \ \ \ \ \
| * | | | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-0316-17/+0
* | | | | | | Wrap method arguments with parentheses in docsCarlos Antonio da Silva2015-02-031-1/+1
* | | | | | | Person class doesn't contain finder methods, hence usage of Person.find_by is...Vipul A M2015-02-031-1/+5
|/ / / / / /
* | | | | | Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-0/+4
* | | | | | Move required error message and changelog to Active RecordCarlos Antonio da Silva2015-02-012-7/+1
| |_|_|/ / |/| | | |
* | | | | Merge pull request #18700 from nygrenh/better-required-messageAaron Patterson2015-01-312-0/+6
|\ \ \ \ \
| * | | | | Provide a better error message on :required associationHenrik Nygren2015-01-282-0/+6
* | | | | | unify CHANGELOG format. [ci skip]Yves Senn2015-01-311-32/+30
|/ / / / /