| Commit message (Expand) | Author | Age | Files | Lines |
* | make test not depend on order | Neeraj Singh | 2013-07-28 | 1 | -0/+1 |
* | 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 |
* | Fix: attribute_for_inspect truncate upto (51 => 50) characters. | namusyaka | 2013-07-09 | 1 | -1/+1 |
* | 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 |
* | 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 #11306 from jetthoughts/11288_remove_extra_queries_for_bel... | Rafael Mendonça França | 2013-07-06 | 1 | -1/+42 |
|\ \ |
|
| * | | #11288: Removed duplicated touching | Paul Nikitochkin | 2013-07-05 | 1 | -1/+42 |
* | | | 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 | 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 |