aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* Add available transformations to docs [ci skip]wata_mac2018-05-131-0/+3
* `becomes` should clear the mutation tracker which is created in `after_initia...Ryuta Kamizono2018-05-112-2/+2
* Fix ActiveRecord::AttributeMethods::Dirty documentation [ci skip]Kieran Trezona-le Comte2018-05-071-20/+58
* Fix logic on disabling commit callbacksBrian Durand2018-05-041-1/+1
* Allow a belonging to object to be created from a new recordJolyon Pawlyn2018-05-012-4/+8
* Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* Fix `Associations::ClassMethods` doc [ci skip]Ryuta Kamizono2018-04-291-7/+7
* Ensure that `ids_reader` respects dirty target whether target is loaded or notRyuta Kamizono2018-04-271-1/+3
* Loaded associations should not run a new query when size is calledGraham Turner2018-04-261-1/+3
* `get_value` needs to be a public methodGraham Turner2018-04-251-4/+5
* Merge pull request #32646 from derekprior/dp-schema-dumper-documentationSean Griffin2018-04-241-5/+5
|\
| * Update schema.rb documentation [CI SKIP]Derek Prior2018-04-241-5/+5
* | `columns` is cached in the statementRyuta Kamizono2018-04-241-6/+3
* | Save a hash allocation in MySQL statement poolEugene Kenny2018-04-232-5/+2
* | Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...Ryuta Kamizono2018-04-221-1/+5
|\ \
| * | Fix .new with multiple through associationsSam DeCesare2018-04-091-1/+5
* | | `target` in `CollectionAssociation` is always an arrayRyuta Kamizono2018-04-211-2/+2
* | | Fix typo in the `touch_all` doc [ci skip]Ryuta Kamizono2018-04-211-4/+4
* | | Can preload associations through polymorphic associationsDana Sherson2018-04-201-10/+15
* | | Merge pull request #31513 from fatkodima/relation-touch_allRafael França2018-04-202-10/+47
|\ \ \
| * | | Add `touch_all` method to `ActiveRecord::Relation`fatkodima2018-04-132-10/+47
* | | | Merge pull request #32667 from yahonda/mod_empty_insert_statement_valueRafael França2018-04-203-3/+3
|\ \ \ \
| * | | | Allow `primary_key` argument to `empty_insert_statement_value`Yasuo Honda2018-04-203-3/+3
* | | | | Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__Rafael França2018-04-191-1/+1
|\ \ \ \ \
| * | | | | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
| | |_|_|/ | |/| | |
* | | | | Don't expose `Relation#preload_associations` in the docRyuta Kamizono2018-04-201-1/+1
| |/ / / |/| | |
* | | | Fix relation merging with skip_query_cache!James Williams2018-04-191-2/+2
|/ / /
* | | Remove unused attr_writer :joinable on TransactionEugene Kenny2018-04-171-1/+0
* | | Add missing `require "benchmark"`r7kamura2018-04-151-0/+1
* | | Fix broken nodocsChris Arcand2018-04-132-2/+2
|/ /
* | Fix database.yml mergingeileencodes2018-04-121-1/+1
* | don't check for immutability when setting skip_preloading as it doesn't effec...Lachlan Sylvester2018-04-121-2/+3
|/
* Don't create namespaced tasks if single db applicationeileencodes2018-04-091-2/+7
* Allow schema/structure load for multiple databaseseileencodes2018-04-091-3/+3
* Avoid generating full changes hash on every saveEugene Kenny2018-04-081-1/+1
* Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scopeRafael França2018-04-063-1/+15
|\
| * Deprecate accessibility of private/protected class methods in named scopeRyuta Kamizono2018-03-302-2/+6
| * Bring back private class methods accessibility in named scopeRyuta Kamizono2018-03-273-1/+11
* | Fix structure:dump for multiple databaseseileencodes2018-04-061-2/+1
* | Merge pull request #32447 from utilum/splatRafael França2018-04-041-2/+3
|\ \
| * | passing splat keyword arguments as a single Hashutilum2018-04-041-2/+3
* | | Merge pull request #32414 from bogdan/query-cache-optimizationRafael França2018-04-041-11/+4
|\ \ \ | |/ / |/| |
| * | Optimize the code inside AR::QueryCache middlewareBogdan Gusiev2018-04-041-11/+4
* | | Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-041-1/+1
* | | Merge pull request #32415 from kamipo/remove_foreign_keys_moduleGuillermo Iguaran2018-04-023-14/+2
|\ \ \
| * | | Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-023-14/+2
* | | | Add AR::Base.base_class? predicateBogdan Gusiev2018-04-025-8/+13
|/ / /
* / / Fix two-level database configurations with URLsEugene Kenny2018-03-311-1/+1
|/ /
* | Merge pull request #32366 from utilum/use_current_configAndrew White2018-03-301-1/+1
|\ \
| * | Use current_config in structure_dumputilum2018-03-291-1/+1