| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc... | Yves Senn | 2013-07-05 | 1 | -0/+6 |
* | Cleanup belongs to tests | Paul Nikitochkin | 2013-07-05 | 1 | -2/+1 |
* | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`. | Arun Agrawal | 2013-07-04 | 1 | -6/+0 |
* | Remove deprecated String constructor from `ActiveRecord::Migrator`. | Yves Senn | 2013-07-04 | 1 | -6/+0 |
* | Remove deprecated `scope` use without passing a callable object. | Arun Agrawal | 2013-07-03 | 1 | -10/+0 |
* | Remove deprecated `transaction_joinable=` | Arun Agrawal | 2013-07-03 | 1 | -9/+0 |
* | remove deprecated `PostgreSQLAdapter#outside_transaction?` method. | Yves Senn | 2013-07-03 | 1 | -10/+0 |
* | Merge pull request #11258 from frodsan/remove_deprecated_distinct | Carlos Antonio da Silva | 2013-07-02 | 1 | -46/+0 |
|\ |
|
| * | Remove deprecated SchemaStatements#distinct | Francesco Rodriguez | 2013-07-02 | 1 | -46/+0 |
* | | initialize generated modules on inclusion and on inheritence | Aaron Patterson | 2013-07-02 | 1 | -7/+0 |
* | | fix to_sql output on eager loaded relations | Aaron Patterson | 2013-07-02 | 1 | -0/+8 |
* | | remove private attribute reader | Aaron Patterson | 2013-07-02 | 1 | -2/+2 |
|/ |
|
* | remove unused `ActiveRecord::TestCase#sqlite3` method. | Yves Senn | 2013-07-02 | 1 | -6/+0 |
* | deprecated `ActiveRecord::TestCase` is no longer public. | Yves Senn | 2013-07-02 | 1 | -2/+94 |
* | Dropped deprecated option `:restrict` for `:dependent` in associations | Neeraj Singh | 2013-07-03 | 3 | -38/+0 |
* | Removed support for deprecated `delete_sql` in associations. | Neeraj Singh | 2013-07-03 | 2 | -30/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 5 | -156/+0 |
* | Add CHANGELOG enty for #11235 | Rafael Mendonça França | 2013-07-02 | 1 | -1/+0 |
* | Removed support for deprecated `counter_sql` | Neeraj Singh | 2013-07-02 | 3 | -61/+1 |
* | Removing not useful test related to reflect_on_all_associations | Neeraj Singh | 2013-07-02 | 1 | -8/+0 |
* | Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb... | Rafael Mendonça França | 2013-07-01 | 6 | -2/+73 |
|\ |
|
| * | Do not invoke callbacks when delete_all is called | Neeraj Singh | 2013-06-30 | 6 | -2/+73 |
* | | calling default_scope without a proc will raise ArgumentError | Neeraj Singh | 2013-07-02 | 1 | -3/+2 |
* | | Removed deprecated options for assocations | Neeraj Singh | 2013-07-02 | 2 | -22/+0 |
* | | remove deprecated `ActiveRecord::Base#connection` method. | Yves Senn | 2013-07-01 | 1 | -4/+0 |
* | | Remove deprecated `:distinct` option from `Relation#count`. | Yves Senn | 2013-07-01 | 1 | -10/+0 |
* | | Removed deprecated methods partial_updates and family | Neeraj Singh | 2013-07-02 | 1 | -14/+0 |
|/ |
|
* | remove deprecated implicit join references. | Yves Senn | 2013-06-29 | 3 | -43/+7 |
* | Merge pull request #11161 from dmitry/find_in_batches_works_without_logger | Carlos Antonio da Silva | 2013-06-28 | 1 | -0/+10 |
|\ |
|
| * | find_in_batches should work without logger | Dmitry Polushkin | 2013-06-28 | 1 | -0/+10 |
* | | Simplify/fix implementation of default scopes | Jon Leighton | 2013-06-28 | 1 | -3/+2 |
* | | Apply default scope when joining associations. | Jon Leighton | 2013-06-28 | 1 | -0/+8 |
* | | Fix test | Jon Leighton | 2013-06-28 | 1 | -1/+8 |
* | | Fix rake test_sqlite3_mem | Jon Leighton | 2013-06-28 | 2 | -11/+7 |
* | | Remove depreacted finders | Łukasz Strzałkowski | 2013-06-28 | 4 | -635/+3 |
* | | Merge pull request #10730 from tkhr/add_test_for_AR__CounterCache#update_coun... | Carlos Antonio da Silva | 2013-06-25 | 1 | -8/+9 |
|\ \ |
|
| * | | Refactor AR's counter_cache_test.rb test | Takehiro Adachi | 2013-05-23 | 1 | -8/+3 |
| * | | Add test for AR::CounterCache.update_counters | Takehiro Adachi | 2013-05-23 | 1 | -0/+6 |
* | | | Merge pull request #10853 from kennyj/deprecated-database_tasks | Carlos Antonio da Silva | 2013-06-25 | 3 | -280/+0 |
|\ \ \ |
|
| * | | | Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd... | kennyj | 2013-06-05 | 1 | -100/+0 |
| * | | | Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd... | kennyj | 2013-06-05 | 1 | -87/+0 |
| * | | | Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p... | kennyj | 2013-06-05 | 1 | -93/+0 |
* | | | | Merge pull request #10992 from Empact/find-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+18 |
|\ \ \ \ |
|
| * | | | | When .find_each is called without a block, return an Enumerator. | Ben Woosley | 2013-06-19 | 1 | -0/+18 |
* | | | | | Merge pull request #10993 from Empact/result-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+32 |
|\ \ \ \ \ |
|
| * | | | | | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -0/+33 |
| |/ / / / |
|
* | | | | | Fix `another_contract` not being used warning | Vipul A M | 2013-06-24 | 1 | -1/+1 |
* | | | | | test-case to prevent regressions described in #10901. | Jared Armstrong | 2013-06-24 | 1 | -0/+27 |
* | | | | | test-case to prevent regressions on `Association#build` with an Array. | Yves Senn | 2013-06-22 | 1 | -0/+10 |
* | | | | | flatten merged join_values before building the joins | Neeraj Singh | 2013-06-22 | 1 | -1/+8 |