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
*
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-3
/
+1
*
Add back options argument in the ActiveRecord::Base.initialize method
Rafael Mendonça França
2013-09-21
1
-2
/
+10
*
support objects with blank string primary keys
Aaron Patterson
2013-09-18
1
-1
/
+1
*
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
1
-9
/
+0
*
do what the superclass does in the case that objects do not match
Aaron Patterson
2013-09-18
1
-0
/
+2
*
Perf: avoid dupes add fallback logic for coders
Sam
2013-09-11
1
-2
/
+4
*
Use map! to avoid an extra object creation
Carlos Antonio da Silva
2013-08-02
1
-1
/
+1
*
Remove useless begin..end
Carlos Antonio da Silva
2013-08-02
1
-2
/
+1
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-1
/
+1
*
Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...
Yves Senn
2013-07-05
1
-0
/
+5
*
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.
Arun Agrawal
2013-07-04
1
-5
/
+0
*
push attribute constant cache in to the attribute methods module
Aaron Patterson
2013-07-02
1
-6
/
+0
*
eagerly initialize the attributes module to avoid check-then-set race conditions
Aaron Patterson
2013-07-02
1
-7
/
+1
*
remove deprecated `ActiveRecord::Base#connection` method.
Yves Senn
2013-07-01
1
-8
/
+0
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-7
/
+4
*
Fix indentation
Akira Matsuda
2013-06-28
1
-1
/
+1
*
`inspect` for AR model classes does not initiate a new connection.
Yves Senn
2013-06-20
1
-0
/
+2
*
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
[next]