aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | MigrationTest doesn't need to be verbose anymoreAkira Matsuda2014-08-291-1/+1
* | | No tests are dealing with ActiveRecord::Migration.message_count here anymoreAkira Matsuda2014-08-291-1/+0
* | | Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-292-2/+5
* | | Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* | | No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* | | User Model#last to certainly get lastly created dataAkira Matsuda2014-08-281-1/+1
* | | Move association definition to the model fileAkira Matsuda2014-08-281-2/+0
* | | Be sure that test fixtures satisfy referential integrity before calculatingAkira Matsuda2014-08-281-1/+1
* | | Ignore SCHEMA queries when asserting no queriesAkira Matsuda2014-08-285-22/+22
* | | Reset schema properly after schema changing testAkira Matsuda2014-08-281-0/+2
* | | Correctly detect mutation on serialized columns mapping to binarySean Griffin2014-08-271-0/+16
* | | Override #find_by! in core to enable AST cachingGodfrey Chan2014-08-251-0/+22
* | | Fixed find_by("sql fragment without bindings") on masterGodfrey Chan2014-08-253-16/+22
* | | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* | | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8
* | | adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-212-1/+15
| |/ |/|
* | "warning: assigned but unused variable"Akira Matsuda2014-08-211-1/+1
* | Merge pull request #16172 from Agis-/hmt_scope_arityRafael Mendonça França2014-08-201-0/+13
|\ \
| * | Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+13
* | | Merge pull request #16145 from phoet/patch-2Rafael Mendonça França2014-08-201-5/+10
|\ \ \
| * | | don't log errors when all is finePeter Schröder2014-07-171-5/+10
* | | | Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queriesAkira Matsuda2014-08-201-1/+1
* | | | Drop schema_migrations table only when existsAkira Matsuda2014-08-201-1/+1
| |/ / |/| |
* | | Merge pull request #16349 from jmcnevin/masterRafael Mendonça França2014-08-191-0/+15
|\ \ \
| * | | Correctly determine if migration is needed.Jeremy McNevin2014-08-131-0/+15
* | | | Fixes the `Relation#exists?` to work with polymorphic associations.Kassio Borges2014-08-181-0/+14
* | | | Merge pull request #16537 from arthurnn/stop_swallowing_errors_2Godfrey Chan2014-08-182-0/+79
|\ \ \ \
| * | | | Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-182-0/+79
* | | | | Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+30
|/ / / /
* | | | Merge pull request #16528 from byroot/add-test-case-for-nested-array-in-where...Santiago Pastorino2014-08-181-0/+4
|\ \ \ \
| * | | | Add a test case of nested empty array values in conditionsJean Boussier2014-08-171-0/+4
* | | | | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-178-12/+72
|\ \ \ \ \
| * | | | | Change the default `null` value for timestampsSean Griffin2014-08-128-12/+72
* | | | | | Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-0/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-0/+18
* | | | | | Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-0/+21
* | | | | | Merge pull request #16517 from sgrif/sg-comparable-attributesRafael Mendonça França2014-08-162-0/+36
|\ \ \ \ \ \
| * | | | | | Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-152-0/+36
* | | | | | | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+13
* | | | | | | Use *_transaction methods in TransactionManagerArthur Neves2014-08-151-0/+24
|/ / / / / /
* | | | | | fix typo in method name (broken build :sweat:)Yves Senn2014-08-151-1/+1
* | | | | | prefer `has_attribute?` over `attributes.key?`.Yves Senn2014-08-151-1/+1
* | | | | | create_table + transactional_fixtures = :bomb:Akira Matsuda2014-08-151-0/+4
* | | | | | Ignore MySQL "SHOW VARIABLES" when counting queriesAkira Matsuda2014-08-151-1/+1
* | | | | | Be sure to reset PK name renamed in the testAkira Matsuda2014-08-151-0/+3
* | | | | | Warm up Symbols with where methodAkira Matsuda2014-08-151-1/+1
* | | | | | Merge pull request #16502 from bogdan/where-hash-nested-relationSantiago Pastorino2014-08-141-0/+9
|\ \ \ \ \ \
| * | | | | | Fixed AR::Relation#where edge case with Hash and other RelationBogdan Gusiev2014-08-141-0/+9
* | | | | | | Ignore SCHEMA queries in some habtm testsAkira Matsuda2014-08-141-4/+4
* | | | | | | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...Yves Senn2014-08-141-0/+19
|\ \ \ \ \ \ \