| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call after_commit when creating through an association and save fails, ... | James Miller | 2013-02-13 | 1 | -0/+5 |
* | define Active Record Store accessors in a module | Sergey Nartimov | 2013-02-11 | 1 | -0/+12 |
* | Update activerecord/CHANGELOG.md | Guillermo Iguaran | 2013-02-09 | 1 | -1/+1 |
* | Reverting e170014113 (Change behaviour with empty hash in where clause) | Guillermo Iguaran | 2013-02-08 | 1 | -5/+0 |
* | Reverting 16f6f25 (Change behaviour with empty array in where clause) | Guillermo Iguaran | 2013-02-08 | 1 | -5/+0 |
* | Improve changelog entries in AR | Carlos Antonio da Silva | 2013-02-08 | 1 | -5/+6 |
* | Change behaviour with empty array in where clause | robertomiranda | 2013-02-08 | 1 | -0/+5 |
* | Change behaviour with empty hash in where clause | robertomiranda | 2013-02-08 | 1 | -0/+4 |
* | active_record: Quote numeric values compared to string columns. | Dylan Smith | 2013-02-07 | 1 | -0/+10 |
* | Add changelog entry for #9203 about schema dumper with db extensions | Carlos Antonio da Silva | 2013-02-06 | 1 | -0/+5 |
* | CHANGELOG review | Rafael Mendonça França | 2013-01-31 | 1 | -3/+3 |
* | DATABASE_URL parsing should turn numeric strings into numeric types, and | Aaron Stone | 2013-01-31 | 1 | -0/+12 |
* | Refactor to use each_key, remove extra spaces | Carlos Antonio da Silva | 2013-01-28 | 1 | -1/+1 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 1 | -0/+26 |
* | Fix handling of dirty time zone aware attributes | Lilibeth De La Cruz | 2013-01-26 | 1 | -0/+28 |
* | `#count` in conjunction with `#uniq` performs distinct count. | Yves Senn | 2013-01-26 | 1 | -0/+9 |
* | Add postgresql range types support | bUg | 2013-01-23 | 1 | -0/+19 |
* | Added a changelog entry. | wangjohn | 2013-01-20 | 1 | -0/+5 |
* | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 1 | -1/+0 |
* | `CollectionAssociation#empty?` respects newly builded records | Yves Senn | 2013-01-13 | 1 | -0/+11 |
* | Add CHANGELOG entry for YAML parsing removal | Prem Sichanugrist | 2013-01-08 | 1 | -1/+5 |
* | Fix error when assigning NaN to an integer column | Tristan Harward | 2013-01-06 | 1 | -4/+5 |
* | Move changelog entry in railties to the top | Carlos Antonio da Silva | 2013-01-04 | 1 | -2/+2 |
* | Support for PostgreSQL's ltree data type. | Rob Worley | 2013-01-04 | 1 | -0/+4 |
* | Fix undefined method `to_i' introduced since 3.2.8 | Jason Stirk | 2013-01-04 | 1 | -1/+6 |
* | Merge pull request #8705 from amparo-luna/change_update_attributes_to_update | Guillermo Iguaran | 2013-01-03 | 1 | -0/+7 |
|\ |
|
| * | Add Changelog entry regarding update_attibutes being renamed to update | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -0/+7 |
* | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-01-02 | 1 | -1/+2 |
|/ |
|
* | Fix CHANGELOG style [ci skip] | Rafael Mendonça França | 2012-12-26 | 1 | -5/+5 |
* | validate :on option on after_commit and after_rollback callbacks | Pascal Friederich | 2012-12-26 | 1 | -0/+5 |
* | Update Migration and 4.0 Release Guides, Changelogs [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -0/+17 |
* | Serialized attribute can be serialized in an integer column | Rafael Mendonça França | 2012-12-21 | 1 | -2/+7 |
* | Fix Action Mailer changelog indenation to match other changelogs | Carlos Antonio da Silva | 2012-12-19 | 1 | -1/+1 |
* | Keep index names when using with sqlite3 | Yves Senn | 2012-12-19 | 1 | -0/+5 |
* | #5523 Add ability for postgresql adapter to disable user triggers in disable_... | Gary S. Weaver | 2012-12-18 | 1 | -0/+5 |
* | Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:... | Pedro Padron | 2012-12-18 | 1 | -0/+5 |
* | AR supporting new intrange data type on PostgreSQL >= 9.2 | Alexey | 2012-12-16 | 1 | -0/+4 |
* | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -5/+5 |
* | Do not log the binding values for binary columns. | Matthew M. Boedicker | 2012-12-14 | 1 | -0/+4 |
* | Fix for has_many_through counter_cache bug | Matthew Robertson | 2012-12-14 | 1 | -0/+5 |
* | recognize migrations, in folders containing numbers and 'rb'. | Yves Senn | 2012-12-13 | 1 | -0/+5 |
* | Remove changelog entry from #8441 [ci skip] | Carlos Antonio da Silva | 2012-12-11 | 1 | -4/+0 |
* | Add CHANGELOG entry for #6376. | Rafael Mendonça França | 2012-12-10 | 1 | -0/+4 |
* | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 1 | -0/+7 |
* | Fix decorating columns for serialized attributes | itzki | 2012-12-10 | 1 | -0/+4 |
* | Move to the schema-migrations-metadata branch. | Jeremy Kemper | 2012-12-09 | 1 | -16/+0 |
* | Session variables for mysql, mysql2, and postgresql adapters can be set | Aaron Stone | 2012-12-08 | 1 | -0/+8 |
* | Update AR Changelog with correct example using includes | Caike Souza | 2012-12-08 | 1 | -4/+4 |
* | Rollback where.like and where.not_like | Carlos Antonio da Silva | 2012-12-07 | 1 | -3/+2 |
* | Merge pull request #8332 from amatsuda/ar_where_chain | Carlos Antonio da Silva | 2012-12-07 | 1 | -0/+9 |
|\ |
|