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
/
core.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15172 from notEthan/active_record_pretty_print
Rafael Mendonça França
2014-06-03
1
-0
/
+23
|
\
|
*
implement ActiveRecord::Base#pretty_print + changelog
Ethan
2014-05-29
1
-0
/
+23
*
|
Keep column defaults in type cast form
Sean Griffin
2014-06-03
1
-1
/
+1
*
|
Remove unused `initialize_attributes` method
Sean Griffin
2014-06-02
1
-3
/
+2
*
|
New records should remain new after yaml serialization
Sean Griffin
2014-06-01
1
-1
/
+2
*
|
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-1
/
+1
*
|
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-11
/
+11
|
/
*
Fixed serialization for records with an attribute named `format`.
Godfrey Chan
2014-05-22
1
-0
/
+2
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-0
/
+1
|
\
|
*
`@destroyed` should always be set to `false` when an object is duped.
Kuldeep Aggarwal
2014-04-19
1
-0
/
+1
*
|
use an array for bind params to simplify substitution
Aaron Patterson
2014-04-12
1
-4
/
+4
*
|
decouple the factory method from the constructing model
Aaron Patterson
2014-04-10
1
-2
/
+2
*
|
remove intelligence from StatementCache#initialize
Aaron Patterson
2014-04-10
1
-2
/
+2
*
|
stop caching the class on the statement cache object
Aaron Patterson
2014-04-10
1
-2
/
+2
*
|
tests still pass when caching unprepared statements
Aaron Patterson
2014-04-09
1
-1
/
+0
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-1
/
+1
|
\
|
|
*
Ensure we are returning either `true` or `false` for `#==`
Godfrey Chan
2014-03-29
1
-1
/
+1
*
|
add the deprecation to adequate record too
Aaron Patterson
2014-03-13
1
-1
/
+5
*
|
we can't cache when the arguments are a hash
Aaron Patterson
2014-02-27
1
-1
/
+3
*
|
cache queries in the Model.find(id) path
Aaron Patterson
2014-02-18
1
-0
/
+26
*
|
add AST cache to the find_by method
Aaron Patterson
2014-02-17
1
-0
/
+35
|
/
*
Add config to disable schema dump after migration
Emil Soman
2014-02-06
1
-0
/
+9
*
Make arel methods private API
Rafael Mendonça França
2014-02-01
1
-2
/
+2
*
Fixing issue with activerecord serialization not being able to dump a record ...
Mauricio Linhares
2014-01-29
1
-1
/
+1
*
Move changed_attributes into dirty.rb
Keenan Brock
2014-01-22
1
-14
/
+2
*
Restore ActiveRecord states after a rollback for models w/o callbacks
Godfrey Chan
2014-01-18
1
-6
/
+3
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-1
/
+8
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-0
/
+3
*
[ci skip] used new syntax for scopes
Kuldeep Aggarwal
2013-11-27
1
-1
/
+1
*
Changed message for Model.inspect
Arun Agrawal
2013-11-09
1
-1
/
+1
*
Merge pull request #12390 from kennyj/rename_to_association_methods
Rafael Mendonça França
2013-11-05
1
-4
/
+4
|
\
|
*
Renamed generated_feature_methods to generated_association_methods.
kennyj
2013-09-28
1
-4
/
+4
*
|
Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+9
|
/
*
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-3
/
+1
*
Add back options argument in the ActiveRecord::Base.initialize method
Rafael Mendonça França
2013-09-21
1
-2
/
+10
*
support objects with blank string primary keys
Aaron Patterson
2013-09-18
1
-1
/
+1
*
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
1
-9
/
+0
*
do what the superclass does in the case that objects do not match
Aaron Patterson
2013-09-18
1
-0
/
+2
*
Perf: avoid dupes add fallback logic for coders
Sam
2013-09-11
1
-2
/
+4
*
Use map! to avoid an extra object creation
Carlos Antonio da Silva
2013-08-02
1
-1
/
+1
*
Remove useless begin..end
Carlos Antonio da Silva
2013-08-02
1
-2
/
+1
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-1
/
+1
*
Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...
Yves Senn
2013-07-05
1
-0
/
+5
*
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.
Arun Agrawal
2013-07-04
1
-5
/
+0
*
push attribute constant cache in to the attribute methods module
Aaron Patterson
2013-07-02
1
-6
/
+0
*
eagerly initialize the attributes module to avoid check-then-set race conditions
Aaron Patterson
2013-07-02
1
-7
/
+1
*
remove deprecated `ActiveRecord::Base#connection` method.
Yves Senn
2013-07-01
1
-8
/
+0
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-7
/
+4
*
Fix indentation
Akira Matsuda
2013-06-28
1
-1
/
+1
*
`inspect` for AR model classes does not initiate a new connection.
Yves Senn
2013-06-20
1
-0
/
+2
[next]