aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix inspect with non-primary key id attributeEugene Kenny2018-11-061-2/+2
* Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-19/+22
|\
| * Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-19/+22
* | Consolidate duplicated code that initializing an empty model objectRyuta Kamizono2018-10-171-19/+7
|/
* Basic API for connection switchingEileen Uchitelle2018-10-101-0/+3
* Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entrybogdanvlviv2018-09-121-6/+6
* Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-121-6/+17
* DRY `activerecord/lib/active_record/core.rb` and fix testsbogdanvlviv2018-09-121-6/+9
* Clarify docs of `config.filter_parameters` and `#filter_attributes`bogdanvlviv2018-09-121-1/+1
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-2/+18
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-13/+9
* [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-1/+1
* define attribute methods in `init_from_db`Aaron Patterson2018-06-261-0/+2
* Merge branch 'master' into homogeneous-allocationAaron Patterson2018-06-261-5/+0
|\
| * Call initialize after allocateAaron Patterson2018-06-261-5/+0
* | Speed up homogeneous AR lists / reduce allocationsAaron Patterson2018-06-251-0/+20
|/
* Clear the transaction state when AR object is dupedYuriy Ustushenko2018-01-251-2/+4
* Avoid passing unnecessary arguments to relationDaniel Colson2018-01-241-1/+1
* Log call site for all queriesOlivier Lacan2017-12-131-0/+7
* 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