| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11668 from neerajdotname/make_test_order_independent_2 | Rafael Mendonça França | 2013-07-30 | 2 | -3/+6 |
|\ |
|
| * | assert_no_queries should ignore certain sqls | Neeraj Singh | 2013-07-30 | 1 | -1/+3 |
| * | assert_no_queries should allow to ignore some queries | Neeraj Singh | 2013-07-30 | 1 | -2/+3 |
* | | Merge branch 'revert-order-prepending' | Rafael Mendonça França | 2013-07-30 | 4 | -15/+15 |
|\ \ |
|
| * | | Revert change on ActiveRecord::Relation#order method that prepends new | Rafael Mendonça França | 2013-07-29 | 4 | -15/+15 |
| |/ |
|
* | | Merge pull request #10673 from sgrif/master | Rafael Mendonça França | 2013-07-29 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | Add ability to specify how a class is converted to Arel predicate | sgrif | 2013-07-28 | 1 | -0/+14 |
* | | Merge pull request #11651 from neerajdotname/log_should_mimick_original_log_m... | Carlos Antonio da Silva | 2013-07-29 | 1 | -1/+1 |
|\ \ |
|
| * | | interceptor should mimick original method | Neeraj Singh | 2013-07-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #11649 from neerajdotname/use_method_with_active_record_de... | Carlos Antonio da Silva | 2013-07-29 | 1 | -30/+20 |
|\ \ |
|
| * | | use method with_active_record_default_timezone | Neeraj Singh | 2013-07-29 | 1 | -30/+20 |
| |/ |
|
* / | remove duplicate method | Neeraj Singh | 2013-07-29 | 1 | -7/+0 |
|/ |
|
* | Revert "fix order dependent test related to migration" | Akira Matsuda | 2013-07-29 | 1 | -4/+0 |
* | Properly repair validations when dynamically added | Akira Matsuda | 2013-07-29 | 1 | -24/+30 |
* | Clear class ivar before testing | Akira Matsuda | 2013-07-29 | 1 | -0/+2 |
* | Unneeded assertion | Akira Matsuda | 2013-07-29 | 1 | -1/+1 |
* | Don't rewrite AR connection#commit_db_transaction method globally | Akira Matsuda | 2013-07-29 | 1 | -4/+4 |
* | Merge pull request #11641 from ankit8898/test_cleanup | Rafael Mendonça França | 2013-07-28 | 2 | -2/+2 |
|\ |
|
| * | Cleanup of class_name | Ankit Gupta | 2013-07-28 | 2 | -2/+2 |
* | | Merge pull request #11634 from neerajdotname/fix_order_dependent_test_for_mig... | Rafael Mendonça França | 2013-07-28 | 1 | -0/+4 |
|\ \ |
|
| * | | fix order dependent test related to migration | Neeraj Singh | 2013-07-28 | 1 | -0/+4 |
* | | | Merge pull request #11635 from neerajdotname/make_test_order_independent_by_r... | Rafael Mendonça França | 2013-07-28 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | make test order independent by resetting timezone | Neeraj Singh | 2013-07-28 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge pull request #11637 from neerajdotname/make_test_not_depend_on_order | Rafael Mendonça França | 2013-07-28 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | reset default timezone and make test order independent | Neeraj Singh | 2013-07-28 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge pull request #11638 from neerajdotname/make_order_independent_associati... | Rafael Mendonça França | 2013-07-28 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | make test not depend on order | Neeraj Singh | 2013-07-28 | 1 | -0/+1 |
| |/ |
|
* / | fix order dependent test | Neeraj Singh | 2013-07-28 | 1 | -0/+5 |
|/ |
|
* | used flat_map instead of map.flatten | Karunakar (Ruby) | 2013-07-25 | 1 | -1/+1 |
* | acually get the actual source reflection :cry::gun: | Aaron Patterson | 2013-07-23 | 1 | -2/+3 |
* | stop relying on side effects of const_missing | Aaron Patterson | 2013-07-23 | 1 | -0/+6 |
* | Defines the return type of select / select_all method. | kennyj | 2013-07-23 | 1 | -0/+5 |
* | Don't allow `quote_value` to be called without a column | Ben Woosley | 2013-07-22 | 1 | -1/+1 |
* | Tidy up the "Specified column type for quote_value" changes | Ben Woosley | 2013-07-22 | 1 | -1/+0 |
* | Specified column type for quote_value | Alfred Wong | 2013-07-22 | 1 | -0/+13 |
* | rescue from all exceptions in `ConnectionManagement#call` | Vipul A M | 2013-07-22 | 1 | -2/+2 |
* | Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting" | Yves Senn | 2013-07-17 | 1 | -25/+0 |
* | removes the obsolete private method column_methods_hash [Closes #11406] | Xavier Noria | 2013-07-16 | 3 | -30/+28 |
* | Unifies mysql and mysql2 casting of booleans | awilliams | 2013-07-16 | 1 | -0/+25 |
* | `change_column` for PG adapter respects `:array` option. | Yves Senn | 2013-07-16 | 1 | -0/+12 |
* | reorder bind parameters when merging relations | Aaron Patterson | 2013-07-15 | 2 | -1/+25 |
* | use arel rather than slapping together SQL strings | Aaron Patterson | 2013-07-15 | 1 | -3/+6 |
* | Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso... | Yves Senn | 2013-07-15 | 1 | -0/+7 |
|\ |
|
| * | Do not re-save destroyed association on saving parent object | Paul Nikitochkin | 2013-07-15 | 1 | -0/+7 |
* | | Remove deprecation warning from attribute_missing | Arun Agrawal | 2013-07-15 | 1 | -15/+0 |
|/ |
|
* | Merge pull request #11434 from jetthoughts/new_save_transaction_bugfix | Santiago Pastorino | 2013-07-14 | 1 | -0/+14 |
|\ |
|
| * | #4566: Remove extra decrement of transaction level | Paul Nikitochkin | 2013-07-14 | 1 | -0/+14 |
* | | Blacklist->whitelist for reference scans in order! | Ernie Miller | 2013-07-14 | 1 | -0/+7 |
|/ |
|
* | Reset @column_defaults when assigning . | kennyj | 2013-07-14 | 1 | -0/+1 |
* | Make sure that a joins Relation can be merged with has_many :through + associ... | Akira Matsuda | 2013-07-10 | 1 | -0/+6 |