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
*
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
*
Allow custom handling of non-standard types in `time_zone_conversion`
Sean Griffin
2014-12-08
1
-1
/
+1
*
Ensure numericality validations work with mutation
Sean Griffin
2014-12-01
1
-6
/
+6
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
3
-6
/
+12
*
PERF: stop allocating the string "id" over and over
Sam
2014-11-18
1
-1
/
+3
*
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-0
/
+1
*
Use `DelegateClass` instead of `SimpleDelegator` for type decorators
Sean Griffin
2014-11-14
1
-1
/
+1
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-2
/
+6
*
test, better describe `SerializationTypeMismatch` behavior. refs #14716.
Yves Senn
2014-10-16
1
-2
/
+2
*
docs, since #16702 we detect mutation on serialized attributes. [ci skip]
Yves Senn
2014-10-16
1
-3
/
+0
*
Allow YAML serialization when using TZ aware attributes
Sean Griffin
2014-09-17
1
-0
/
+2
*
Merge pull request #16704 from ankit1910/use-existing-method
Rafael Mendonça França
2014-09-01
1
-1
/
+1
|
\
|
*
use self instead of #read_attribute
ankit1910
2014-08-26
1
-1
/
+1
*
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
2
-7
/
+4
*
|
Cache the value of `changed_attributes` when calling `changes_applied`
Sean Griffin
2014-08-22
1
-1
/
+20
|
/
*
Don't calculate in-place changes twice
Sean Griffin
2014-08-22
1
-8
/
+0
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-11
/
+14
*
Define id_was to get the previous value of the primary key
Rafael Mendonça França
2014-08-06
1
-1
/
+7
*
Merge pull request #16180 from rafaelfranca/rm-dirty
Rafael Mendonça França
2014-07-15
1
-2
/
+2
|
\
|
*
Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...
Rafael Mendonça França
2014-07-15
1
-2
/
+2
*
|
Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""
Godfrey Chan
2014-07-15
1
-1
/
+6
|
/
*
Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"
Godfrey Chan
2014-07-05
1
-6
/
+1
*
Merge pull request #16059 from jenncoop/json-serialized-attr
Godfrey Chan
2014-07-05
1
-1
/
+6
*
Stop using instance exec for type decorators
Sean Griffin & Sean Doyle
2014-06-27
1
-5
/
+15
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
2
-9
/
+2
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-3
/
+2
*
Merge pull request #15868 from sgrif/sg-uninitialized-attributes
Rafael Mendonça França
2014-06-26
1
-10
/
+3
|
\
|
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-10
/
+3
*
|
Merge pull request #15846 from sgrif/sg-attributes-before-type-cast
Rafael Mendonça França
2014-06-26
1
-1
/
+1
|
\
\
|
*
|
Move `attributes_before_type_cast` to `AttributeSet`
Sean Griffin
2014-06-21
1
-1
/
+1
*
|
|
Silence warning in test
Sean Griffin
2014-06-24
1
-2
/
+2
|
|
/
|
/
|
*
|
Return a null object from `AttributeSet#[]`
Sean Griffin
2014-06-20
3
-10
/
+4
|
/
*
Use `column_defaults` in dirty for checking changed defaults
Sean Griffin
2014-06-17
1
-11
/
+3
*
Promote time zone aware attributes to a first class type decorator
Sean Griffin
2014-06-16
1
-1
/
+6
*
Refactor in-place dirty checking to use the attribute object
Sean Griffin
2014-06-16
2
-9
/
+7
*
Change the deprecation warning on `serialized_attributes`
Sean Griffin
2014-06-15
1
-8
/
+2
*
Deprecate `serialized_attributes` without replacement
Sean Griffin
2014-06-14
1
-16
/
+17
*
Merge pull request #15674 from sgrif/sg-mutable-attributes
Matthew Draper
2014-06-14
2
-23
/
+77
|
\
|
*
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
2
-23
/
+77
*
|
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
3
-29
/
+19
|
\
\
|
*
|
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
3
-29
/
+19
|
|
/
*
|
Use a conditional rather than early return in `id`
Sean Griffin
2014-06-12
1
-3
/
+4
*
|
Fix performance regression on preloading HABTM associations
Sean Griffin
2014-06-12
1
-0
/
+1
|
/
*
rm cached attributes
Sean Griffin
2014-06-11
1
-38
/
+11
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
2
-3
/
+3
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
2
-46
/
+15
*
Merge pull request #15546 from sgrif/sg-lazy-decorators
Rafael Mendonça França
2014-06-07
1
-4
/
+2
|
\
|
*
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
1
-4
/
+2
[next]