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
/
inheritance.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #new with an STI object with complex inheritance
Nate Berkopec
2013-04-02
1
-1
/
+1
*
Avoid short-circuit return
Rafael Mendonça França
2013-03-08
1
-5
/
+9
*
Merge pull request #9497 from route/subclass_from_attrs
Rafael Mendonça França
2013-03-08
1
-2
/
+3
|
\
|
*
Fix ActiveRecord `subclass_from_attrs` when eager_load is false.
Dmitry Vorotilin
2013-03-06
1
-2
/
+3
*
|
More helpful error message when instantiating an abstract class
Aaron Weiner
2013-03-03
1
-0
/
+3
|
/
*
Missing require
Akira Matsuda
2013-01-07
1
-0
/
+2
*
Move instantiation responsibilities from Inheritance to Persistence. Have Inh...
Jeremy Kemper
2012-11-29
1
-24
/
+24
*
Added STI support to init and building associations
Jason Rush
2012-11-29
1
-0
/
+26
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-29
/
+12
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-1
/
+1
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+1
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-2
/
+2
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Refactor ActiveRecord::Inheritance.base_class logic
beerlington
2012-07-26
1
-18
/
+15
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-3
/
+7
*
Adding documentation for ActiveRecord::Base.abstract_class to clarify a parti...
Joe Goggins
2012-03-22
1
-0
/
+14
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-20
/
+3
*
give each PG type a `type` method and decortate tz attributes
Aaron Patterson
2012-02-07
1
-0
/
+1
*
column types are passed from the result set to the instantiated AR object
Aaron Patterson
2012-02-07
1
-2
/
+3
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-12
/
+8
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-3
/
+3
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-9
/
+22
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-4
/
+10
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+167