| Commit message (Expand) | Author | Age | Files | Lines |
* | clear specific logs when using rake log:clear | Matt Bridges | 2013-01-16 | 1 | -0/+5 |
* | allow :dirs option for .enumerate | Brian D. Burns | 2013-01-15 | 1 | -0/+6 |
* | Deprecate `Rails::Generators::ActiveModel#update_attributes` | Carlos Antonio da Silva | 2013-01-12 | 1 | -0/+15 |
* | Add changelog entry for scaffold generator and jbuilder changes | Carlos Antonio da Silva | 2013-01-11 | 1 | -0/+9 |
* | new README generated for new apps | Xavier Noria | 2013-01-08 | 1 | -0/+5 |
* | doc/README_FOR_APP is no longer generated | Xavier Noria | 2013-01-08 | 1 | -0/+6 |
* | Take the heat :fire: | Jeremy Kemper | 2013-01-06 | 1 | -0/+2 |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 1 | -0/+14 |
* | Remove the content_tag_for change from CHANGELOG since it was reverted | Rafael Mendonça França | 2013-01-05 | 1 | -5/+3 |
* | config.assets.enabled is now true by default | David Heinemeier Hansson | 2013-01-05 | 1 | -0/+6 |
* | Move changelog entry in railties to the top | Carlos Antonio da Silva | 2013-01-04 | 1 | -8/+7 |
* | Small typo fix in railties/CHANGELOG.md | Matt Bridges | 2013-01-04 | 1 | -1/+1 |
* | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 1 | -0/+7 |
* | Add missing changelog entry for #8676 [ci skip] | Jiri Pospisil | 2013-01-02 | 1 | -0/+4 |
* | quote column names in generated fixture files | Yves Senn | 2012-12-26 | 1 | -0/+6 |
* | Explicit options should have precedence over railsrc on the `rails new` | Rafael Mendonça França | 2012-12-24 | 1 | -0/+4 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 1 | -4/+0 |
* | Revert "Make sure that RAILS_ENV is set when accessing Rails.env" | Andy Lindeman | 2012-12-21 | 1 | -2/+0 |
* | Update Migration and 4.0 Release Guides, Changelogs [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -0/+4 |
* | fix railties CHANGELOG [ci skip] | Francesco Rodriguez | 2012-12-18 | 1 | -2/+3 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 1 | -2/+0 |
* | Fix changelog | David Heinemeier Hansson | 2012-12-18 | 1 | -3/+1 |
* | Merge | David Heinemeier Hansson | 2012-12-18 | 1 | -0/+6 |
|\ |
|
| * | HTML formatting to Rails::InfoController#routes | schneems | 2012-12-17 | 1 | -0/+4 |
* | | Add app/models/concerns and app/controllers/concerns to the default directory... | David Heinemeier Hansson | 2012-12-18 | 1 | -0/+4 |
|/ |
|
* | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -7/+8 |
* | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -1/+5 |
* | Add ENV['RACK_ENV'] support to rake runner/console/server. | kennyj | 2012-12-06 | 1 | -0/+4 |
* | Add db to the list of default annotation folders | Antonio Cangiano | 2012-12-01 | 1 | -0/+2 |
* | require bundler groups to include rake-tasks in engines | Yves Senn | 2012-11-18 | 1 | -0/+5 |
* | cleanup, remove whitspace from railties CHANGELOG | Yves Senn | 2012-11-18 | 1 | -2/+2 |
* | Adding sqlserver.yml template to satisfy "-d sqlserver" being given | Robert Nesius | 2012-11-16 | 1 | -0/+5 |
* | Add ChangeLog entry. | Nicolas Despres | 2012-11-13 | 1 | -0/+2 |
* | `plugin new` adds dummy app tasks when necessary. | Yves Senn | 2012-11-08 | 1 | -1/+6 |
* | Make sure that RAILS_ENV is set when accessing Rails.env | Steve Klabnik | 2012-10-31 | 1 | -0/+2 |
* | Merge pull request #7587 from elia/fix-too-eager-loading | Rafael Mendonça França | 2012-10-29 | 1 | -0/+2 |
* | Backpedal from class-oriented config.queue. Set an actual queue instance. | Jeremy Kemper | 2012-10-12 | 1 | -2/+2 |
* | Add .rake to `rake notes` and `rake notes:custom` | Brent J. Nordquist | 2012-10-12 | 1 | -0/+2 |
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -0/+3 |
* | Add missing entry in CHANGELOG about config.assets.cache change | Guillermo Iguaran | 2012-10-09 | 1 | -2/+7 |
* | Make Rails.public_path return a Pathname | Prem Sichanugrist | 2012-10-02 | 1 | -0/+2 |
* | Remove highly uncommon `config.assets.manifest` option for moving the manifes... | Guillermo Iguaran | 2012-09-19 | 1 | -0/+5 |
* | Update changelogs to add entries about strong_parameters integration | Guillermo Iguaran | 2012-09-19 | 1 | -0/+11 |
* | change app/plugin generators to be more SCM agnostic | Derek Prior | 2012-09-12 | 1 | -0/+10 |
* | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-09-11 | 1 | -0/+2 |
* | Support MySQL SSL in rails dbconsole. | needfeed | 2012-09-10 | 1 | -0/+3 |
* | CHANGELOGs are now per branch | Xavier Noria | 2012-08-28 | 1 | -2479/+1 |
* | Deprecate config.threadsafe! | José Valim | 2012-08-21 | 1 | -0/+2 |
* | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -0/+5 |
* | Revert "The application generator generates `public/humans.txt` with some bas... | David Heinemeier Hansson | 2012-08-07 | 1 | -2/+0 |