index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activemodel
/
test
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
5
-13
/
+13
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Missing require "yaml"
Akira Matsuda
2016-12-12
1
-0
/
+1
*
Make ActiveModel::Errors backward compatible with 4.2
Rafael Mendonça França
2016-12-08
1
-0
/
+20
*
Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel
Sean Griffin
2016-12-08
1
-18
/
+0
|
\
|
*
Moved database-specific ActiveModel types into ActiveRecord
Iain Beeston
2016-10-14
1
-18
/
+0
*
|
Allow indifferent access in ActiveModel::Errors
Kenichi Kamiya
2016-11-22
1
-3
/
+8
*
|
Do not rely on Ruby implementation in AM test
Kir Shatrov
2016-11-19
1
-3
/
+3
*
|
Merge pull request #26935 from y-yagi/fix_ruby_warning
Andrew White
2016-10-31
1
-1
/
+1
|
\
\
|
*
|
remove warning from big integer test
yuuji.yaginuma
2016-10-31
1
-1
/
+1
*
|
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
9
-55
/
+55
|
/
/
*
/
Refactored ActiveModel::Type tests into their own files
Iain Beeston
2016-10-15
13
-168
/
+266
|
/
*
Removed deprecated :tokenizer in the length validator
Rafael Mendonça França
2016-10-10
1
-36
/
+0
*
Removed deprecated methods in ActiveModel::Errors
Rafael Mendonça França
2016-10-10
1
-92
/
+0
*
Do not leak the Errors default proc when calling to_hash or as_json
Jean Boussier
2016-09-27
1
-0
/
+10
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
5
-25
/
+25
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add test for allow_blank in numericality validation
Nicolai Reuschling
2016-08-28
1
-0
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
11
-60
/
+60
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
2
-18
/
+18
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-2
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
13
-15
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
6
-29
/
+28
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
3
-7
/
+5
*
modernizes hash syntax in activemodel
Xavier Noria
2016-08-06
3
-6
/
+6
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
35
-560
/
+560
*
Add test to better demonstrate `ActiveModel::Errors#added?` behavior
Jon Moss
2016-06-21
1
-0
/
+6
*
Remove unused require and unused model stub
Jon Moss
2016-05-31
1
-1
/
+0
*
Ensure that instances of `ActiveModel::Errors` can be marshalled
Sean Griffin
2016-05-30
1
-0
/
+9
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Merge pull request #24806 from vipulnsward/errors-details-test
Rafael França
2016-05-05
1
-1
/
+1
|
\
|
*
Followup of #18322
Vipul A M
2016-05-02
1
-1
/
+1
*
|
Check for the right exception
Rafael Mendonça França
2016-05-03
1
-1
/
+1
*
|
Change RangeError to a more specific ActiveModel::RangeError
Christian Blais
2016-05-03
1
-6
/
+6
|
/
*
Add test case for interpolation with passing of data along with record attrib...
Vipul A M
2016-04-05
1
-0
/
+8
*
Allow passing record being validated to error message generator
Prathamesh Sonpatki
2016-04-05
1
-0
/
+8
*
Merge pull request #24299 from kitop/activemodel-errors-include-fix
Kasper Timm Hansen
2016-03-25
1
-0
/
+7
|
\
|
*
Do not create a hash key when calling ActiveModel::Errors#include?
Esteban Pastorino
2016-03-24
1
-0
/
+7
*
|
Apply scale before precision when coercing floats to decimal
Sean Griffin
2016-03-24
1
-0
/
+7
*
|
Add edge cases to Time/Date/DateTime inclusion validation tests
ojab
2016-03-24
1
-3
/
+17
|
/
*
Remove load_paths file
Arthur Neves
2016-02-27
1
-2
/
+0
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
2
-4
/
+4
*
Take UTC offset into account when assigning string value to time attribute.
Andrey Novikov
2016-01-05
1
-0
/
+3
*
Failing Tests for Validating String Numbericality
Robert Eshleman
2015-12-22
1
-0
/
+42
*
Merge pull request #22598 from yui-knk/deprecate_string_callback
Rafael França
2015-12-16
2
-1
/
+2
|
\
|
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
2
-1
/
+2
*
|
`ActiveRecord::Base#becomes` should copy the errors
Vokhmin Alexey V
2015-12-14
1
-0
/
+10
|
/
*
add test for nested model translation
keepcosmos
2015-12-03
1
-0
/
+5
*
Fix test failures caused by #21000
Sean Griffin
2015-11-23
1
-0
/
+1
[next]