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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #36061 from shioyama/update_comment
Rafael França
2019-04-23
1
-2
/
+3
|
\
\
|
*
|
Update comment in attribute_method_matchers_matching
Chris Salzberg
2019-04-23
1
-2
/
+3
*
|
|
Add attribute_names to ActiveModel::Attributes
Daniel Colson
2019-04-22
2
-0
/
+58
|
/
/
*
|
Ensure acceptance validator is not applied more than once to Person
Chris Salzberg
2019-04-14
1
-46
/
+52
*
|
Ensure multiple anonymous modules are not included into Topic in tests
Chris Salzberg
2019-04-14
1
-18
/
+32
*
|
Improve wording of comments
Chris Salzberg
2019-04-13
2
-8
/
+8
*
|
Rename method_missing_target to target
Chris Salzberg
2019-04-13
1
-10
/
+10
*
|
Remove unused method_name from AttributeMethodMatch
Chris Salzberg
2019-04-12
2
-3
/
+2
*
|
Rename "method" to "matcher" in map block
Chris Salzberg
2019-04-12
1
-1
/
+1
*
|
PERF: 2x ~ 30x faster dirty tracking
Ryuta Kamizono
2019-04-11
2
-120
/
+116
*
|
Refactor `has_secure_password` to extract dedicated attribute module
Ryuta Kamizono
2019-04-05
3
-36
/
+59
*
|
Merge pull request #35700 from Futurelearn/seb-secure-password-fix
Ryuta Kamizono
2019-04-05
1
-26
/
+30
|
\
\
|
*
|
Reintroduce support for overriding `has_secure_password` attributes
Seb Jacobs
2019-03-22
1
-26
/
+30
*
|
|
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
|
|
/
|
/
|
*
|
Tweaks CHANGELOGs and docs [ci skip]
Ryuta Kamizono
2019-03-31
1
-2
/
+2
*
|
Merge pull request #35794 from kamipo/type_cast_symbol_false
Ryuta Kamizono
2019-03-30
3
-1
/
+30
|
\
\
|
*
|
Type cast falsy boolean symbols on boolean attribute as false
Ryuta Kamizono
2019-03-30
3
-1
/
+30
|
|
/
*
|
Fixed the test description for i18n-customize-full-message after rename in #3...
Abhay Nikam
2019-03-30
1
-3
/
+3
*
|
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
5
-24
/
+24
|
/
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
2
-7
/
+13
|
\
|
*
Prep release
eileencodes
2019-03-11
2
-1
/
+6
*
|
Edit a changelog entry [ci skip]
Sharang Dashputre
2019-03-12
1
-4
/
+3
*
|
Merge pull request #35424 from Korri/validation-rules-locale-fallback
Rafael França
2019-03-11
2
-9
/
+38
|
\
\
|
*
|
Update Changelog with new locale fallback behavior on validation
Hugo Vacher
2019-03-11
1
-0
/
+24
|
*
|
Fall back to parent locale before it falls back to the :errors namespace
Hugo Vacher
2019-03-04
1
-9
/
+14
|
|
/
*
|
Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...
Kasper Timm Hansen
2019-03-09
1
-0
/
+2
|
\
\
|
*
|
Added missing guide links in README documentation and minor wording fix [ci s...
ashishprajapati
2019-03-10
1
-0
/
+2
*
|
|
Fix links in gemspec and docs from http to https.
Abhay Nikam
2019-03-09
1
-1
/
+1
*
|
|
Updated links from http to https in guides, docs, etc
Abhay Nikam
2019-03-09
1
-1
/
+1
|
/
/
*
/
Replace “can not” with “cannot”.
Samantha John
2019-03-06
1
-1
/
+1
|
/
*
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
2
-1
/
+3
*
activemodel typo fix.
alkesh26
2019-02-25
1
-3
/
+3
*
Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...
Ryuta Kamizono
2019-02-21
3
-8
/
+17
|
\
|
*
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
3
-8
/
+17
*
|
Revert "Speed up integer casting from DB"
Ryuta Kamizono
2019-02-21
2
-6
/
+1
|
/
*
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-4
/
+0
*
Merge pull request #29651 from Sayanc93/return-correct-date
Ryuta Kamizono
2019-02-18
3
-2
/
+30
|
\
|
*
Return correct date in ActiveModel for time to date conversions
Sayan Chakraborty
2017-12-17
3
-2
/
+40
*
|
Extract duplicated `serialize` methods into helpers
Ryuta Kamizono
2019-02-18
8
-21
/
+14
*
|
Fix type cast with values hash for Date type
Ryuta Kamizono
2019-02-18
7
-13
/
+27
*
|
Add edge test cases for integer and string types
Ryuta Kamizono
2019-02-17
2
-0
/
+15
*
|
activemodel typo fixes.
alkesh26
2019-01-31
2
-2
/
+2
*
|
Add missing require for `Float#to_d`
yuuji.yaginuma
2019-01-26
1
-0
/
+2
*
|
Fix NumericalityValidator on object responding to `to_f`:
Edouard CHIN
2019-01-22
2
-8
/
+16
*
|
Fix year value when casting a multiparameter time hash
Andrew White
2019-01-21
3
-1
/
+30
*
|
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
2
-1
/
+3
*
|
Require hash/keys inside active_model/callbacks
Rafael Mendonça França
2019-01-16
1
-0
/
+1
*
|
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...
Kasper Timm Hansen
2019-01-08
1
-0
/
+3
*
|
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
1
-3
/
+0
*
|
Add `ActiveModel::Errors#of_kind?`
bogdanvlviv
2019-01-04
3
-10
/
+113
[prev]
[next]