aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-34/+0
* | Improve test for leaky scope chaineileencodes2015-03-181-1/+7
* | Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-181-0/+12
|\ \
| * | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-151-0/+12
* | | Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-6/+39
* | | Remove unused variable in activerecord reflection_test.Juanito Fatas2015-03-171-1/+1
* | | Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-1649-79/+115
|/ /
* | Fix leaky chain on polymorphic associationeileencodes2015-03-151-0/+11
* | Fix before_commit when updating a record on the callbackArthur Neves2015-03-141-0/+22
* | pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-1/+23
* | Fix json_testpalkan2015-03-111-0/+1
* | Add YAML compatibility for objects from Rails 4.2Sean Griffin2015-03-101-26/+18
* | Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+43
* | Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* | Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* | Merge pull request #18200 from brainopia/rollback_frozen_recordsArthur Nogueira Neves2015-03-071-0/+18
|\ \
| * | Fix transaction state for unsynced records when entering transactionbrainopia2015-03-041-0/+9
| * | Fix rollback of frozen recordsbrainopia2015-03-041-0/+9
* | | Merge pull request #19221 from matthewd/random-testsMatthew Draper2015-03-061-5/+0
|\ \ \
| * | | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | | | tests, sequences are derived from the base class.Yves Senn2015-03-061-7/+10
* | | | Revert ":cut: remove unnecessary rescue Exceptions"Yves Senn2015-03-062-2/+2
* | | | replace `repair_validations` with a disposable subclass.Yves Senn2015-03-061-32/+33
| |_|/ |/| |
* | | tests, remove side effects on `Joke` during `base_test.rb`.Yves Senn2015-03-061-23/+28
* | | :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-052-2/+2
* | | remove unnecessary rescueAaron Patterson2015-03-051-2/+0
|/ /
* | add ActiveRecord::Enum testcase about multiple enums declaring at a timekeepcosmos2015-03-051-0/+14
* | add regression test. Closes #18400.Yves Senn2015-03-051-0/+6
* | Remove duplicated testRyuta Kamizono2015-03-041-20/+0
* | Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-0/+60
|/
* Merge pull request #19176 from imajes/masterYves Senn2015-03-031-0/+16
|\
| * Fixes reference for schema_format to AR::Base from AS::BaseJames Cox2015-03-031-0/+16
* | Remove unused lineRyuta Kamizono2015-03-031-1/+0
* | Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-021-1/+1
|\ \ | |/ |/|
| * test reset_pk_sequence with multi connectionGreg Molnar2015-03-011-1/+1
* | tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-022-2/+2
* | Merge pull request #19105 from amatsuda/array_takeSean Griffin2015-03-021-0/+13
|\ \
| * | Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-281-0/+13
* | | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-024-6/+6
|\ \ \ | |/ / |/| |
| * | Follow-up to #10776Robin Dupret2015-02-264-6/+6
* | | Properly create through records when called with `where`Sean Griffin2015-02-261-0/+6
* | | Merge pull request #17601 from kamipo/support_any_unicode_charsetsRafael Mendonça França2015-02-251-2/+2
|\ \ \
| * | | Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-2/+2
* | | | Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...Rafael Mendonça França2015-02-251-0/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Add specs for adding-to/clear has_many collections’s behavior on `updated_at`Tu Hoang2014-10-301-0/+25
* | | | Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-0/+60
|\ \ \ \
| * | | | Rename testsArthur Neves2015-02-241-4/+4
| * | | | Add before_commitArthur Neves2015-02-241-2/+3
| * | | | Add transaction callbacks that wont enroll to the transaction.Arthur Neves2015-02-241-0/+59
* | | | | Merge pull request #17426 from jpcody/fixture_associations_fixAaron Patterson2015-02-241-1/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |