aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor refactor in ActiveRecord#initialize_dupCarlos Antonio da Silva2012-09-071-10/+4
* create a transaction object and point AR objects at that object during aAaron Patterson2012-09-071-0/+1
* initialize instance variables for transactions to remove conditionalsAaron Patterson2012-08-201-0/+1
* Avoid #any?Jon Leighton2012-08-171-1/+1
* Avoid deep_dup when intantiating.Jon Leighton2012-08-171-2/+5
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-9/+0
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+2
* Fix activerecord model to_ary method comment 'see also' linkKang Wen2012-07-161-1/+1
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-2/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-63/+74
* Ensure that mass assignment options are preservedAndrew White2012-06-101-9/+10
* Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-1/+1
* remove unnecessary ruby 1.8 reference from active_record/core [ci skip]Francesco Rodriguez2012-05-261-3/+4
* Fix typo.Peter Suschlik2012-05-181-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-171-1/+1
|\
| * Fix typos in docs for ActiveRecord::Core::arel_table [ci skip]Mark Rushakoff2012-05-161-3/+1
| * Fix typo [ci skip]Peter Suschlik2012-05-151-1/+1
* | Remove extra `end` in arel_table docs. [ci skip]Carlos Antonio da Silva2012-05-151-8/+6
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-151-0/+8
|\
| * Add documentation for arel_tableOscar Del Ben2012-05-141-0/+8
* | fixes a nodoc which swallowed the documentation for the rest of the methods [...Vijay Dev2012-05-121-2/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-121-1/+23
|\
| * copy edits [ci skip]Vijay Dev2012-05-121-4/+1
| * Better document the difference between #clone and #dup.Erich Menge2012-05-111-1/+26
* | s/wether/whether [ci skip]Vijay Dev2012-05-121-1/+1
|/
* Use deep_dup in aciverecord default columns assignmentPiotr Sarnacki2012-05-061-4/+2