aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent extra `spawn` to make `klass.all` faster (#29009)Ryuta Kamizono2017-11-201-1/+2
* remove :enabled optionBen Toews2017-11-091-3/+2
* add config to check arguments to unsafe AR methodsBen Toews2017-11-091-0/+9
* Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-231-20/+0
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Fix outdated comment for `Core::ClassMethods#===` [ci skip] (#30146)Ryuta Kamizono2017-08-121-2/+2
* Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement cachesRyuta Kamizono2017-08-041-4/+3
* Passing `klass` to `StatementCache.new`Ryuta Kamizono2017-08-041-2/+2
* Merge pull request #29842 from kamipo/fix_find_by_with_rangeMatthew Draper2017-08-021-3/+2
|\
| * Fix `find_by` with range conditionsRyuta Kamizono2017-07-201-3/+2
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* 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