aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...Ryuta Kamizono2019-04-041-1/+0
* Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+7
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-1/+0
* Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-021-1/+0
* Merge pull request #32299 from davidstosik/expose-fk-ignore-patternGuillermo Iguaran2018-03-271-0/+1
|\
| * Expose foreign key name ignore pattern in configurationDavid Stosik2018-03-191-0/+1
* | Refactor configs_for and friendseileencodes2018-03-211-0/+1
|/
* Add test parallelization to Railseileencodes2018-02-151-0/+1
* Active Record: Bump license years for 2018 [ci skip]Ryuta Kamizono2018-01-011-1/+1
* Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-111-0/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-2/+6
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Merge pull request #27849 from joevandyk/patch-2Rafael França2017-01-311-1/+2
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* Eager autoload ActiveRecord::TableMetadataclaudiob2016-08-151-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-19/+19
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-1/+0
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+1
|\
| * Prevent destructive action on production databaseschneems2016-01-071-0/+1
* | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
|/
* Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+1
* Autoload ActiveRecord::RecordInvalidRafael Mendonça França2015-06-181-0/+1
* Batch touch parent recordsArthur Neves2015-04-081-0/+1
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+1
* Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+1
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+1
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
* Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`Sean Griffin2014-12-261-0/+1
* Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""Godfrey Chan2014-07-151-0/+1
* Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"Godfrey Chan2014-07-051-1/+0
* Merge pull request #16059 from jenncoop/json-serialized-attrGodfrey Chan2014-07-051-0/+1
* Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-1/+1
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-0/+1
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-0/+1
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* add #no_touching on ActiveRecord modelsDamien Mathieu2013-11-131-0/+1
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+1
* Removes unused code related to DatabaseTasks.kennyj2013-09-161-4/+0
* deprecated `ActiveRecord::TestCase` is no longer public.Yves Senn2013-07-021-1/+0
* Remove depreacted findersŁukasz Strzałkowski2013-06-281-1/+0
* Set the inverse when association queries are refinedJon Leighton2013-05-101-0/+1
* Merge pull request #10152 from Noemj/statement_cacheRafael Mendonça França2013-04-101-0/+1
|\
| * Added statement cacheNoemj2013-04-101-0/+1
* | Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-0/+1
* | Sort modules in alphabetical order.Shunsuke Osa2013-04-051-2/+2
* | Extract Oracle database tasks.kennyj2013-04-031-0/+1