| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some fixes in rails guides generation | Vijay Dev | 2011-12-25 | 2 | -11/+9 |
* | fix kindle apps link in edge guides index | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
* | Mip Earson -> Michael Pearson in changelog. | Michael Pearson | 2011-12-25 | 1 | -1/+1 |
* | registers guide generation for the Kindle and Kindle apps in the Changelog | Xavier Noria | 2011-12-25 | 1 | -0/+2 |
* | download guides for the Kindle and Kindle apps from the home page | Xavier Noria | 2011-12-25 | 4 | -6/+21 |
* | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-25 | 1 | -9/+15 |
* | Merge pull request #4175 from kuroda/3-2-stable | Aaron Patterson | 2011-12-24 | 1 | -0/+1 |
|\ |
|
| * | Reconnect to the first database after db:create | Tsutomu Kuroda | 2011-12-25 | 1 | -0/+1 |
|/ |
|
* | (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-24 | 16 | -197/+483 |
* | Last attempt to fix 1.8.7 tests. | José Valim | 2011-12-24 | 3 | -8/+15 |
* | avoid deprecation warnings when running AR tests | Aaron Patterson | 2011-12-24 | 2 | -2/+7 |
* | delegating and deprecating logger#silence. fixes #4159 | Aaron Patterson | 2011-12-24 | 3 | -16/+33 |
* | assert_not_match -> assert_no_match. | José Valim | 2011-12-24 | 2 | -6/+6 |
* | add latest changes to 3.2 release notes | Vijay Dev | 2011-12-24 | 1 | -0/+14 |
* | minor edits in caching guide | Vijay Dev | 2011-12-24 | 1 | -3/+3 |
* | Fix regexp intervals. | José Valim | 2011-12-24 | 1 | -2/+2 |
* | Update CHANGELOGs. | José Valim | 2011-12-24 | 2 | -0/+4 |
* | Tidy up migration types. | José Valim | 2011-12-24 | 13 | -61/+81 |
* | added ability to specify from cli when generating a model/migration whether p... | Dmitrii Samoilov | 2011-12-24 | 12 | -18/+200 |
* | Remove unecessary config_accessors. | José Valim | 2011-12-24 | 3 | -11/+5 |
* | Provide a class optin for page_cache_compression. | José Valim | 2011-12-24 | 2 | -20/+24 |
* | Gzip files on page caching | Andrey A.I. Sitnik | 2011-12-24 | 3 | -5/+90 |
* | Remove broken #compute_source_path | Jeremy Kemper | 2011-12-23 | 1 | -5/+0 |
* | Fix situation where id method didn't get defined causing postgres to fail | Jon Leighton | 2011-12-23 | 1 | -4/+3 |
* | Rails 3.2 Release Notes | Vijay Dev | 2011-12-24 | 1 | -0/+429 |
* | Doh, remove debugging line | Jon Leighton | 2011-12-23 | 1 | -1/+0 |
* | Fix #4046. | Jon Leighton | 2011-12-23 | 5 | -46/+58 |
* | serialize fails on subclass | Alvaro Bautista | 2011-12-23 | 4 | -6/+32 |
* | removes Enumerable#pluck from the AS guide | Xavier Noria | 2011-12-23 | 1 | -10/+0 |
* | Merge pull request #4141 from arunagw/fix_build | José Valim | 2011-12-22 | 1 | -4/+3 |
|\ |
|
| * | Fix build when IM=true | Jon Leighton | 2011-12-23 | 1 | -4/+3 |
|/ |
|
* | adding an integration test for splat regexp substitutions. fixes #4138 | Aaron Patterson | 2011-12-22 | 1 | -0/+13 |
* | Adding an integration test. Fixes #4136 | Aaron Patterson | 2011-12-22 | 1 | -0/+9 |
* | Merge branch '3-2-stable' of github.com:rails/rails into 3-2-stable | Aaron Patterson | 2011-12-22 | 8 | -62/+61 |
|\ |
|
| * | Use sass-rails >= 3.2.2 for new apps | Santiago Pastorino | 2011-12-22 | 1 | -1/+1 |
| * | Make ActiveRecord::Relation#pluck work with serialized attributes | Jon Leighton | 2011-12-22 | 2 | -5/+12 |
| * | Make read_attribute code path accessible at the class level | Jon Leighton | 2011-12-22 | 5 | -56/+48 |
* | | rack bodies should be a list | Aaron Patterson | 2011-12-22 | 1 | -7/+7 |
* | | refactoring routing tests | Aaron Patterson | 2011-12-22 | 1 | -34/+19 |
|/ |
|
* | Merge branch '3-2-stable' of github.com:rails/rails into 3-2-stable | Aaron Patterson | 2011-12-22 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #4128 from arunagw/doc_fixes_3_2-stable | Piotr Sarnacki | 2011-12-22 | 1 | -1/+1 |
| |\ |
|
| | * | [docs] added missing "}" fixes #4126 | Arun Agrawal | 2011-12-22 | 1 | -1/+1 |
| |/ |
|
* / | Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method... | Aaron Patterson | 2011-12-22 | 3 | -19/+3 |
|/ |
|
* | just require things once | Aaron Patterson | 2011-12-21 | 1 | -4/+2 |
* | append puts the routes after the default, which causes a 404. instead use pre... | Aaron Patterson | 2011-12-21 | 1 | -1/+1 |
* | raises an ArgumentError if no valid options are given to TemplateRenderer#det... | Lucas Mazza | 2011-12-21 | 2 | -4/+13 |
* | added failing tests for has_many, has_one and belongs_to associations with st... | Jakub Kuźma | 2011-12-21 | 4 | -13/+66 |
* | Move SubTestTask. Soften up tests. | Jeremy Kemper | 2011-12-21 | 3 | -48/+44 |
* | adding integration test for journey #7 | Aaron Patterson | 2011-12-21 | 1 | -0/+22 |
* | caches should not be global, so no need to clear in the teardown | Aaron Patterson | 2011-12-21 | 1 | -4/+0 |