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
*
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
*
Separate `dup` from `deep_dup` in the attributes hash
Sean Griffin
2015-09-28
1
-1
/
+1
*
Apply subsecond precision on assignment when using TZ aware attributes
Sean Griffin
2015-09-24
1
-1
/
+1
*
We still need to reset `@changed_attributes` in `changes_applied`
Sean Griffin
2015-09-24
1
-0
/
+2
*
Improve the performance of `save` and friends
Sean Griffin
2015-09-24
1
-2
/
+10
*
Encapsulate a lot of the logic from `Dirty` in an object
Sean Griffin
2015-09-24
1
-24
/
+9
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-78
/
+39
*
Move ActiveRecord::Type to ActiveModel
Kir Shatrov
2015-09-21
1
-1
/
+1
*
Merge pull request #21650 from mcfiredrill/nodoc-raw-write-attribute
Arthur Nogueira Neves
2015-09-19
1
-1
/
+1
|
\
|
*
nodoc raw_write_attribute
Tony Miller
2015-09-19
1
-1
/
+1
*
|
Inline uneccessary frozen string constant
Sean Griffin
2015-08-31
1
-3
/
+1
*
|
[ci skip] Fix rdoc markup
akihiro17
2015-08-12
1
-1
/
+1
|
/
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-2
/
+2
*
Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8
Rafael Mendonça França
2015-06-12
1
-1
/
+2
*
add doc about how empty serialization objects are persisted
Diego Carrion
2015-06-12
1
-0
/
+2
*
Don't crash when mutating attributes in a getter
Sean Griffin
2015-06-12
1
-1
/
+6
*
Merge pull request #20364 from ernie/update-serialize-docs
Sean Griffin
2015-05-29
1
-0
/
+9
|
\
|
*
Update docs for ActiveRecord `serialize`
Ernie Miller
2015-05-29
1
-0
/
+9
|
/
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-2
/
+2
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
rm `Type#number?`
Sean Griffin
2015-02-07
1
-2
/
+1
*
rm `ActiveRecord::Type::Decorator`
Sean Griffin
2015-02-07
1
-2
/
+0
*
Push multi-parameter assignement into the types
Sean Griffin
2015-02-07
1
-0
/
+8
*
Significantly improve the performance of `_read_attribute` on JRuby
Sean Griffin
2015-02-06
1
-2
/
+11
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-3
/
+1
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-1
/
+2
*
Merge pull request #18588 from thegcat/patch-1
Rafael Mendonça França
2015-01-27
1
-1
/
+1
|
\
|
*
fix typo still cause -> still causes
Felix Schäfer
2015-01-27
1
-1
/
+1
[next]