aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
* Replace \Z to \zRyuta Kamizono2017-04-241-3/+3
* :scissors:Ryuta Kamizono2017-04-131-1/+0
* Don't freeze input stringsMatthew Draper2017-04-121-2/+11
* Fix ActiveModel::Errors #keys, #valuesbogdanvlviv2017-03-281-0/+16
* Merge pull request #28050 from namusyaka/avoid-converting-int-into-floatRafael Mendonça França2017-03-271-0/+9
|\
| * Avoid converting integer as a string into floatnamusyaka2017-02-181-0/+9
* | Fix invalid string Decimal casting under ruby 2.4John Hawthorn2017-02-243-0/+17
|/
* Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-072-13/+10
* Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def...Rafael França2017-02-073-11/+31
|\
| * Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-042-10/+30
| * Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-1/+1
* | Remove `ActiveModel::TestCase` from libyuuji.yaginuma2017-02-071-1/+1
|/
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* Missing require for strip_heredocAkira Matsuda2017-01-171-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-255-13/+13
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Missing require "yaml"Akira Matsuda2016-12-121-0/+1
* Make ActiveModel::Errors backward compatible with 4.2Rafael Mendonça França2016-12-081-0/+20
* Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodelSean Griffin2016-12-081-18/+0
|\
| * Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-18/+0
* | Allow indifferent access in ActiveModel::ErrorsKenichi Kamiya2016-11-221-3/+8
* | Do not rely on Ruby implementation in AM testKir Shatrov2016-11-191-3/+3
* | Merge pull request #26935 from y-yagi/fix_ruby_warningAndrew White2016-10-311-1/+1
|\ \
| * | remove warning from big integer testyuuji.yaginuma2016-10-311-1/+1
* | | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-299-55/+55
|/ /
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* | Refactored ActiveModel::Type tests into their own filesIain Beeston2016-10-1513-168/+266
|/
* Removed deprecated :tokenizer in the length validatorRafael Mendonça França2016-10-102-40/+0
* Removed deprecated methods in ActiveModel::ErrorsRafael Mendonça França2016-10-101-92/+0
* Do not leak the Errors default proc when calling to_hash or as_jsonJean Boussier2016-09-271-0/+10
* improve error message when include assertions failMichael Grosser2016-09-165-25/+25
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add test for allow_blank in numericality validationNicolai Reuschling2016-08-281-0/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-1611-60/+60
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* code gardening: removes redundant selfsXavier Noria2016-08-082-18/+18
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-072-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-0614-16/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0610-33/+32
* remove redundant curlies from hash argumentsXavier Noria2016-08-063-7/+5
* modernizes hash syntax in activemodelXavier Noria2016-08-063-6/+6
* applies new string literal convention in activemodel/testXavier Noria2016-08-0638-563/+563
* use \A and \z when you mean \A and \zXavier Noria2016-07-241-1/+1
* systematic revision of =~ usage in AMoXavier Noria2016-07-241-2/+4
* Add test to better demonstrate `ActiveModel::Errors#added?` behaviorJon Moss2016-06-211-0/+6
* Remove unused require and unused model stubJon Moss2016-05-312-4/+0
* Ensure that instances of `ActiveModel::Errors` can be marshalledSean Griffin2016-05-301-0/+9
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Merge pull request #24806 from vipulnsward/errors-details-testRafael França2016-05-051-1/+1
|\
| * Followup of #18322Vipul A M2016-05-021-1/+1