| Commit message (Expand) | Author | Age | Files | Lines |
* | `intiantiated` => `instantiated` [ci-skip] | Vipul A M | 2013-10-03 | 1 | -1/+1 |
* | add a note to the changelog | Aaron Patterson | 2013-10-02 | 1 | -0/+3 |
* | unify `Fixes` notes in AR changelog. [ci skip]. | Yves Senn | 2013-10-02 | 1 | -7/+7 |
* | change the savepoint interface to allow passing the name. | Yves Senn | 2013-09-30 | 1 | -0/+5 |
* | Make `.next_migration_number` reusable for third party AR generators. | Yves Senn | 2013-09-30 | 1 | -0/+4 |
* | Removed where_values_hash from AR::NullRelation | Paul Nikitochkin | 2013-09-28 | 1 | -0/+7 |
* | changelog entry | Arthur Neves | 2013-09-25 | 1 | -0/+6 |
* | update changelog for #12359 | Arthur Neves | 2013-09-25 | 1 | -1/+5 |
* | ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin... | kennyj | 2013-09-25 | 1 | -0/+7 |
* | Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil | Rafael Mendonça França | 2013-09-24 | 1 | -0/+10 |
|\ |
|
| * | Raising an error when nil or non-hash is passed to update_attributes. | wangjohn | 2013-06-25 | 1 | -0/+10 |
* | | Deprecate unused quoted_locking_column method. | kennyj | 2013-09-24 | 1 | -0/+4 |
* | | Merge pull request #11382 from kennyj/fix_10751-2 | Rafael Mendonça França | 2013-09-22 | 1 | -0/+6 |
|\ \ |
|
| * | | Migration dump UUID default functions to schema.rb. Fixes #10751. | kennyj | 2013-07-10 | 1 | -0/+5 |
* | | | Give the credits [ci skip] | Rafael Mendonça França | 2013-09-22 | 1 | -0/+2 |
* | | | Merge pull request #10500 from kennyj/fix_10450 | Rafael Mendonça França | 2013-09-22 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Fixed a bug in when using has_many association with :inverse_of option and U... | kennyj | 2013-05-08 | 1 | -0/+5 |
* | | | | ActiveRecord::Base#<=> has been removed. Primary keys may not be in order, | Aaron Patterson | 2013-09-18 | 1 | -0/+10 |
* | | | | Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope | Rafael Mendonça França | 2013-09-16 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Collapse where constraints to one where constraint | Paul Nikitochkin | 2013-09-13 | 1 | -0/+8 |
* | | | | | Merge pull request #12129 from Empact/deprecate-array-bang-delegation | Rafael Mendonça França | 2013-09-12 | 1 | -0/+6 |
|\ \ \ \ \ |
|
| * | | | | | Deprecate the delegation of Array bang methods in ActiveRecord::Delegation | Ben Woosley | 2013-09-04 | 1 | -0/+6 |
* | | | | | | Merge pull request #12137 from lann/fix_association_first_last | Rafael Mendonça França | 2013-09-12 | 1 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Make CollectionAssociation first/last with integer fetch with query | Lann Martin | 2013-09-09 | 1 | -0/+5 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Add CHANGELOG entry for #11698 | Rafael Mendonça França | 2013-09-12 | 1 | -0/+4 |
* | | | | | | Merge pull request #12156 from rywall/from-copy-binds | Rafael Mendonça França | 2013-09-12 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Allow Relation#from to accept other relations with bind values. | Ryan Wallace | 2013-09-08 | 1 | -0/+4 |
| |/ / / / / |
|
* | | | | | | Check if the SQL is not a prepared statement | Rafael Mendonça França | 2013-09-11 | 1 | -0/+6 |
* | | | | | | Merge pull request #12135 from dylanahsmith/avoid_empty_transaction | Rafael Mendonça França | 2013-09-11 | 1 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Avoid empty transaction from setting has_one association on new record. | Dylan Thacker-Smith | 2013-09-11 | 1 | -0/+5 |
* | | | | | | | Relation#merge should not lose readonly(false) flag. | thedarkone | 2013-09-11 | 1 | -0/+4 |
|/ / / / / / |
|
* / / / / / | Typo in Changelog. | Ryan Wallace | 2013-09-08 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args | Yves Senn | 2013-09-04 | 1 | -0/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Extracted from `order` processing of arguments, and use it for `reorder` to b... | Paul Nikitochkin | 2013-09-04 | 1 | -0/+4 |
* | | | | | Remove not necessary AR changelog entry, fix markup [ci skip] | Carlos Antonio da Silva | 2013-08-30 | 1 | -6/+1 |
* | | | | | Test that PostgreSQL adapter includes `usec` when quoting `DateTime` | Ben Cherry | 2013-08-28 | 1 | -0/+4 |
|/ / / / |
|
* | | | | check class hierarchy with is_a? in PredicateBuilder.expand | Mikhail Dieterle | 2013-08-27 | 1 | -0/+6 |
* | | | | PG adapter deals with negative money values formatted with parenthesis. | Yves Senn | 2013-08-26 | 1 | -0/+6 |
* | | | | write changelog entry for #11922. [ci skip] | Yves Senn | 2013-08-20 | 1 | -0/+5 |
* | | | | documents 565c367 in the CHANGELOG | Xavier Noria | 2013-08-19 | 1 | -0/+4 |
* | | | | Rescue invalid ip address exceptions on assign. | Paul Nikitochkin | 2013-08-14 | 1 | -0/+18 |
* | | | | Restore the use of `#add_to_target` for nested attribute updates on existing ... | Ben Woosley | 2013-08-12 | 1 | -0/+6 |
* | | | | Fix interactions between :before_add callbacks and nested attributes assignment | Dr.(USA) Joerg Schray | 2013-08-12 | 1 | -1/+14 |
* | | | | Make 'enable_extension' revertible | Eric Tipton | 2013-08-10 | 1 | -0/+4 |
* | | | | cast hstore values on write to be consistent with reading from the db. | Yves Senn | 2013-08-08 | 1 | -0/+15 |
* | | | | Fix multidimensional PG arrays containing non-string items | Yves Senn | 2013-08-07 | 1 | -0/+4 |
* | | | | Add CHANGELOG entry for #11767 | Rafael Mendonça França | 2013-08-06 | 1 | -0/+4 |
* | | | | Create sqlite3 directory if not present | schneems | 2013-08-05 | 1 | -0/+4 |
* | | | | Use assert_nil instead of testing for equality | Carlos Antonio da Silva | 2013-08-02 | 1 | -1/+1 |
* | | | | Merge pull request #11714 from jetthoughts/11706_remove_bad_override_of_xml | Rafael Mendonça França | 2013-08-02 | 1 | -0/+5 |
|\ \ \ \ |
|