| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | changelog #7449 | Mikhail Dieterle | 2012-08-26 | 1 | -0/+4 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -0/+3 |
* | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 1 | -0/+6 |
* | Use instance_accessor: false instead of instance_writer. | kennyj | 2012-08-21 | 1 | -0/+4 |
* | Add CHANGELOG entry for #6986 | Rafael Mendonça França | 2012-08-21 | 1 | -0/+5 |
* | Use inversed parent for first and last child of has_many association | brainopia | 2012-08-18 | 1 | -0/+4 |
* | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 1 | -0/+6 |
|\ |
|
| * | Fix occasional microsecond conversion inaccuracy | Ari Pollak | 2012-08-15 | 1 | -0/+6 |
* | | Renaming active_record_deprecated_finders to activerecord-deprecated_finders | Jon Leighton | 2012-08-17 | 1 | -2/+2 |
|/ |
|
* | Remove duplicated changelog entry [ci skip] | Carlos Antonio da Silva | 2012-08-15 | 1 | -6/+0 |
* | Move changelog entry to the top [ci skip] | Carlos Antonio da Silva | 2012-08-15 | 1 | -5/+4 |
* | Merge pull request #7133 from roshats/fix_update_all_with_blank_argument | Carlos Antonio da Silva | 2012-08-15 | 1 | -0/+4 |
|\ |
|
| * | raise ArgumentError if list of attributes to change is empty in update_all | Roman Shatsov | 2012-08-14 | 1 | -0/+4 |
* | | Restore state on create when ActiveRecord::RecordInvalid is raised | Dave Yeu | 2012-08-11 | 1 | -0/+5 |
* | | Sync CHANGELOGs [ci skip] | Rafael Mendonça França | 2012-08-11 | 1 | -3/+83 |
* | | Added changelog entry for table name prefix fix [ci skip] | Wojciech Wnętrzak | 2012-08-11 | 1 | -0/+3 |
* | | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -16/+5 |
* | | Merge pull request #7140 from seamusabshere/patch-1 | Rafael Mendonça França | 2012-08-05 | 1 | -0/+5 |
|\ \ |
|
| * | | Update changelog | Rafael Mendonça França | 2012-08-05 | 1 | -0/+5 |
| |/ |
|
* | | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -2/+1 |
* | | reinstate changelog that seems to have been accidentally deleted o_O | Jon Leighton | 2012-08-03 | 1 | -0/+19 |
* | | Allow Relation#merge to take a proc. | Jon Leighton | 2012-08-03 | 1 | -0/+20 |
* | | Add CollectionProxy#scope | Jon Leighton | 2012-08-01 | 1 | -0/+18 |
* | | Add `Relation#load` | Jon Leighton | 2012-08-01 | 1 | -0/+15 |
* | | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 1 | -0/+11 |
* | | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -46/+0 |
* | | Change AR's CHANGELOG, because it is related to e35c67ae0f920011a2440210041e9... | kennyj | 2012-08-02 | 1 | -1/+1 |
* | | AR::Relation#order: make new order prepend old one | Bogdan Gusiev | 2012-07-31 | 1 | -0/+9 |
* | | Remove the deprecation of update_column. | Rafael Mendonça França | 2012-07-30 | 1 | -5/+1 |
* | | Revert "Removing composed_of from ActiveRecord." | Rafael Mendonça França | 2012-07-27 | 1 | -23/+0 |
* | | Merge pull request #6827 from zephyr-dev/master | José Valim | 2012-07-27 | 1 | -0/+7 |
|\ \ |
|
| * | | AR has a subclass of AM:PresenceValidator. | Brent Wheeldon & Nick Monje | 2012-07-20 | 1 | -0/+7 |
* | | | Changelog and doc updates for the previous changes. | Jon Leighton | 2012-07-27 | 1 | -3/+21 |
* | | | Update activerecord/CHANGELOG.md | Ayrton De Craene | 2012-07-26 | 1 | -13/+13 |
* | | | Switched update_column recommendation in changelog to update_columns | Philip Arndt | 2012-07-26 | 1 | -1/+1 |
* | | | Deprecate update_column in favor of update_columns. | Rafael Mendonça França | 2012-07-24 | 1 | -0/+12 |
| |/
|/| |
|
* | | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -0/+10 |
* | | Use attributes instead of table names in migration example | José Valim | 2012-07-19 | 1 | -1/+1 |
* | | Update changelog for migration generator change | José Valim | 2012-07-18 | 1 | -0/+7 |
* | | fixup changelog | Jon Leighton | 2012-07-07 | 1 | -1/+1 |
* | | Limit the number of records in Relation#inspect | Damien Mathieu | 2012-07-06 | 1 | -2/+4 |
* | | Update release notes with AR::Relation#inspect change [ci skip] | Carlos Antonio da Silva | 2012-07-06 | 1 | -3/+3 |
* | | Show the records in Relation#inspect | Jon Leighton | 2012-07-06 | 1 | -6/+8 |
* | | Add changelog entry for references statements | Aleksey Magusev | 2012-07-03 | 1 | -0/+13 |
|/ |
|
* | Update 4.0 Release Notes with changelogs [ci skip] | Carlos Antonio da Silva | 2012-07-02 | 1 | -3/+3 |
* | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 1 | -2/+2 |
* | Update AR and AP changelogs [ci skip] | Carlos Antonio da Silva | 2012-06-30 | 1 | -1/+13 |
* | Remove ActiveRelation#inspect | Brian Cardarella | 2012-06-29 | 1 | -0/+4 |
* | Added an entry about fda24312d3 in the CHANGELOG. | kennyj | 2012-06-29 | 1 | -0/+15 |
* | exists?(false) returns false | Egor Lynko | 2012-06-25 | 1 | -0/+4 |