| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
|/ |
|
* | Bump to 3.2.8.rc1 | Santiago Pastorino | 2012-08-01 | 1 | -2/+2 |
* | Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op... | Rafael Mendonça França | 2012-08-01 | 1 | -1/+1 |
* | Add missing CHANGELOG entries | Santiago Pastorino | 2012-08-01 | 1 | -2/+6 |
* | Merge pull request #7070 from jmazzi/3-2-stable | Rafael Mendonça França | 2012-08-01 | 1 | -3/+6 |
|\ |
|
| * | Update documentation for Rails::Application#env_config | Justin Mazzi | 2012-07-16 | 1 | -3/+6 |
* | | Merge pull request #7147 from pferdefleisch/scaffold_controller_docs | Rafael Mendonça França | 2012-07-31 | 1 | -4/+3 |
* | | Revert "Add update_columns and the suggestion of using update_columns | Rafael Mendonça França | 2012-07-30 | 1 | -2/+0 |
* | | Backport #6995 to 3-2 stable | Francesco Rodriguez | 2012-07-28 | 1 | -2/+2 |
* | | Merge branch '3-2-rel' into 3-2-stable | Aaron Patterson | 2012-07-26 | 2 | -1/+6 |
|\ \ |
|
| * | | updating release date | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
| * | | bumping to 3.2.7 | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
| * | | updating the version | Aaron Patterson | 2012-07-23 | 1 | -2/+2 |
| * | | updating changelogs | Aaron Patterson | 2012-07-23 | 1 | -0/+5 |
| |/ |
|
* / | New #update_columns method. | Sebastian Martinez | 2012-07-26 | 1 | -0/+2 |
|/ |
|
* | Update coding convention from master | Prem Sichanugrist | 2012-07-09 | 1 | -8/+8 |
* | Since Rails 3.2, use layout false to render no layout | José Valim | 2012-07-06 | 1 | -1/+1 |
* | Use strict_args_position! if available from Thor | José Valim | 2012-06-18 | 1 | -0/+1 |
* | updating changelogs | Aaron Patterson | 2012-06-12 | 1 | -1/+1 |
* | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
* | updating changelogs | Aaron Patterson | 2012-06-11 | 1 | -0/+4 |
* | Merge pull request #6690 from suginoy/fix-templates-copy | Rafael Mendonça França | 2012-06-11 | 2 | -1/+13 |
* | Don't add sqlite3 to gemspec with -O on rails plugin new | Piotr Sarnacki | 2012-06-08 | 2 | -0/+10 |