aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,Aaron Patterson2013-09-181-0/+10
* Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scopeRafael Mendonça França2013-09-161-0/+8
|\
| * Collapse where constraints to one where constraintPaul Nikitochkin2013-09-131-0/+8
* | Merge pull request #12129 from Empact/deprecate-array-bang-delegationRafael Mendonça França2013-09-121-0/+6
|\ \
| * | Deprecate the delegation of Array bang methods in ActiveRecord::DelegationBen Woosley2013-09-041-0/+6
* | | Merge pull request #12137 from lann/fix_association_first_lastRafael Mendonça França2013-09-121-0/+5
|\ \ \
| * | | Make CollectionAssociation first/last with integer fetch with queryLann Martin2013-09-091-0/+5
| | |/ | |/|
* | | Add CHANGELOG entry for #11698Rafael Mendonça França2013-09-121-0/+4
* | | Merge pull request #12156 from rywall/from-copy-bindsRafael Mendonça França2013-09-121-0/+4
|\ \ \
| * | | Allow Relation#from to accept other relations with bind values.Ryan Wallace2013-09-081-0/+4
| |/ /
* | | Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-0/+6
* | | Merge pull request #12135 from dylanahsmith/avoid_empty_transactionRafael Mendonça França2013-09-111-0/+5
|\ \ \
| * | | Avoid empty transaction from setting has_one association on new record.Dylan Thacker-Smith2013-09-111-0/+5
* | | | Relation#merge should not lose readonly(false) flag.thedarkone2013-09-111-0/+4
|/ / /
* / / Typo in Changelog.Ryan Wallace2013-09-081-2/+2
|/ /
* | Merge pull request #11958 from jetthoughts/extract_pre_process_orders_argsYves Senn2013-09-041-0/+4
|\ \ | |/ |/|
| * Extracted from `order` processing of arguments, and use it for `reorder` to b...Paul Nikitochkin2013-09-041-0/+4
* | Remove not necessary AR changelog entry, fix markup [ci skip]Carlos Antonio da Silva2013-08-301-6/+1
* | Test that PostgreSQL adapter includes `usec` when quoting `DateTime`Ben Cherry2013-08-281-0/+4
|/
* check class hierarchy with is_a? in PredicateBuilder.expandMikhail Dieterle2013-08-271-0/+6
* PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-261-0/+6
* 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