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
*
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
*
|
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
1
-1
/
+1
|
/
*
Don't calculate in-place changes on attribute assignment
Sean Griffin
2015-01-18
1
-1
/
+1
*
[ci skip] fix typo sill -> still
Aditya Kapoor
2015-01-15
1
-1
/
+1
*
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
1
-4
/
+29
*
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
1
-0
/
+5
*
Don't attempt to save dirty attributes which are not persistable
Sean Griffin
2015-01-10
1
-1
/
+1
*
fix `attribute` method scoping(i.e. private)
Kuldeep Aggarwal
2015-01-06
1
-3
/
+1
*
replacing 'attribute' method with an alias
George Millo
2015-01-06
1
-3
/
+2
*
remove files which is dependent on ruby1.9 as we do not support Ruby1.9
Kuldeep Aggarwal
2015-01-04
2
-44
/
+24
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-2
/
+0
*
Remove deprecated `serialized_attributes`
Rafael Mendonça França
2015-01-04
1
-13
/
+0
*
Remove `cache_attributes` and friends
Rafael Mendonça França
2015-01-04
1
-11
/
+0
*
Don't raise on out-of-range datetimes passed by a user
Grey Baker
2014-12-23
1
-1
/
+5
*
Don't calculate all in-place changes to determine if attribute_changed?
Sean Griffin
2014-12-22
1
-0
/
+4
*
`update_column` take ruby-land input, not database-land input
Sean Griffin
2014-12-16
1
-1
/
+1
[next]