| Commit message (Expand) | Author | Age | Files | Lines |
* | "warning: assigned but unused variable" | Akira Matsuda | 2014-08-21 | 1 | -1/+1 |
* | Merge pull request #16172 from Agis-/hmt_scope_arity | Rafael Mendonça França | 2014-08-20 | 4 | -0/+17 |
|\ |
|
| * | Only merge scopes with zero arity in has_many through | Agis- | 2014-08-20 | 4 | -0/+17 |
* | | Merge pull request #16145 from phoet/patch-2 | Rafael Mendonça França | 2014-08-20 | 1 | -5/+10 |
|\ \ |
|
| * | | don't log errors when all is fine | Peter Schröder | 2014-07-17 | 1 | -5/+10 |
* | | | Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queries | Akira Matsuda | 2014-08-20 | 1 | -1/+1 |
* | | | Drop schema_migrations table only when exists | Akira Matsuda | 2014-08-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #16349 from jmcnevin/master | Rafael Mendonça França | 2014-08-19 | 1 | -0/+15 |
|\ \ |
|
| * | | Correctly determine if migration is needed. | Jeremy McNevin | 2014-08-13 | 1 | -0/+15 |
* | | | Fixes the `Relation#exists?` to work with polymorphic associations. | Kassio Borges | 2014-08-18 | 2 | -0/+15 |
* | | | Merge pull request #16537 from arthurnn/stop_swallowing_errors_2 | Godfrey Chan | 2014-08-18 | 2 | -0/+79 |
|\ \ \ |
|
| * | | | Add option to stop swallowing errors on callbacks. | Arthur Neves | 2014-08-18 | 2 | -0/+79 |
* | | | | Check attributes passed to create_with and where | Rafael Mendonça França | 2014-08-18 | 1 | -0/+30 |
|/ / / |
|
* | | | Merge pull request #16528 from byroot/add-test-case-for-nested-array-in-where... | Santiago Pastorino | 2014-08-18 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Add a test case of nested empty array values in conditions | Jean Boussier | 2014-08-17 | 1 | -0/+4 |
* | | | | Merge pull request #16481 from sgrif/sg-change-default-timestamps | David Heinemeier Hansson | 2014-08-17 | 9 | -17/+77 |
|\ \ \ \ |
|
| * | | | | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 9 | -17/+77 |
* | | | | | Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance | Godfrey Chan | 2014-08-17 | 1 | -0/+18 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fixed issue w/custom accessors + reserved name + inheritance | Godfrey Chan | 2014-08-11 | 1 | -0/+18 |
* | | | | | Implement `_was` and `changes` for in-place mutations of AR attributes | Sean Griffin | 2014-08-16 | 1 | -0/+21 |
* | | | | | 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 |