aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove useless `arel_engine`Ryuta Kamizono2017-07-171-10/+0
* Remove unused requiresRyuta Kamizono2017-07-161-2/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-13/+6
* Remove unused `@txn` variableEugene Kenny2017-03-151-1/+0
* `type_condition` should be overwritten by `create_with_value` in `scope_for_c...Ryuta Kamizono2017-01-151-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Fix `find_by` and `where` consistencyRyuta Kamizono2017-01-041-3/+3
* Raise ArgumentError when a instance of ActiveRecord::Base is passed toRafael Mendonça França2017-01-031-9/+5
* Mark :GeneratedAssociationMethods also as private_constantPrathamesh Sonpatki2016-12-311-0/+2
* No need to nodoc private methodsAkira Matsuda2016-12-241-3/+3
* Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-2/+2
* Don't assign default attributes until after loading schemaSean Griffin2016-11-031-1/+1
* allow ActiveRecord::Core#slice to use array argCohen Carlisle2016-10-311-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* 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
|\