| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -31/+0 |
* | Removed support for deprecated `delete_sql` in associations. | Neeraj Singh | 2013-07-03 | 1 | -25/+0 |
* | Removed support for deprecated `finder_sql` in associations. | Neeraj Singh | 2013-07-02 | 2 | -140/+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 | 2 | -45/+0 |
* | 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 | 3 | -2/+60 |
|\ |
|
| * | Do not invoke callbacks when delete_all is called | Neeraj Singh | 2013-06-30 | 3 | -2/+60 |
* | | 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 |
* | | | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-21 | 1 | -0/+8 |
* | | | | | fix bad test by making number that fits for integer | Neeraj Singh | 2013-06-21 | 1 | -1/+5 |
* | | | | | `inspect` for AR model classes does not initiate a new connection. | Yves Senn | 2013-06-20 | 1 | -0/+20 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #10884 from dmarkow/pg_fix_default_quotes | Yves Senn | 2013-06-19 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | Handle single quotes in PostgreSQL default column values | Dylan Markow | 2013-06-19 | 1 | -0/+25 |
* | | | | | Revert "Merge pull request #10566 from neerajdotname/10509d" | Jon Leighton | 2013-06-19 | 1 | -8/+0 |
* | | | | | log the sql that is actually sent to the database | Neeraj Singh | 2013-06-19 | 1 | -0/+7 |