aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+1
* use our runner (`bin/test`) for framework components.Yves Senn2015-06-111-0/+3
* Revert "Add code example for include option of AM::Serialization#serializable...Rafael Mendonça França2015-06-101-14/+1
* Add code example for include option of AM::Serialization#serializable_hashRadan Skoric2015-06-091-1/+14
* Fix typo in AM I18n validation test name [skip ci]Anton Davydov2015-06-091-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2015-06-071-2/+2
* Merge pull request #20004 from rusikf/patch-1Robin Dupret2015-06-071-0/+31
|\
| * add docs to include option at ActiveModel::Serialization#serializable_hash [c...rusikf2015-05-111-0/+31
* | Require yaml for isolation testRafael Mendonça França2015-05-291-0/+1
* | formatting changesunknown2015-05-292-5/+5
* | Remove use of mocha from Active ModelRoque Pinel2015-05-284-59/+117
* | Remove unused package tasksArun Agrawal2015-05-281-10/+2
* | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-taskYves Senn2015-05-271-7/+0
|\ \
| * | Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
* | | Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
|/ /
* | [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