aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Removed redundant xml override from pg adapterPaul Nikitochkin2013-08-021-0/+5
* | | | | fix the changelog typo[ci skip]Rajarshi Das2013-08-021-1/+1
|/ / / /
* | | | Merge branch 'revert-order-prepending'Rafael Mendonça França2013-07-301-0/+15
|\ \ \ \
| * | | | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-0/+15
* | | | | Add ability to specify how a class is converted to Arel predicatesgrif2013-07-281-0/+10
|/ / / /
* | | | Don't allow `quote_value` to be called without a columnBen Woosley2013-07-221-0/+9
* | | | Tidy up the "Specified column type for quote_value" changesBen Woosley2013-07-221-2/+3
* | | | Specified column type for quote_valueAlfred Wong2013-07-221-0/+7
* | | | rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-0/+14
* | | | Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-171-22/+0
* | | | Unifies mysql and mysql2 casting of booleansawilliams2013-07-161-0/+22
* | | | `change_column` for PG adapter respects `:array` option.Yves Senn2013-07-161-0/+4
* | | | Remove deprecation warning from attribute_missing Arun Agrawal2013-07-151-0/+4
* | | | #4566: Remove extra decrement of transaction levelPaul Nikitochkin2013-07-141-0/+6
* | | | Reset @column_defaults when assigning .kennyj2013-07-141-0/+13
| |/ / |/| |
* | | Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel...Rafael Mendonça França2013-07-061-0/+7
|\ \ \
| * | | #11288: Removed duplicated touchingPaul Nikitochkin2013-07-051-0/+7
* | | | Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...Yves Senn2013-07-051-4/+0
|/ / /
* | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.Arun Agrawal2013-07-041-0/+4
* | | Remove deprecated nil-passing to `SchemaCache` methods.Yves Senn2013-07-041-0/+5
* | | Remove deprecated block filter from `ActiveRecord::Migrator#migrate`.Yves Senn2013-07-041-0/+4
* | | Remove deprecated String constructor from `ActiveRecord::Migrator`.Yves Senn2013-07-041-0/+4
* | | Remove deprecated `scope` use without passing a callable object.Arun Agrawal2013-07-031-0/+4
* | | Remove deprecated `transaction_joinable=`Arun Agrawal2013-07-031-0/+5
* | | Remove deprecated `decrement_open_transactions`.Arun Agrawal2013-07-031-0/+4
* | | removed deprecated increment_open_transactionsArun Agrawal2013-07-031-0/+4
* | | remove deprecated `PostgreSQLAdapter#outside_transaction?` method.Yves Senn2013-07-031-0/+5
* | | Remove deprecated `ActiveRecord::Fixtures.find_table_name` in favour of `Acti...Vipul A M2013-07-031-0/+5
* | | Removed deprecated method `columns_for_remove`Neeraj Singh2013-07-031-0/+4
* | | Remove deprecated SchemaStatements#distinctFrancesco Rodriguez2013-07-021-0/+4
* | | deprecated `ActiveRecord::TestCase` is no longer public.Yves Senn2013-07-021-0/+6
* | | Dropped deprecated option `:restrict` for `:dependent` in associationsNeeraj Singh2013-07-031-0/+5
* | | Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-0/+4
* | | Removed support for deprecated `insert_sql` in associations.Neeraj Singh2013-07-021-0/+4
* | | Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-021-0/+4
* | | Add CHANGELOG enty for #11235Rafael Mendonça França2013-07-021-0/+4
* | | Removed support for deprecated `counter_sql`Neeraj Singh2013-07-021-0/+4
* | | Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...Rafael Mendonça França2013-07-011-0/+13
|\ \ \
| * | | Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-301-0/+13
* | | | calling default_scope without a proc will raise ArgumentErrorNeeraj Singh2013-07-021-0/+4
* | | | Removed deprecated method type_cast_code from ColumnNeeraj Singh2013-07-021-0/+4
* | | | Removed deprecated options for assocationsNeeraj Singh2013-07-021-0/+8
* | | | remove deprecated `ActiveRecord::Base#connection` method.Yves Senn2013-07-011-0/+5
* | | | remove auto-explain-config deprecation warningYves Senn2013-07-011-0/+4
* | | | Remove deprecated `:distinct` option from `Relation#count`.Yves Senn2013-07-011-0/+4
* | | | Removed deprecated methods partial_updates and familyNeeraj Singh2013-07-021-0/+5
* | | | Merge pull request #11213 from neerajdotname/scoped-deprecatedRafael Mendonça França2013-07-011-0/+4
|\ \ \ \
| * | | | Removed deprecated method scopedNeeraj Singh2013-07-011-0/+4
| |/ / /
* / / / Removed deprecated method default_scopes?Neeraj Singh2013-07-011-0/+4
|/ / /
* | | remove deprecated implicit join references.Yves Senn2013-06-291-0/+12