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
/
activerecord
/
lib
/
active_record
/
attribute_methods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move around AR::Dirty and fix _attribute method
Aaron Patterson
2017-04-14
1
-4
/
+0
*
Fix inconsistency with changed attributes when overriding AR attribute reader
bogdanvlviv
2017-04-12
1
-0
/
+4
*
Add missing backtick to deprecation message
yuuji.yaginuma
2017-03-31
1
-1
/
+1
*
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-3
/
+3
*
Revert "Merge pull request #27925 from robin850/hwia-removal"
Kasper Timm Hansen
2017-02-20
1
-3
/
+3
*
Deprecate the top-level `HashWithIndifferentAccess` contant
Robin Dupret
2017-02-19
1
-3
/
+3
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-2
/
+0
*
Deprecate calling `attr_will_change!` with non-attributes
Sean Griffin
2017-02-11
1
-1
/
+11
*
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
1
-1
/
+1
*
Report the attribute on ActiveRecord::SerializationTypeMismatch
Kir Shatrov
2017-01-29
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Merge pull request #27491 from kamipo/add_missing_emit_warning
Sean Griffin
2017-01-03
1
-0
/
+5
|
\
|
*
Add missing `emit_warning_if_needed` for `changed?`
Ryuta Kamizono
2016-12-29
1
-0
/
+5
*
|
Set time as a timezone aware type and remove related deprecation
Rafael Mendonça França
2016-12-29
1
-23
/
+2
|
/
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
3
-3
/
+3
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
3
-6
/
+6
*
Check whether the current attribute being write is aliased or not before writing
Prathamesh Sonpatki
2016-12-09
1
-1
/
+7
*
Check whether the current attribute being read is aliased or not before reading
Prathamesh Sonpatki
2016-12-08
1
-1
/
+6
*
Correct deprecation warnings in `ActiveRecord::Dirty`
Sean Griffin
2016-11-30
1
-6
/
+6
*
fix datatime error
Sen-Zhang
2016-11-01
1
-1
/
+1
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
2
-7
/
+179
*
Fixes an issue where time_zone_conversion that causes an exception in ARs del...
Julian Nadeau
2016-10-27
1
-1
/
+1
*
Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"
Sean Griffin
2016-10-23
1
-1
/
+1
*
Made ActiveRecord consistently use ActiveRecord::Type (not
Iain Beeston
2016-10-03
1
-1
/
+1
*
[ci skip] Use right format text
Andrey Molchanov
2016-09-28
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-20
/
+20
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
4
-23
/
+23
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-5
/
+5
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
7
-181
/
+181
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
5
-11
/
+11
*
Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...
Rafael França
2016-07-20
1
-1
/
+14
|
\
|
*
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-1
/
+14
*
|
Fixes multiparameter attributes conversion with time_zone_aware_attributes an...
alpaca-tc
2016-07-19
1
-1
/
+1
|
/
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Fix a tip in Active Record time attributes deprecation
Genadi Samokovarov
2016-03-24
1
-1
/
+1
*
Merge pull request #23395 from PareshGupta/remove-unused-constant
Santiago Pastorino
2016-02-10
2
-30
/
+5
|
\
|
*
Remove unused class AttributeMethodCache
PareshGupta
2016-02-02
1
-1
/
+0
|
*
remove unused constants from activerecord
PareshGupta
2016-02-01
2
-30
/
+6
*
|
Ensure tz aware attributes continue to work with arrays
Sean Griffin
2016-02-02
1
-1
/
+1
*
|
Avoid infinite recursion when bad values are passed to tz aware fields
Sean Griffin
2016-02-02
1
-2
/
+12
|
/
*
Fix the broken build
Sean Griffin
2016-01-08
1
-0
/
+2
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
1
-7
/
+9
*
remove extra spaces from deprecation message
yuuji.yaginuma
2015-12-15
1
-1
/
+3
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
3
-5
/
+5
*
Add Singleton in NullMutationTracker class
acapilleri
2015-10-03
1
-1
/
+1
*
Build the `AttributeMutationTracker` lazily
Sean Griffin
2015-10-02
1
-13
/
+15
*
Fix test failures on MySQL
Sean Griffin
2015-10-02
1
-1
/
+3
*
Further encapsulate dirty checking on `Attribute`
Sean Griffin
2015-10-02
1
-4
/
+7
[next]