| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not re-save destroyed association on saving parent object | Paul Nikitochkin | 2013-07-15 | 2 | -0/+8 |
* | Merge pull request #11434 from jetthoughts/new_save_transaction_bugfix | Santiago Pastorino | 2013-07-14 | 3 | -3/+23 |
|\ |
|
| * | #4566: Remove extra decrement of transaction level | Paul Nikitochkin | 2013-07-14 | 3 | -3/+23 |
* | | Merge pull request #11439 from ernie/only-scan-strings-for-nodes | Yves Senn | 2013-07-14 | 2 | -1/+8 |
|\ \ |
|
| * | | Blacklist->whitelist for reference scans in order! | Ernie Miller | 2013-07-14 | 2 | -1/+8 |
| |/ |
|
* / | re-introduce `select_for_count` private method. | Yves Senn | 2013-07-14 | 1 | -5/+10 |
|/ |
|
* | Reset @column_defaults when assigning . | kennyj | 2013-07-14 | 3 | -0/+15 |
* | Typo fix [skip ci] | Ankit Gupta | 2013-07-12 | 1 | -1/+1 |
* | Avoid creating an extra Range instance | Akira Matsuda | 2013-07-10 | 1 | -1/+1 |
* | fix visibility of the relation construction methods | Aaron Patterson | 2013-07-09 | 1 | -5/+7 |
* | pass arel to select_all rather than depend on method_missing | Aaron Patterson | 2013-07-09 | 1 | -1/+1 |
* | Make sure that a joins Relation can be merged with has_many :through + associ... | Akira Matsuda | 2013-07-10 | 2 | -1/+11 |
* | Fix: attribute_for_inspect truncate upto (51 => 50) characters. | namusyaka | 2013-07-09 | 2 | -3/+3 |
* | Merge pull request #11174 from vipulnsward/remove_column_passing | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 |
|\ |
|
| * | Document where `column` param gets utilized in `substitute_at`. | Vipul A M | 2013-07-01 | 1 | -2/+2 |
* | | Remove redundant test about `push_with_attributes` removal. | Vipul A M | 2013-07-09 | 1 | -7/+0 |
* | | close our connection when we are done | Aaron Patterson | 2013-07-08 | 2 | -14/+17 |
* | | remove dead code | Aaron Patterson | 2013-07-08 | 1 | -16/+0 |
* | | if we remove the connection from the pool, we should close it | Aaron Patterson | 2013-07-08 | 1 | -0/+1 |
* | | use latches rather than mucking with the scheduler | Aaron Patterson | 2013-07-08 | 1 | -7/+7 |
* | | refactor to_sql so it does not depend on the to_sql implementation of | Aaron Patterson | 2013-07-08 | 1 | -4/+11 |
* | | Merge pull request #11274 from arunagw/deprecation-removed-build-fixed | Rafael Mendonça França | 2013-07-07 | 1 | -20/+0 |
|\ \ |
|
| * | | Removed unused test for DateTime.local_offset | Arun Agrawal | 2013-07-07 | 1 | -20/+0 |
* | | | Merge pull request #11336 from ankit8898/performance-bm | Rafael Mendonça França | 2013-07-06 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | Some performance benchmarking for take vs limit | Ankit Gupta | 2013-07-06 | 1 | -1/+13 |
* | | | | Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel... | Rafael Mendonça França | 2013-07-06 | 3 | -2/+50 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | #11288: Removed duplicated touching | Paul Nikitochkin | 2013-07-05 | 3 | -2/+50 |
* | | | | Extract common query to a constant. | Vipul A M | 2013-07-06 | 1 | -1/+3 |
* | | | | Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc... | Yves Senn | 2013-07-05 | 3 | -4/+11 |
|/ / / |
|
* | | | Cleanup belongs to tests | Paul Nikitochkin | 2013-07-05 | 1 | -2/+1 |
* | | | Merge pull request #11299 from arunagw/disable_implicit_join_references_removed | Carlos Antonio da Silva | 2013-07-04 | 3 | -11/+4 |
|\ \ \ |
|
| * | | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`. | Arun Agrawal | 2013-07-04 | 3 | -11/+4 |
* | | | | Removed unsued deprecation require | Rashmi Yadav | 2013-07-04 | 1 | -1/+0 |
* | | | | Merge pull request #11297 from ankit8898/master | Rafael Mendonça França | 2013-07-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | SQL Keywords to be in UPPERCASE | ankit8898 | 2013-07-04 | 1 | -1/+1 |
* | | | | | remove leftover if after deprecation removal (68563128). | Yves Senn | 2013-07-04 | 1 | -4/+1 |
| |/ / /
|/| | | |
|
* | | | | Remove deprecated nil-passing to `SchemaCache` methods. | Yves Senn | 2013-07-04 | 2 | -28/+13 |
* | | | | replace artificial space with RDoc markup (follow up #11285). [ci skip] | Yves Senn | 2013-07-04 | 1 | -2/+2 |
* | | | | Remove deprecated block filter from `ActiveRecord::Migrator#migrate`. | Yves Senn | 2013-07-04 | 2 | -9/+5 |
* | | | | Merge pull request #11285 from ankit8898/master | Yves Senn | 2013-07-04 | 1 | -1/+1 |
|\| | | |
|
| * | | | [ci skip] Separated full stop from the Optimistic_concurrency_control wiki li... | ankit8898 | 2013-07-04 | 1 | -1/+1 |
* | | | | Remove deprecated String constructor from `ActiveRecord::Migrator`. | Yves Senn | 2013-07-04 | 3 | -9/+4 |
|/ / / |
|
* | | | Remove deprecated `scope` use without passing a callable object. | Arun Agrawal | 2013-07-03 | 3 | -23/+4 |
* | | | Remove deprecated `transaction_joinable=` | Arun Agrawal | 2013-07-03 | 3 | -15/+5 |
* | | | Remove deprecated `decrement_open_transactions`. | Arun Agrawal | 2013-07-03 | 2 | -4/+4 |
* | | | removed deprecated increment_open_transactions | Arun Agrawal | 2013-07-03 | 2 | -4/+4 |
|/ / |
|
* | | method transplanting between modules isn't supported on 1.9 | Aaron Patterson | 2013-07-03 | 2 | -10/+51 |
* | | remove deprecated `PostgreSQLAdapter#outside_transaction?` method. | Yves Senn | 2013-07-03 | 3 | -17/+5 |
* | | refactor the method cache objects to have a superclass | Aaron Patterson | 2013-07-03 | 3 | -51/+41 |
* | | keep a cache of writer methods | Aaron Patterson | 2013-07-03 | 1 | -11/+34 |