aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-9/+40
* Remove unneeded `association.respond_to?(:reset_scope)`Ryuta Kamizono2017-05-171-1/+1
* Fix association documentationRafael Mendonça França2017-05-161-6/+5
* Improvements for SQLite rake task.Guillermo Iguaran2017-05-151-7/+18
* Update SchemaDumper.ignore_tables docsGuillermo Iguaran2017-05-151-2/+2
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-1/+10
* Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+6
* Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+6
* Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_sele...Kasper Timm Hansen2017-05-121-1/+1
|\
| * Fix ambigious error message of select query methodMehmet Emin INAC2017-05-081-1/+1
* | Merge pull request #29043 from kamipo/dont_eager_loading_if_unneeded_for_existsAaron Patterson2017-05-112-4/+5
|\ \
| * | Don't eager loading if unneeded for `FinderMethods#exists?`Ryuta Kamizono2017-05-112-4/+5
* | | Defer loading each DB Tasks class from AR DatabaseTasksAkira Matsuda2017-05-111-6/+6
|/ /
* | Merge pull request #28989 from matthewd/quoted_id-deprecationMatthew Draper2017-05-061-1/+8
|\ \
| * | Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+8
* | | Don't pass `arel.engine` to `Arel::SelectManager.new`Ryuta Kamizono2017-05-053-9/+6
* | | Remove useless `target_records_from_association`Ryuta Kamizono2017-05-041-11/+3
|/ /
* | Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-021-1/+1
* | Merge pull request #28938 from kamipo/deprecate_supports_statement_cacheRafael França2017-05-014-20/+3
|\ \
| * | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-014-20/+3
* | | Use `flat_map` rather than `map(&:...).flatten`Ryuta Kamizono2017-04-291-1/+1
|/ /
* | Also raise error when VERSION is nilRafael Mendonça França2017-04-271-2/+2
* | Evaluate belongs_to :default option against the owner, not the associationGeorge Claghorn2017-04-271-1/+1
|/
* Merge pull request #28883 from yahonda/fix28797Rafael França2017-04-261-1/+1
|\
| * PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-1/+1
* | Merge pull request #28881 from bogdanvlviv/verbose-migrationRafael França2017-04-261-1/+1
|\ \
| * | Refactor AR::Tasks::DatabaseTasks::migratebogdanvlviv2017-04-261-1/+1
| |/
* | Merge pull request #28891 from sodabrew/patch-1Rafael França2017-04-261-2/+0
|\ \
| * | Remove mysql2 database adapter default username rootAaron Stone2017-04-261-2/+0
* | | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-262-49/+4
|/ /
* / Lock connection before checking it inMatthew Draper2017-04-261-6/+8
|/
* Merge pull request #28828 from kamipo/fix_extending_modules_on_associationRafael França2017-04-252-10/+20
|\
| * Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`Ryuta Kamizono2017-04-222-10/+20
* | Merge pull request #28831 from kamipo/respond_to_missing_should_be_privateRafael França2017-04-253-20/+17
|\ \
| * | `respond_to_missing?` should be privateRyuta Kamizono2017-04-223-20/+17
| |/
* / Fix typos [ci skip]Tobias Fankhänel2017-04-251-2/+2
|/
* Don't attempt to create a new record that was already created.Isaac Betesh2017-04-201-0/+5
* Prevent double firing the before save callback of new object when the parent ...Ryuta Kamizono2017-04-214-52/+54
* Merge pull request #28681 from runephilosof/fix-mysql-grantRafael Mendonça França2017-04-201-1/+1
|\
| * Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-192-8/+10
|\ \
| * | Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-172-8/+10
* | | Merge pull request #28776 from kamipo/respect_limit_for_cache_keyRafael França2017-04-191-6/+16
|\ \ \
| * | | `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-171-6/+16
| |/ /
* | | Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-5/+7
* | | Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-1/+7
* | | Fix `extract_expression_for_virtual_column` for MariaDBRyuta Kamizono2017-04-191-1/+1
* | | Use `quoted_scope` rather than `@config[:database]` to respect current databaseRyuta Kamizono2017-04-191-2/+3
* | | Fix the doc on the `IndexDefinition` [ci skip]Ryuta Kamizono2017-04-171-1/+1
|/ /
* | Support Descending Indexes for MySQLRyuta Kamizono2017-04-162-3/+2