aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-179-17/+77
|\
| * Change the default `null` value for timestampsSean Griffin2014-08-129-17/+77
* | 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
|\ \ \ \
| * | | | Do not try to write timestamps if they are missing #8813Potapov Sergey2014-02-161-0/+22
* | | | | Make sure that fixtures are loaded before findingAkira Matsuda2014-08-141-0/+4
* | | | | FormatAkira Matsuda2014-08-141-2/+2
* | | | | Clear validators before and after each testAkira Matsuda2014-08-142-1/+2
* | | | | Finally! None of our tests are order_dependent!Akira Matsuda2014-08-141-5/+0
* | | | | Merge pull request #16491 from akshay-vishnoi/doc-changesYves Senn2014-08-132-2/+2
|\ \ \ \ \
| * | | | | [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-132-2/+2
| | |_|_|/ | |/| | |
* / | | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-0/+6
|/ / / /
* | | | :bomb:Rafael Mendonça França2014-08-121-1/+1
* | | | Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* | | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
| |_|/ |/| |
* | | Define id_was to get the previous value of the primary keyRafael Mendonça França2014-08-061-0/+10
* | | Merge pull request #16364 from arthurnn/make_transaction_one_classJeremy Kemper2014-08-051-2/+2
|\ \ \ | |_|/ |/| |
| * | Cleanup Transaction inheritance.Arthur Neves2014-08-051-2/+2
* | | Merge pull request #16333 from joker1007/fix_decimal_cast_from_float_with_lar...Yves Senn2014-08-041-0/+5
|\ \ \
| * | | Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+5
* | | | Merge pull request #16374 from rajcybage/consistency_minitestRafael Mendonça França2014-08-022-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | rename MiniTest to MinitestRajarshi Das2014-08-022-3/+3
* | | | Merge pull request #16341 from arthurnn/transactions_remove_beginRafael Mendonça França2014-07-311-2/+2
|\ \ \ \
| * | | | Remove being/number methods from transaction classArthur Neves2014-07-311-2/+2
| | |/ / | |/| |
* / | | Add ActiveRecord::Tasks::DatabaseTasks.migrateJack Danger Canty2014-07-311-0/+13
|/ / /
* | | Merge pull request #16284 from arthurnn/transactionsRafael Mendonça França2014-07-281-0/+20
|\ \ \
| * | | savepoint_name should return nil for non-savepoint transactionsArthur Neves2014-07-281-0/+20
* | | | Add where condition so select_one returns the correct record.Zuhao Wan2014-07-281-1/+1
| |/ / |/| |
* | | Add support for Postgresql JSONBPhilippe Creux2014-07-241-9/+25
|/ /
* | tests, run adapter specific rake tests only for the right adapter.Yves Senn2014-07-243-0/+6
* | build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6Yves Senn2014-07-241-2/+2
* | Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-223-1/+20
|\ \
| * | Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-223-1/+25
|/ /
* | Merge pull request #16253 from zuhao/refactor_activerecord_nested_through_ass...Yves Senn2014-07-221-1/+1
|\ \
| * | Make sure assertion passes for postgresql.Zuhao Wan2014-07-221-1/+1