aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12508 from jetthoughts/12415_generate_subqueries_for_rela...Rafael Mendonça França2013-10-131-0/+17
|\
| * Generate subquery for Relation passed as array condition for wherePaul Nikitochkin2013-10-131-0/+17
* | Merge pull request #12511 from jetthoughts/informative_raise_message_for_inco...Rafael Mendonça França2013-10-131-0/+6
|\ \
| * | Make missed association exception message more informativePaul Nikitochkin2013-10-131-0/+6
| |/
* / Fixes #11773 when using includes combined with select, the select statement w...Edo Balvers2013-10-081-0/+6
|/
* `intiantiated` => `instantiated` [ci-skip]Vipul A M2013-10-031-1/+1
* add a note to the changelogAaron Patterson2013-10-021-0/+3
* unify `Fixes` notes in AR changelog. [ci skip].Yves Senn2013-10-021-7/+7
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-0/+5
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-301-0/+4
* Removed where_values_hash from AR::NullRelationPaul Nikitochkin2013-09-281-0/+7
* changelog entryArthur Neves2013-09-251-0/+6
* update changelog for #12359Arthur Neves2013-09-251-1/+5
* ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...kennyj2013-09-251-0/+7
* Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nilRafael Mendonça França2013-09-241-0/+10
|\
| * Raising an error when nil or non-hash is passed to update_attributes.wangjohn2013-06-251-0/+10
* | Deprecate unused quoted_locking_column method.kennyj2013-09-241-0/+4
* | Merge pull request #11382 from kennyj/fix_10751-2Rafael Mendonça França2013-09-221-0/+6
|\ \
| * | Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-101-0/+5
* | | Give the credits [ci skip]Rafael Mendonça França2013-09-221-0/+2
* | | Merge pull request #10500 from kennyj/fix_10450Rafael Mendonça França2013-09-221-0/+7
|\ \ \
| * | | Fixed a bug in when using has_many association with :inverse_of option and U...kennyj2013-05-081-0/+5
* | | | 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