aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Simply delegate `as_json` to `records`Ryuta Kamizono2017-03-101-1/+1
* Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_nameRafael Mendonça França2017-03-091-0/+4
|\
| * Deprecate `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-091-0/+4
* | Fix select with block doesn't return newly built records in has_many associationRyuta Kamizono2017-03-091-0/+6
|/
* Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-0/+10
* Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-5/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-03-041-1/+1
|\
| * Remove duplicated "does" [ci skip]Ryuta Kamizono2017-02-141-1/+1
* | Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-0/+17
* | Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-0/+44
* | Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-0/+7
* | Merge pull request #28242 from rails/add-fractional-support-to-datetime-changeAndrew White2017-03-021-1/+1
|\ \
| * | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-1/+1
* | | Merge pull request #28220 from kamipo/valid_type_accept_only_supported_typesRafael França2017-03-014-38/+10
|\ \ \ | |/ / |/| |
| * | `valid_type?` should accept only supported typesRyuta Kamizono2017-02-284-38/+10
* | | Whitelist adapters that support aliases in `HAVING` clauseAndrew White2017-03-011-1/+1
* | | Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schemaRafael França2017-02-281-7/+8
|\ \ \
| * | | Use `inspect` in `type_cast_for_schema` for date/time and decimal valuesRyuta Kamizono2016-12-111-7/+8
* | | | Merge pull request #28210 from cefigueiredo/improve_required_testRafael França2017-02-281-7/+35
|\ \ \ \
| * | | | Ensure that tests will reset belongs_to_requierd_by_default configCarlos Figueiredo2017-02-271-23/+27
| * | | | Make required by default test for belongs_to association clearerCarlos Figueiredo2017-02-271-1/+25
* | | | | Merge pull request #28217 from kamipo/create_join_table_respects_reference_ke...Rafael França2017-02-281-1/+12
|\ \ \ \ \
| * | | | | `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-1/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #28063 from Erol/prioritize-callback-on-action-before-ifRafael França2017-02-281-0/+40
|\ \ \ \ \
| * | | | | Prioritize checking `:on` actions before `:if` for transaction callbacksErol Fornoles2017-02-211-0/+40
* | | | | | Revert "Dupping a CollectionProxy should dup the load_target"eileencodes2017-02-281-8/+0
* | | | | | Dupping a CollectionProxy should dup the load_targeteileencodes2017-02-281-0/+8
* | | | | | Oracle database also does not allow aliases in the having clauseYasuo Honda2017-02-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #28199 from kirs/ar-test-connectionMatthew Draper2017-02-281-1/+4
|\ \ \ \ \
| * | | | | Handle non-existing $ARCONNKir Shatrov2017-02-271-1/+4
* | | | | | Merge pull request #28188 from kamipo/use_max_identifier_length_for_index_nam...Andrew White2017-02-261-2/+1
|\ \ \ \ \ \
| * | | | | | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-2/+1
* | | | | | | Merge pull request #28187 from kamipo/fix_intermittent_test_failureAndrew White2017-02-261-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix `test_apply_distinct_in_count` failure in PG adapterRyuta Kamizono2017-02-271-0/+3
* | | | | | | | Merge pull request #25274 from kamipo/fix_find_nth_with_limit_valueAndrew White2017-02-261-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix `find_nth` with `limit_value`Ryuta Kamizono2017-02-261-3/+3
* | | | | | | | Merge pull request #28172 from kamipo/deprecate_supports_migrationsAndrew White2017-02-266-310/+294
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-276-310/+294
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Refactor connection_pool_testKir Shatrov2017-02-261-1/+4
|/ / / / / / /
* / / / / / / Include selects in group query with having clauseEugene Kenny2017-02-261-1/+2
|/ / / / / /
* | | | | | Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-0/+10
* | | | | | Merge pull request #28167 from kirs/deprecate-verify-argsMatthew Draper2017-02-261-0/+12
|\ \ \ \ \ \
| * | | | | | Deprecate AbstractAdapter#verify! with argumentsKir Shatrov2017-02-251-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #28169 from kirs/ensure-conn-verifyMatthew Draper2017-02-262-1/+2
|\ \ \ \ \ \
| * | | | | | Use ensure block for things we cleanup in testsKir Shatrov2017-02-252-1/+2
| |/ / / / /
* | / / / / Suppress `DISTINCT` clause outside aggregate functionRyuta Kamizono2017-02-251-0/+11
| |/ / / / |/| | | |
* | | | | Order array contents to match Relation#firstMatthew Draper2017-02-251-1/+1
* | | | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+16
|\ \ \ \ \
| * | | | | Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+16
* | | | | | Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-242-4/+8