aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Use xor to avoid allocations in `AR::Core#hash`Sean Griffin2016-09-261-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Include user defined attributes in inspectSean Griffin2016-08-311-1/+1
* Ensure that inverse associations are set before running callbacksSean Griffin2016-08-311-0/+2
* Remove "Under Ruby 1.9" [ci skip]Ryuta Kamizono2016-08-281-9/+9
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-3/+3
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-5/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-43/+43
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-13/+13
* deprecates the error_on_ignored_order_or_limit instance readerXavier Noria2016-07-181-0/+4
* Remove mattr_accessor for deprecated config `error_on_ignored_order_or_limit`.Prathamesh Sonpatki2016-07-181-1/+8
* adds support for limits in batch processingXavier Noria2016-07-131-3/+12
* Make Active Record emit significantly smaller YAMLSean Griffin2016-05-311-5/+3
* `ActiveRecord::Base#hash` should differ between classesSean Griffin2016-05-311-1/+1
* s/specification_name/connection_specification_nameArthur Neves2016-05-061-1/+1
* s/specification_id/specification_nameArthur Neves2016-05-051-1/+1
* Refactor connection handlerArthur Neves2016-05-051-1/+1
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* Prepared statements shouldn't share a cache with unprepared statementsSean Griffin2016-03-311-3/+4
* Merge pull request #23417 from sgringwe/masterRafael Mendonça França2016-03-011-0/+8
|\
| * Add initial support for allowing an error on order or limit of queries being ...Scott Ringwelski2016-02-021-0/+8
* | Extract a Relation#arel_attributeMatthew Draper2016-02-041-1/+1
* | Defer Arel attribute lookup to the model classMatthew Draper2016-02-041-0/+5
|/
* Skip the STI condition when evaluating a default scopeMatthew Draper2016-01-121-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* Merge pull request #20957 from akihiro17/find-by-issueSean Griffin2015-10-201-1/+1
|\
| * Don't cache arguments in #find_by if they are an ActiveRecord::Relationakihiro172015-10-061-1/+1
* | applies new doc guidelines to Active Record.Yves Senn2015-10-141-3/+3
|/
* Separate `dup` from `deep_dup` in the attributes hashSean Griffin2015-09-281-2/+2
* Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-3/+5
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-4/+4
* copy-edits the docs of dump_schemas [ci skip]Xavier Noria2015-05-061-3/+4
* Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-061-4/+4
|\
| * Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-4/+4
* | Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8
* | [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-271-4/+4
* | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+9
|/
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-0/+9
* Isolate access to .default_scopes in ActiveRecord::Scoping::DefaultBen Woosley2015-03-121-4/+2
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+2
* Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-021-1/+1
* ask the txn for it's state, not a state objectAaron Patterson2015-03-021-1/+1
* Move transaction code to transaction moduleArthur Neves2015-03-011-41/+0
* Remove parent transaction stateArthur Neves2015-03-011-4/+0
* remove useless conditionalAaron Patterson2015-03-011-1/+1
* Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-1/+1
|\
| * Add before_commitArthur Neves2015-02-241-1/+1
* | Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+2
* | Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-5/+0
|\ \