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
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-4
/
+4
*
Fix find_by with associations not working with adequate record
Godfrey Chan
2014-09-20
1
-0
/
+3
*
Quick fix to address the borken build caused by #15791
Godfrey Chan
2014-09-20
1
-1
/
+1
*
Backwards compat for activerecord-deprecated_finders
stopdropandrew
2014-09-16
1
-0
/
+2
*
Allow included modules to override association methods.
Yves Senn
2014-09-09
1
-2
/
+0
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-0
/
+1
*
Override #find_by! in core to enable AST caching
Godfrey Chan
2014-08-25
1
-0
/
+4
*
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
1
-1
/
+1
*
Merge pull request #15718 from chancancode/regression_from_15694
Godfrey Chan
2014-07-16
1
-0
/
+5
|
\
|
*
Fixed a regression introduced in 84cf156
Godfrey Chan
2014-06-14
1
-0
/
+5
*
|
Merge pull request #16015 from sgrif/sg-ensure-initialized
Rafael Mendonça França
2014-07-02
1
-4
/
+1
|
\
\
|
*
|
Move pk initialization logic onto `AttributeSet`
Sean Griffin
2014-07-02
1
-4
/
+1
*
|
|
Don't error when `dup`ing a record with no PK
Sean Griffin
2014-07-02
1
-2
/
+1
|
/
/
*
|
Simplify creation of default attributes on AR instance
Sean Griffin
2014-06-29
1
-6
/
+1
*
|
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-1
/
+1
*
|
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-2
/
+2
*
|
Remove unneeded `@column_types` instance variable
Sean Griffin
2014-06-22
1
-2
/
+0
*
|
Return a null object from `AttributeSet#[]`
Sean Griffin
2014-06-20
1
-1
/
+3
*
|
docs, configurations method is listed in the docs. [ci skip]
Yves Senn
2014-06-20
1
-1
/
+0
*
|
Introduce an object to aid in creation and management of `@attributes`
Sean Griffin
2014-06-19
1
-4
/
+3
|
/
*
Remove unused column types override
Sean Griffin
2014-06-13
1
-3
/
+0
*
Merge pull request #15689 from sgrif/sg-attribute-methods
Matthew Draper
2014-06-14
1
-0
/
+1
|
\
|
*
Ensure we always define attribute methods
Sean Griffin
2014-06-13
1
-0
/
+1
*
|
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
1
-19
/
+18
|
\
\
|
|
/
|
/
|
|
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-19
/
+18
*
|
Defer to super, rather than re-implementing Object#hash
Sean Griffin
2014-06-12
1
-1
/
+5
*
|
Fix performance regression on preloading HABTM associations
Sean Griffin
2014-06-12
1
-1
/
+1
|
/
*
Keep the types of virtual columns after yaml serialization
Sean Griffin
2014-06-10
1
-0
/
+1
*
Move conditionals about freezing closer to the definition of `freeze`
Sean Griffin
2014-06-07
1
-0
/
+6
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-3
/
+6
*
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
[next]