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
*
has_many/has_one, :dependent => :restrict, deprecation added.
Manoj
2012-01-29
1
-0
/
+10
*
The primary key is always initialized in the @attributes hash to nil (unless
Aaron Patterson
2012-01-25
1
-0
/
+5
*
change AR default_timezone to :utc since it's the default for AR::Railtie
Akira Matsuda
2012-01-21
1
-3
/
+3
*
Fix another race condition.
Jon Leighton
2012-01-20
1
-0
/
+3
*
push ivar initialization down to a common method
Aaron Patterson
2012-01-19
1
-16
/
+20
*
AS::Callbacks: remove unused runner
Bogdan Gusiev
2012-01-12
1
-1
/
+1
*
Fixed after_initialize callbacks call on AR model #dup
Bogdan Gusiev
2012-01-07
1
-1
/
+1
*
No need to override to_yaml and yaml_initialize methods in ActiveRecord::Core
Rafael Mendonça França
2012-01-04
1
-20
/
+0
*
No need to check if YAML::ENGINE is defined since ruby 1.9 does that
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
Delete some stray lines
Jon Leighton
2011-12-28
1
-2
/
+0
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-7
/
+8
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-59
/
+64
*
Ensure attribute methods are included after all the AR stuff
Jon Leighton
2011-12-24
1
-1
/
+1
*
Make generated_feature_methods work with ActiveRecord::Model
Jon Leighton
2011-12-24
1
-4
/
+9
*
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
1
-60
/
+57
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-7
/
+1
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-1
/
+12
*
Start work towards making AR include-able.
Jon Leighton
2011-12-24
1
-0
/
+343