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
*
fixes a test, and explains why AR::AttributeMethods checks defined?(@attribut...
Xavier Noria
2013-04-28
1
-1
/
+3
*
Fix freeze applying to cloned objects
Caleb Thompson
2013-04-15
1
-2
/
+4
*
removes calls to AR::Runtime.instance
Xavier Noria
2013-04-13
1
-2
/
+2
*
Created a runtime registry for thread local variables in active record.
wangjohn
2013-04-09
1
-2
/
+2
*
Bring back ActiveRecord::Base#connection_handler removed by mistake on b37399ab
Rafael Mendonça França
2013-04-06
1
-0
/
+4
*
Fix typo: overriden => overriDDen
Alexander Balashov
2013-03-28
1
-2
/
+2
*
Make connection_handler overridable per thread
Sam Saffron
2013-03-27
1
-2
/
+11
*
Merge pull request #9489 from obrie/fix/overridden_defaults_changed_attributes
Jeremy Kemper
2013-03-24
1
-3
/
+11
|
\
|
*
Fix ActiveRecord locking column defaults not getting persisted
Aaron Pfeifer
2013-03-18
1
-3
/
+11
*
|
Update other counter caches on destroy
Ian Young
2013-03-20
1
-0
/
+1
|
/
*
make it possible to disable implicit join references.
Yves Senn
2013-03-15
1
-0
/
+8
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-0
/
+1
*
Do not override attributes on `dup` by default scopes
Hiroshige Umino
2013-02-26
1
-1
/
+0
*
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-1
/
+48
*
Whitespaces :scissors:
Rafael Mendonça França
2013-01-22
1
-12
/
+12
*
Removed reflects_transaction_state.
wangjohn
2013-01-20
1
-1
/
+0
*
Created state for a transaction and added tests.
wangjohn
2013-01-20
1
-11
/
+13
*
Don't allocate new strings in compiled attribute methods
Jon Leighton
2012-11-21
1
-1
/
+6
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-1
/
+1
|
\
|
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-1
/
+1
*
|
Remove not used load hooks for active_record_config
Carlos Antonio da Silva
2012-11-09
1
-3
/
+0
|
/
*
remove unused config option
Jon Leighton
2012-10-26
1
-3
/
+0
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-73
/
+71
*
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
*
Update docs for AR::Base#new to remove references to mass_assignment_options
Guillermo Iguaran
2012-09-18
1
-10
/
+1
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-3
/
+3
*
Revert "create a transaction object and point AR objects at that object durin...
Jon Leighton
2012-09-15
1
-1
/
+0
*
Minor refactor in ActiveRecord#initialize_dup
Carlos Antonio da Silva
2012-09-07
1
-10
/
+4
*
create a transaction object and point AR objects at that object during a
Aaron Patterson
2012-09-07
1
-0
/
+1
*
initialize instance variables for transactions to remove conditionals
Aaron Patterson
2012-08-20
1
-0
/
+1
*
Avoid #any?
Jon Leighton
2012-08-17
1
-1
/
+1
*
Avoid deep_dup when intantiating.
Jon Leighton
2012-08-17
1
-2
/
+5
*
Remove the dependent_restrict_raises option.
Jon Leighton
2012-08-10
1
-9
/
+0
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+2
*
Fix activerecord model to_ary method comment 'see also' link
Kang Wen
2012-07-16
1
-1
/
+1
*
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
[next]