| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow precision option for postgresql datetimes | Tony Schneider | 2012-06-22 | 1 | -0/+12 |
* | Fix changelog typo [ci skip] | Carlos Antonio da Silva | 2012-06-22 | 1 | -1/+1 |
* | Add changelog entry and guide updates for pluck with multiple columns | Carlos Antonio da Silva | 2012-06-22 | 1 | -0/+9 |
* | It's AR::Reflection not AR::Relation | Andrew White | 2012-06-22 | 1 | -1/+1 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -0/+39 |
* | Refactor and use class_attribute | Carlos Antonio da Silva | 2012-06-18 | 1 | -4/+10 |
* | Remember the stored attributes in a config attribute. | Joost Baaij | 2012-06-18 | 1 | -0/+6 |
* | Improve the CHANGELOG entry [ci skip] | Rafael Mendonça França | 2012-06-18 | 1 | -2/+19 |
* | Add CHANGELOG entry to composed_of removal | Rafael Mendonça França | 2012-06-18 | 1 | -0/+6 |
* | Change minimum (default) log level in PostgreSQL to warning. | kennyj | 2012-06-18 | 1 | -0/+6 |
* | Add CHANGELOG entry to the uuid datatype support to PostgreSQL adpter | Rafael Mendonça França | 2012-06-14 | 1 | -0/+2 |
* | registers the removal of update_attribute in the CHANGELOG | Xavier Noria | 2012-06-14 | 1 | -0/+6 |
* | removes item in the Active Record CHANGELOG | Xavier Noria | 2012-06-14 | 1 | -2/+0 |
* | Use . instead of :: for class methods, add CHANGELOG entries | José Valim | 2012-06-10 | 1 | -0/+3 |
* | + ActiveRecord::Base#destroy! | Marc-Andre Lafortune | 2012-06-06 | 1 | -0/+5 |
* | Sync CHANGLOG with the 3-2-stable branch | Rafael Mendonça França | 2012-06-01 | 1 | -0/+27 |
* | Fix changelog example for count method with block [ci skip] | Carlos Antonio da Silva | 2012-05-31 | 1 | -1/+1 |
* | Yield only one argument instead of splatting. | Carlos Antonio da Silva | 2012-05-28 | 1 | -0/+7 |
* | Add support for CollectionAssociation#delete by Fixnum or String | Francesco Rodriguez | 2012-05-28 | 1 | -0/+13 |