aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] used new syntax for scopesKuldeep Aggarwal2013-11-271-1/+1
* Changed message for Model.inspectArun Agrawal2013-11-091-1/+1
* Merge pull request #12390 from kennyj/rename_to_association_methodsRafael Mendonça França2013-11-051-4/+4
|\
| * Renamed generated_feature_methods to generated_association_methods.kennyj2013-09-281-4/+4
* | Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...David Heinemeier Hansson2013-11-021-0/+9
|/
* Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-3/+1
* Add back options argument in the ActiveRecord::Base.initialize methodRafael Mendonça França2013-09-211-2/+10
* support objects with blank string primary keysAaron Patterson2013-09-181-1/+1
* ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,Aaron Patterson2013-09-181-9/+0
* do what the superclass does in the case that objects do not matchAaron Patterson2013-09-181-0/+2
* Perf: avoid dupes add fallback logic for codersSam2013-09-111-2/+4
* Use map! to avoid an extra object creationCarlos Antonio da Silva2013-08-021-1/+1
* Remove useless begin..endCarlos Antonio da Silva2013-08-021-2/+1
* add a specific factory method rather than using newAaron Patterson2013-07-231-1/+1
* Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...Yves Senn2013-07-051-0/+5
* Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.Arun Agrawal2013-07-041-5/+0
* push attribute constant cache in to the attribute methods moduleAaron Patterson2013-07-021-6/+0
* eagerly initialize the attributes module to avoid check-then-set race conditionsAaron Patterson2013-07-021-7/+1
* remove deprecated `ActiveRecord::Base#connection` method.Yves Senn2013-07-011-8/+0
* remove deprecated implicit join references.Yves Senn2013-06-291-7/+4
* Fix indentationAkira Matsuda2013-06-281-1/+1
* `inspect` for AR model classes does not initiate a new connection.Yves Senn2013-06-201-0/+2
* fixes a test, and explains why AR::AttributeMethods checks defined?(@attribut...Xavier Noria2013-04-281-1/+3
* Fix freeze applying to cloned objectsCaleb Thompson2013-04-151-2/+4
* removes calls to AR::Runtime.instanceXavier Noria2013-04-131-2/+2
* Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-2/+2
* Bring back ActiveRecord::Base#connection_handler removed by mistake on b37399abRafael Mendonça França2013-04-061-0/+4
* Fix typo: overriden => overriDDenAlexander Balashov2013-03-281-2/+2
* Make connection_handler overridable per threadSam Saffron2013-03-271-2/+11
* Merge pull request #9489 from obrie/fix/overridden_defaults_changed_attributesJeremy Kemper2013-03-241-3/+11
|\
| * Fix ActiveRecord locking column defaults not getting persistedAaron Pfeifer2013-03-181-3/+11
* | Update other counter caches on destroyIan Young2013-03-201-0/+1
|/
* make it possible to disable implicit join references.Yves Senn2013-03-151-0/+8
* Deprecate #connection in favour of accessing it via the classBen Moss2013-03-091-0/+1
* Do not override attributes on `dup` by default scopesHiroshige Umino2013-02-261-1/+0
* Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-1/+48
* Whitespaces :scissors:Rafael Mendonça França2013-01-221-12/+12
* Removed reflects_transaction_state.wangjohn2013-01-201-1/+0
* Created state for a transaction and added tests.wangjohn2013-01-201-11/+13
* Don't allocate new strings in compiled attribute methodsJon Leighton2012-11-211-1/+6
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-1/+1
|\
| * 1.9 hash syntax changesAvnerCohen2012-11-081-1/+1
* | Remove not used load hooks for active_record_configCarlos Antonio da Silva2012-11-091-3/+0
|/
* remove unused config optionJon Leighton2012-10-261-3/+0
* Remove ActiveRecord::ModelJon Leighton2012-10-261-73/+71
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Update docs for AR::Base#new to remove references to mass_assignment_optionsGuillermo Iguaran2012-09-181-10/+1
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-3/+3
* Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-151-1/+0