| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use 1.9 hash syntax on 3-2-stable | Andrew White | 2012-12-14 | 1 | -6/+6 |
* | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+71 |
* | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 1 | -0/+2 |
* | Merge pull request #8280 from asanghi/fix_guide_field_with_error_proc | Rafael Mendonça França | 2012-11-20 | 1 | -2/+6 |
* | backport #8262, require bundler groups to include rake-tasks in engines | Yves Senn | 2012-11-19 | 2 | -1/+6 |
* | Remove the git option from ruby-prof gem pointing to wycats repo. | Carlos Antonio da Silva | 2012-11-16 | 1 | -1/+1 |
* | backport #8139, `plugin new` adds dummy app tasks when necessary. … | Yves Senn | 2012-11-15 | 4 | -2/+17 |
* | Fixes issue #6251 | David Padilla | 2012-11-15 | 1 | -1/+1 |
* | Update mocha version to 0.13.0 and change requires | Carlos Antonio da Silva | 2012-11-13 | 3 | -3/+4 |
* | Add release date of Rails 3.2.9 to documentation | claudiob | 2012-11-12 | 1 | -1/+1 |
* | Merge branch '3-2-9' into 3-2-stable | Santiago Pastorino | 2012-11-12 | 1 | -1/+1 |
|\ |
|
| * | Bump to 3.2.9 | Santiago Pastorino | 2012-11-12 | 1 | -1/+1 |
| * | Revert "Add test case to assets eager load" | Santiago Pastorino | 2012-11-09 | 1 | -3/+0 |
* | | Revert "Add test case to assets eager load" | Santiago Pastorino | 2012-11-09 | 1 | -3/+0 |
* | | Merge branch '3-2-9' into 3-2-stable | Santiago Pastorino | 2012-11-09 | 1 | -1/+1 |
|\| |
|
| * | Bump up to 3.2.9.rc3 | Santiago Pastorino | 2012-11-09 | 1 | -1/+1 |
| * | Revert "Respect children paths filter settings" | Santiago Pastorino | 2012-11-09 | 2 | -13/+6 |
* | | Revert "Respect children paths filter settings" | Santiago Pastorino | 2012-11-09 | 2 | -13/+6 |
* | | Merge pull request #8027 from daenney/master | Xavier Noria | 2012-11-08 | 1 | -1/+3 |
|/ |
|
* | Bump to 3.2.9.rc2 | Santiago Pastorino | 2012-11-01 | 1 | -1/+1 |
* | Merge pull request #8009 from graceliu/3-2-fix_database_url_support | Rafael Mendonça França | 2012-10-29 | 2 | -0/+230 |
|\ |
|
| * | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-10-29 | 2 | -0/+230 |
* | | Bump to 3.2.9.rc1 | Santiago Pastorino | 2012-10-29 | 1 | -2/+2 |
|/ |
|
* | Revert "Deprecate Paths::Path#children which is unused now" | Rafael Mendonça França | 2012-10-29 | 1 | -1/+0 |
* | Deprecate Paths::Path#children which is unused now | Elia Schito | 2012-10-29 | 1 | -0/+1 |
* | Respect children paths filter settings | Elia Schito | 2012-10-28 | 2 | -6/+13 |
* | Add test case to assets eager load | Rafael Mendonça França | 2012-10-27 | 1 | -0/+3 |
* | Require ActionController::Railtie in the default middleware stack. | Rafael Mendonça França | 2012-10-18 | 1 | -0/+2 |
* | Backport 1a7049906ee6735bae058e9985a3806d08d9746b | Jeremy Kemper | 2012-10-06 | 1 | -3/+6 |
* | Update supported ruby versions error message in ruby_version_check.rb | lihan | 2012-10-03 | 2 | -2/+6 |
* | Merge pull request #6450 from iHiD/resource_generator_routes_master | Rafael Mendonça França | 2012-10-01 | 3 | -7/+116 |
* | Asset manifest includes aliases for foo.js -> foo/index.js and vice versa. Bu... | Jeremy Kemper | 2012-09-30 | 1 | -1/+16 |
* | Fix reference to code sample in Getting Started. | Steve Klabnik | 2012-09-30 | 1 | -1/+1 |
* | Hashrocket for 1.8 support | Jeremy Kemper | 2012-09-28 | 1 | -2/+2 |
* | Tune up Rails::Rack::Logger. Only put space between requests in development l... | Jeremy Kemper | 2012-09-27 | 2 | -20/+29 |
* | Log newlines separately to ensure the 'Started GET ...' line has a tag on the... | Jeremy Kemper | 2012-09-27 | 1 | -1/+2 |
* | Only apply log tags if the logger supports it | Jeremy Kemper | 2012-09-27 | 1 | -1/+1 |
* | Explictly set the assets digest option to false | Rafael Mendonça França | 2012-09-20 | 1 | -2/+5 |
* | Add upgrading note to 3.1 release notes. | Steve Klabnik | 2012-09-18 | 1 | -0/+122 |
* | CHANGELOGs are now per branch | Xavier Noria | 2012-08-28 | 1 | -2384/+1 |
* | We need to have 1-0-stable for joureny gem in edge | Arun Agrawal | 2012-08-24 | 2 | -3/+4 |
* | [guides] Add info about CHANGELOGs to contributing guide | Piotr Sarnacki | 2012-08-11 | 1 | -0/+25 |
* | Merge branch '3-2-8' into 3-2-stable | Santiago Pastorino | 2012-08-09 | 2 | -2/+2 |
|\ |
|
| * | Bump to 3.2.8 | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
| * | Add release date to CHANGELOGs | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
| * | Bump to 3.2.8.rc2 | Santiago Pastorino | 2012-08-03 | 1 | -1/+1 |
| * | html_escape should escape single quotes | Santiago Pastorino | 2012-08-02 | 1 | -2/+2 |
| * | Use `:data => { :confirm => "Text" }` syntax instead of `:confirm` at | Rafael Mendonça França | 2012-08-02 | 2 | -4/+9 |
* | | Fix invalid asset compile assertions | Joshua Peek | 2012-08-07 | 1 | -3/+2 |
* | | make assertions easier to track down | Aaron Patterson | 2012-08-07 | 1 | -9/+17 |