aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* write changelog entry for #11922. [ci skip]Yves Senn2013-08-201-0/+5
* documents 565c367 in the CHANGELOGXavier Noria2013-08-191-0/+4
* Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-141-0/+18
* Restore the use of `#add_to_target` for nested attribute updates on existing ...Ben Woosley2013-08-121-0/+6
* Fix interactions between :before_add callbacks and nested attributes assignmentDr.(USA) Joerg Schray2013-08-121-1/+14
* Make 'enable_extension' revertibleEric Tipton2013-08-101-0/+4
* cast hstore values on write to be consistent with reading from the db.Yves Senn2013-08-081-0/+15
* Fix multidimensional PG arrays containing non-string itemsYves Senn2013-08-071-0/+4
* Add CHANGELOG entry for #11767Rafael Mendonça França2013-08-061-0/+4
* Create sqlite3 directory if not presentschneems2013-08-051-0/+4
* Use assert_nil instead of testing for equalityCarlos Antonio da Silva2013-08-021-1/+1
* Merge pull request #11714 from jetthoughts/11706_remove_bad_override_of_xmlRafael Mendonça França2013-08-021-0/+5
|\
| * 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
|\