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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
14
-16
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
10
-33
/
+32
*
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
38
-563
/
+563
*
use \A and \z when you mean \A and \z
Xavier Noria
2016-07-24
1
-1
/
+1
*
systematic revision of =~ usage in AMo
Xavier Noria
2016-07-24
1
-2
/
+4
*
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
2
-4
/
+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
*
Update and fix forbidden attributes tests
Thomas Walpole
2015-11-03
2
-5
/
+30
*
Really fix test failures caused by #19851
Sean Griffin
2015-10-20
1
-5
/
+6
*
Fix test failures caused by #19851
Sean Griffin
2015-10-20
1
-5
/
+5
*
Merge pull request #19851 from repinel/numericality-validation2
Sean Griffin
2015-10-20
1
-1
/
+36
|
\
|
*
Conditionally convert the raw_value received by the numeric validator.
Roque Pinel
2015-07-11
1
-1
/
+36
*
|
Add an immutable string type to opt out of string duping
Sean Griffin
2015-10-15
1
-0
/
+7
*
|
AMo typos
Akira Matsuda
2015-09-22
1
-1
/
+1
*
|
Fix another implicit dependency of the AM test suite
Sean Griffin
2015-09-21
1
-0
/
+1
*
|
Move the appropriate type tests to the Active Model suite
Sean Griffin
2015-09-21
5
-0
/
+324
*
|
Simplify the implementation of Active Model's type registry
Sean Griffin
2015-09-21
1
-0
/
+39
*
|
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-09-07
1
-0
/
+19
*
|
Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...
Rafael Mendonça França
2015-09-07
1
-19
/
+0
[prev]
[next]