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
*
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
*
Bump license years for 2019
Arun Agrawal
2018-12-31
2
-2
/
+2
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
4
-106
/
+84
*
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
3
-8
/
+8
*
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
*
|
Require Ruby 2.5 for Rails 6.
Kasper Timm Hansen
2018-12-19
2
-3
/
+3
*
|
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
3
-10
/
+34
*
|
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
3
-0
/
+39
*
|
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
2
-3
/
+13
|
\
\
|
*
|
Fix ignored options in the `#added?` method
Ronan Limon Duparcmeur
2018-11-13
2
-3
/
+13
*
|
|
Ensure casting by decimal attribute when querying
Ryuta Kamizono
2018-11-12
1
-0
/
+4
|
/
/
*
|
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
1
-3
/
+3
*
|
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
1
-0
/
+3
*
|
`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
2
-3
/
+14
*
|
Improve model attribute accessor method names for backtraces
Dylan Thacker-Smith
2018-10-12
2
-22
/
+48
*
|
Fix call sites
Gannon McGibbon
2018-10-02
1
-1
/
+1
*
|
Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'
Sharang Dashputre
2018-10-02
1
-1
/
+1
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
7
-8
/
+8
*
|
Merge pull request #30676 from artofhuman/import-assert-attrs-error-message
Rafael França
2018-09-26
2
-2
/
+4
|
\
\
|
*
|
Improve error message when assign wrong attributes to model
Semyon Pupkov
2018-04-28
2
-2
/
+4
*
|
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
|
|
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-8
/
+10
|
\
\
\
|
*
|
|
Remove private def
Sakshi Jain
2018-09-23
1
-8
/
+10
*
|
|
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #33804 from yskkin/num_string
Ryuta Kamizono
2018-09-08
4
-4
/
+14
|
\
\
\
|
*
|
|
Fix non_numeric_string?
Yoshiyuki Kinjo
2018-09-07
4
-4
/
+14
*
|
|
|
Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...
Rafael França
2018-09-07
2
-3
/
+63
|
\
\
\
\
|
*
|
|
|
Call human_attribute_name with a string instead of a symbole
Martin Larochelle
2018-08-16
2
-2
/
+2
|
*
|
|
|
`ActiveModel.full_message` interaction with `index_errors`
Martin Larochelle
2018-08-14
2
-3
/
+63
*
|
|
|
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
1
-12
/
+13
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Faster time_value.rb
schneems
2018-08-29
1
-1
/
+7
*
|
|
|
Fix numericality validator to still use value before type cast except Active ...
Ryuta Kamizono
2018-08-24
4
-4
/
+41
[next]