aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Errors raised in `type_cast_for_database` no longer raise on assignmentSean Griffin2015-01-231-0/+17
* Don't remove join dependencies in `Relation#exists?`Sean Griffin2015-01-231-0/+6
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-0/+8
* Replace `if exists` with `table_exists?` and drop table statement with `drop_...Yasuo Honda2015-01-212-3/+3
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-203-0/+40
* TransactionManager should call rollback recordsArthur Neves2015-01-201-1/+1
* Merge pull request #18458 from brainopia/fix_after_commit_for_fixturesJeremy Kemper2015-01-203-18/+31
|\
| * after_commit runs after transactions with non-joinable parentsbrainopia2015-01-163-18/+31
* | tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-209-13/+13
* | Merge pull request #18597 from kamipo/add-if-exists-to-drop-tableYves Senn2015-01-201-0/+11
|\ \
| * | Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-191-0/+11
* | | Fix bind value copying from subqueried relationsSean Griffin2015-01-191-0/+8
* | | Whether a column exists or not doesn't affect whether we can use bindsSean Griffin2015-01-191-1/+1
|/ /
* | Merge pull request #18591 from kamipo/remove_unused_accessorSantiago Pastorino2015-01-181-1/+1
|\ \
| * | Remove unused accessorRyuta Kamizono2015-01-191-1/+1
* | | Merge pull request #18501 from prathamesh-sonpatki/nosqlSantiago Pastorino2015-01-181-0/+10
|\ \ \ | |/ / |/| |
| * | Run SQL only if attribute changed for update_attribute methodPrathamesh Sonpatki2015-01-181-0/+10
* | | Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-1914-34/+34
* | | Don't calculate in-place changes on attribute assignmentSean Griffin2015-01-181-0/+8
|/ /
* / Fix a false assertionYuki Nishijima2015-01-171-1/+1
|/
* Time columns should support time zone aware attributesSean Griffin2015-01-153-3/+55
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-0/+8
* Don't default to YAML dumping when quoting valuesSean Griffin2015-01-141-8/+5
* Stop passing a column to `quote` in testsSean Griffin2015-01-102-6/+7
* Stop special casing null binary data in loggingSean Griffin2015-01-101-7/+0
* Don't attempt to save dirty attributes which are not persistableSean Griffin2015-01-101-0/+13
* Use IO::NULL alwaysNobuyoshi Nakada2015-01-102-2/+2
* Switch Secure Token generation to Base58robertomiranda2015-01-091-14/+0
* Properly copy nested bind values from subqueried relationsSean Griffin2015-01-091-9/+21
* Properly persist `lock_version` as 0 if the DB has no defaultSean Griffin2015-01-091-2/+4
* Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosaveGodfrey Chan2015-01-071-0/+10
|\
| * Fix potenital stack level too deep with autosave or validationMiklos Fazkeas2015-01-041-0/+10
* | Fix count on a separate connection (fixes #18359)brainopia2015-01-081-0/+7
* | Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-0/+4
* | Merge pull request #18350 from brainopia/fix_build_from_bind_valuesSean Griffin2015-01-051-1/+9
|\ \
| * | Correctly fetch bind_values from join in subquerybrainopia2015-01-061-1/+9
* | | Whitespace fixes from #18349Sean Griffin2015-01-051-2/+1
* | | Merge pull request #18349 from jdelStrother/primarykeylessSean Griffin2015-01-051-0/+22
|\ \ \ | |/ / |/| |
| * | Fix rollback of primarykey-less tablesJonathan del Strother2015-01-051-0/+22
* | | Add firebird support to test suiteRay Zane2015-01-054-21/+26
* | | Clean up secure_token_testJon Atack2015-01-051-5/+5
* | | remove deprecated support to preload instance-dependent associaitons.Yves Senn2015-01-051-22/+9
* | | remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-27/+5
* | | can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`.Yves Senn2015-01-051-0/+2
* | | remove deprecation warning when modifying a Relation with cached arel.Yves Senn2015-01-051-0/+8
| |/ |/|
* | Remove version conditional for calling GC.disableRafael Mendonça França2015-01-041-1/+1
* | Remove Thread hack for Ruby 1.9claudiob2015-01-041-23/+18
* | Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+39
* | Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-6/+4
* | Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-042-44/+0