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
*
Rename field_changed? to _field_changed? so that users can create a field nam...
Akira Matsuda
2012-02-14
1
-1
/
+1
*
Merge branch 'master' into instance_reader
Aaron Patterson
2012-02-09
1
-1
/
+3
|
\
|
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-02-09
1
-1
/
+1
|
|
\
|
|
*
Correcting ActiveRecord::Core#encode_with docs
Josef Šimánek
2012-02-07
1
-1
/
+1
|
*
|
Fix attribute_before_type_cast for serialized attributes. Fixes #4837.
Jon Leighton
2012-02-07
1
-0
/
+2
|
|
/
*
|
wrap and cache columns for typecasting
Aaron Patterson
2012-02-07
1
-2
/
+2
*
|
column types are passed from the result set to the instantiated AR object
Aaron Patterson
2012-02-07
1
-2
/
+3
*
|
copy the columns hash to the active record instances, typecast using columns ...
Aaron Patterson
2012-02-07
1
-0
/
+2
|
/
*
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