aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\
| * Ensure we are returning either `true` or `false` for `#==`Godfrey Chan2014-03-291-1/+1
* | add the deprecation to adequate record tooAaron Patterson2014-03-131-1/+5
* | we can't cache when the arguments are a hashAaron Patterson2014-02-271-1/+3
* | cache queries in the Model.find(id) pathAaron Patterson2014-02-181-0/+26
* | add AST cache to the find_by methodAaron Patterson2014-02-171-0/+35
|/
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+9
* Make arel methods private APIRafael Mendonça França2014-02-011-2/+2
* Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-291-1/+1
* Move changed_attributes into dirty.rbKeenan Brock2014-01-221-14/+2
* Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-6/+3
* Ensure Active Record connection consistencyschneems2014-01-091-1/+8
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+3
* [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