aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-102-2/+2
* Batch touch parent recordsArthur Neves2015-04-082-0/+111
* Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'Sean Griffin2015-04-081-0/+25
|\
| * Fix uniqueness validation with out of range valueAndrey Voronkov2015-04-081-0/+25
|/
* Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-074-18/+118
|\
| * Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-064-18/+118
* | Merge pull request #19647 from codeout/association_updateRafael Mendonça França2015-04-061-0/+2
|\ \
| * | Fix a regression introduced by removing unnecessary db call when replacingShintaro Kojima2015-04-041-0/+2
* | | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-061-0/+22
|/ /
* | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methodsRafael Mendonça França2015-03-311-0/+17
|\ \
| * | Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-0/+17
* | | use Model.reset_column_information to clear table cache connection wide.Kuldeep Aggarwal2015-03-312-2/+4
|/ /
* | use correct method in batches testyuuji.yaginuma2015-03-291-2/+3
* | Partially merge #17650Sean Griffin2015-03-265-14/+14
|\ \
| * | PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-255-14/+14
* | | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+28
|/ /
* | Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-251-2/+2
* | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join...Carlos Antonio da Silva2015-03-241-0/+11
|\ \
| * | Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-221-0/+11
* | | Merge pull request #19493 from larskanis/add_infinity_testYves Senn2015-03-241-0/+9
|\ \ \
| * | | PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
| |/ /
* | | remove old unavailable link with relevant fixGaurav Sharma2015-03-232-3/+1
* | | Make sure to persist a newly-nil serialized valueMatthew Draper2015-03-231-0/+10
|/ /
* | Delegate limit to subtypewallerjake2015-03-212-0/+9
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+34
* | Don't cast nil to string in pg enumsSean Griffin2015-03-191-0/+8
* | 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-155-0/+20
* | 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-103-26/+222
* | 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