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
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-2
/
+0
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-63
/
+74
*
Ensure that mass assignment options are preserved
Andrew White
2012-06-10
1
-9
/
+10
*
Fix #5797. Error calling dup method on AR model with serialized field
kennyj
2012-05-30
1
-1
/
+1
*
remove unnecessary ruby 1.8 reference from active_record/core [ci skip]
Francesco Rodriguez
2012-05-26
1
-3
/
+4
*
Fix typo.
Peter Suschlik
2012-05-18
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-17
1
-1
/
+1
|
\
|
*
Fix typos in docs for ActiveRecord::Core::arel_table [ci skip]
Mark Rushakoff
2012-05-16
1
-3
/
+1
|
*
Fix typo [ci skip]
Peter Suschlik
2012-05-15
1
-1
/
+1
*
|
Remove extra `end` in arel_table docs. [ci skip]
Carlos Antonio da Silva
2012-05-15
1
-8
/
+6
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-15
1
-0
/
+8
|
\
|
*
Add documentation for arel_table
Oscar Del Ben
2012-05-14
1
-0
/
+8
*
|
fixes a nodoc which swallowed the documentation for the rest of the methods [...
Vijay Dev
2012-05-12
1
-2
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-12
1
-1
/
+23
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-05-12
1
-4
/
+1
|
*
Better document the difference between #clone and #dup.
Erich Menge
2012-05-11
1
-1
/
+26
*
|
s/wether/whether [ci skip]
Vijay Dev
2012-05-12
1
-1
/
+1
|
/
*
Use deep_dup in aciverecord default columns assignment
Piotr Sarnacki
2012-05-06
1
-4
/
+2
*
Duplicate column_defaults properly (closes #6115)
Piotr Sarnacki
2012-05-04
1
-1
/
+4
*
Removes caching from ActiveRecord::Core::ClassMethods#relation
Benedikt Deicke
2012-04-03
1
-4
/
+3
*
Add ActiveRecord::Base#slice to slice method calls
Guillermo Iguaran
2012-03-29
1
-0
/
+6
*
ActiveRecord::Core#initialize: improve performance
Bogdan Gusiev
2012-03-15
1
-1
/
+1
*
Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpeci...
kennyj
2012-03-14
1
-1
/
+1
*
Initialize @stale_state to nil in association
Carlos Antonio da Silva
2012-03-04
1
-1
/
+0
*
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