Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #16517 from sgrif/sg-comparable-attributes | Rafael Mendonça França | 2014-08-16 | 2 | -0/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Implement `==` on `Type::Value` and `Attribute` | Sean Griffin | 2014-08-15 | 2 | -0/+36 | |
* | | | | | | | | Fix regression on after_commit in nested transactions. | Arthur Neves | 2014-08-15 | 1 | -0/+13 | |
* | | | | | | | | Use *_transaction methods in TransactionManager | Arthur Neves | 2014-08-15 | 1 | -0/+24 | |
|/ / / / / / / | ||||||
* | | | | | | | fix typo in method name (broken build :sweat:) | Yves Senn | 2014-08-15 | 1 | -1/+1 | |
* | | | | | | | prefer `has_attribute?` over `attributes.key?`. | Yves Senn | 2014-08-15 | 1 | -1/+1 | |
* | | | | | | | create_table + transactional_fixtures = :bomb: | Akira Matsuda | 2014-08-15 | 1 | -0/+4 | |
* | | | | | | | Ignore MySQL "SHOW VARIABLES" when counting queries | Akira Matsuda | 2014-08-15 | 1 | -1/+1 | |
* | | | | | | | Be sure to reset PK name renamed in the test | Akira Matsuda | 2014-08-15 | 1 | -0/+3 | |
* | | | | | | | Warm up Symbols with where method | Akira Matsuda | 2014-08-15 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #16502 from bogdan/where-hash-nested-relation | Santiago Pastorino | 2014-08-14 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed AR::Relation#where edge case with Hash and other Relation | Bogdan Gusiev | 2014-08-14 | 1 | -0/+9 | |
* | | | | | | | | Ignore SCHEMA queries in some habtm tests | Akira Matsuda | 2014-08-14 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not... | Yves Senn | 2014-08-14 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not try to write timestamps if they are missing #8813 | Potapov Sergey | 2014-02-16 | 1 | -0/+22 | |
* | | | | | | | | | Make sure that fixtures are loaded before finding | Akira Matsuda | 2014-08-14 | 1 | -0/+4 | |
* | | | | | | | | | Format | Akira Matsuda | 2014-08-14 | 1 | -2/+2 | |
* | | | | | | | | | Clear validators before and after each test | Akira Matsuda | 2014-08-14 | 2 | -1/+2 | |
* | | | | | | | | | Finally! None of our tests are order_dependent! | Akira Matsuda | 2014-08-14 | 1 | -5/+0 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #16491 from akshay-vishnoi/doc-changes | Yves Senn | 2014-08-13 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] fix spelling of override | Akshay Vishnoi | 2014-08-13 | 2 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* / | | | | | | | `index_exists?` with `:name` checks specified columns. | Yves Senn | 2014-08-13 | 1 | -0/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | :bomb: | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 | |
* | | | | | | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 | |
* | | | | | | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Define id_was to get the previous value of the primary key | Rafael Mendonça França | 2014-08-06 | 1 | -0/+10 | |
* | | | | | | Merge pull request #16364 from arthurnn/make_transaction_one_class | Jeremy Kemper | 2014-08-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Cleanup Transaction inheritance. | Arthur Neves | 2014-08-05 | 1 | -2/+2 | |
* | | | | | | Merge pull request #16333 from joker1007/fix_decimal_cast_from_float_with_lar... | Yves Senn | 2014-08-04 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix type casting to Decimal from Float with ... | joker1007 | 2014-08-01 | 1 | -0/+5 | |
* | | | | | | | Merge pull request #16374 from rajcybage/consistency_minitest | Rafael Mendonça França | 2014-08-02 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | rename MiniTest to Minitest | Rajarshi Das | 2014-08-02 | 2 | -3/+3 | |
* | | | | | | | Merge pull request #16341 from arthurnn/transactions_remove_begin | Rafael Mendonça França | 2014-07-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove being/number methods from transaction class | Arthur Neves | 2014-07-31 | 1 | -2/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Add ActiveRecord::Tasks::DatabaseTasks.migrate | Jack Danger Canty | 2014-07-31 | 1 | -0/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16284 from arthurnn/transactions | Rafael Mendonça França | 2014-07-28 | 1 | -0/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | savepoint_name should return nil for non-savepoint transactions | Arthur Neves | 2014-07-28 | 1 | -0/+20 | |
* | | | | | | | Add where condition so select_one returns the correct record. | Zuhao Wan | 2014-07-28 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Add support for Postgresql JSONB | Philippe Creux | 2014-07-24 | 1 | -9/+25 | |
|/ / / / / | ||||||
* | | | | | tests, run adapter specific rake tests only for the right adapter. | Yves Senn | 2014-07-24 | 3 | -0/+6 | |
* | | | | | build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6 | Yves Senn | 2014-07-24 | 1 | -2/+2 | |
* | | | | | Merge pull request #16231 from Envek/type_in_references | Yves Senn | 2014-07-22 | 3 | -1/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow to specify a type for foreign key column in migrations | Andrey Novikov | 2014-07-22 | 3 | -1/+25 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16253 from zuhao/refactor_activerecord_nested_through_ass... | Yves Senn | 2014-07-22 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure assertion passes for postgresql. | Zuhao Wan | 2014-07-22 | 1 | -1/+1 | |
* | | | | | | Remove redundant that already happened in teardown. | Zuhao Wan | 2014-07-22 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | build fix, remove not null constraint. | Yves Senn | 2014-07-22 | 1 | -1/+1 | |
* | | | | | Merge pull request #16250 from zuhao/refactor_activerecord_migration_test | Yves Senn | 2014-07-22 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove length limit that results failure in other tests. | Zuhao Wan | 2014-07-22 | 1 | -1/+1 | |
* | | | | | | Remove the side-effects of validates_presence_of. | Zuhao Wan | 2014-07-22 | 1 | -2/+3 | |
|/ / / / / |