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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+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
1
-36
/
+38
*
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
*
|
Merge pull request #35794 from kamipo/type_cast_symbol_false
Ryuta Kamizono
2019-03-30
1
-1
/
+10
|
\
\
|
*
|
Type cast falsy boolean symbols on boolean attribute as false
Ryuta Kamizono
2019-03-30
1
-1
/
+10
|
|
/
*
/
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
2
-5
/
+5
|
/
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+1
|
\
|
*
Prep release
eileencodes
2019-03-11
1
-1
/
+1
*
|
Fall back to parent locale before it falls back to the :errors namespace
Hugo Vacher
2019-03-04
1
-9
/
+14
|
/
*
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-1
/
+1
*
Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...
Ryuta Kamizono
2019-02-21
2
-8
/
+9
|
\
|
*
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
2
-8
/
+9
*
|
Revert "Speed up integer casting from DB"
Ryuta Kamizono
2019-02-21
1
-5
/
+0
|
/
*
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
1
-1
/
+1
|
\
|
*
Return correct date in ActiveModel for time to date conversions
Sayan Chakraborty
2017-12-17
1
-1
/
+13
*
|
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
6
-12
/
+23
*
|
activemodel typo fixes.
alkesh26
2019-01-31
1
-1
/
+1
*
|
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
1
-8
/
+3
*
|
Fix year value when casting a multiparameter time hash
Andrew White
2019-01-21
1
-1
/
+1
*
|
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-1
/
+1
*
|
Require hash/keys inside active_model/callbacks
Rafael Mendonça França
2019-01-16
1
-0
/
+1
*
|
Add `ActiveModel::Errors#of_kind?`
bogdanvlviv
2019-01-04
1
-9
/
+30
*
|
Bump license years for 2019
Arun Agrawal
2018-12-31
1
-1
/
+1
*
|
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
3
-5
/
+5
*
|
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-2
/
+2
*
|
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-2
/
+0
*
|
Merge pull request #30973 from k0kubun/prefer-block-parameter
Ryuta Kamizono
2018-12-20
1
-10
/
+2
|
\
\
|
*
|
Unify _read_attribute definition to use &block
Takashi Kokubun
2018-12-20
1
-10
/
+2
*
|
|
Prevent infinit method_missing loop on attribute methods
Ryuta Kamizono
2018-12-15
1
-0
/
+1
*
|
|
Merge pull request #34693 from ahorek/match
Ryuta Kamizono
2018-12-13
1
-3
/
+3
|
\
\
\
|
*
|
|
use match?
pavel
2018-12-12
1
-3
/
+3
|
/
/
/
*
|
|
Fix numericality equality validation on floats
Gannon McGibbon
2018-12-12
1
-10
/
+22
*
|
|
Do not use deprecated Object#!~ in Ruby 2.6
Rafael Mendonça França
2018-11-26
1
-1
/
+5
*
|
|
Add slice! method to ActiveModel::Errors
Daniel Lopez Prat
2018-11-21
1
-0
/
+11
*
|
|
Re-add changes_applied doc
Gannon McGibbon
2018-11-16
1
-1
/
+3
*
|
|
Merge pull request #34417 from r3trofitted/fix/added_options_check
Rafael França
2018-11-13
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix ignored options in the `#added?` method
Ronan Limon Duparcmeur
2018-11-13
1
-3
/
+3
*
|
|
|
Ensure casting by decimal attribute when querying
Ryuta Kamizono
2018-11-12
1
-0
/
+4
|
/
/
/
*
|
|
`update_columns` raises if the column is unknown
Sean Griffin
2018-10-30
1
-0
/
+1
*
|
|
Fix grammar in changed? docs [ci skip]
Alberto Almagro
2018-10-28
1
-1
/
+1
*
|
|
Add new exception message to datetime from hash cast
wilddima
2018-10-21
1
-3
/
+3
*
|
|
Improve model attribute accessor method names for backtraces
Dylan Thacker-Smith
2018-10-12
2
-22
/
+48
[next]