| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to display engine's routes when running `rake routes ENGINES=true` | Piotr Sarnacki | 2011-11-24 | 1 | -1/+1 |
* | CHANGELOG => CHANGELOG.md | Arun Agrawal | 2011-11-09 | 1 | -2/+2 |
* | CHANGELOG to CHANGELOG.md | Arun Agrawal | 2011-11-08 | 1 | -5/+5 |
* | Added environment rake task to engines | Steven Anderson | 2011-10-18 | 1 | -0/+1 |
* | testing.rake should set the default task, closes #2564 | José Valim | 2011-10-07 | 1 | -2/+0 |
* | move route inspecting to an object so that we can more easily test it | Aaron Patterson | 2011-09-09 | 1 | -31/+3 |
* | Further monkey-patching to avoid deprecation warnings | Pivotal Casebook | 2011-08-08 | 1 | -0/+2 |
* | fixes #2368. rake about not showing the middleware, db adapter and db schema ... | Vijay Dev | 2011-07-31 | 1 | -1/+1 |
* | Improve rails:template undefined LOCATION variable error message fixed | Raghunadh | 2011-07-23 | 1 | -3/+3 |
* | removing inline source option from rdoc task. fixes #2169 | Aaron Patterson | 2011-07-21 | 1 | -3/+3 |
* | Improve formatting of route to Rack application in rake routes. | Hendy Tanata | 2011-07-17 | 1 | -3/+3 |
* | Better formatting of route requirements in rake:routes. | Hendy Tanata | 2011-07-16 | 1 | -1/+9 |
* | Use cache/assets instead. | José Valim | 2011-07-12 | 1 | -2/+1 |
* | assets.cache_store now defaults to filesystem. You will want to share tmp/ass... | José Valim | 2011-07-12 | 1 | -1/+2 |
* | fix engines rake tasks | Jake Varghese | 2011-07-04 | 1 | -0/+2 |
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -26/+0 |
* | Railties: added tests for rake assets:clean | James A. Rosen | 2011-06-21 | 1 | -2/+2 |
* | rake assets:clean also removes directories | James A. Rosen | 2011-06-21 | 1 | -1/+1 |
* | Create an :assets group in the Gemfile. | José Valim | 2011-06-21 | 1 | -5/+10 |
* | assets:clean task now cleans up images | James A. Rosen | 2011-06-19 | 1 | -1/+1 |
* | sprockets gzips assets now | Xavier Noria | 2011-06-07 | 1 | -1/+4 |
* | refectored assets:clean task | Vishnu Atrai | 2011-05-30 | 1 | -3/+1 |
* | rename task and Rake::FileList used | Vishnu Atrai | 2011-05-27 | 1 | -3/+3 |
* | Add rake task to implement assets:cleanup, fixes Github Issues # 1284 | Bhavin Kamani | 2011-05-27 | 1 | -0/+10 |
* | Merge pull request #1305 from amatsuda/require_rdoc_task_fail2 | José Valim | 2011-05-25 | 1 | -0/+2 |
|\ |
|
| * | Ensure RDoc::Task exists even if 'rdoc/task' was not required | Akira Matsuda | 2011-05-26 | 1 | -0/+2 |
* | | Renaming helper in the Rake task, but why is this needed in the first place? ... | wycats | 2011-05-25 | 1 | -1/+1 |
|/ |
|
* | require 'rake/rdoctask' if failed to require 'rdoc/task' | Akira Matsuda | 2011-05-26 | 1 | -1/+5 |
* | fixes Rake::RDocTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-25 | 1 | -2/+2 |
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa... | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
* | remove update:javascripts rake task | Akira Matsuda | 2011-05-13 | 1 | -7/+2 |
* | Display custom asset routes in `rake routes` | Peter Suschlik | 2011-05-05 | 1 | -1/+1 |
* | Dont show the assets mount in rake routes | David Heinemeier Hansson | 2011-05-04 | 1 | -1/+2 |
* | Give assets access to asset_path during precompilation | David Heinemeier Hansson | 2011-04-19 | 1 | -0/+3 |
* | Add description to assets:precompile such that it shows up in rake -T | David Heinemeier Hansson | 2011-04-18 | 1 | -1/+2 |
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -29/+0 |
* | Fix tests. | José Valim | 2011-04-15 | 1 | -1/+1 |
* | Fix config.assets.precompile option | Joshua Peek | 2011-03-30 | 1 | -1/+1 |
* | Precompile configured assets | Joshua Peek | 2011-03-29 | 1 | -1/+1 |
* | Use sprockets precompile | Joshua Peek | 2011-03-22 | 1 | -10/+2 |
* | Add sprockets task to compile assets | Joshua Peek | 2011-03-21 | 1 | -0/+14 |
* | Refactoring of application's task in engine.rake | Piotr Sarnacki | 2010-12-19 | 1 | -20/+23 |
* | Do not load all application's task in generated engine | Piotr Sarnacki | 2010-12-19 | 1 | -0/+66 |
* | Comment internal railties tasks. | José Valim | 2010-10-14 | 1 | -1/+1 |
* | Remove task for creating symlinks for railties | Piotr Sarnacki | 2010-10-14 | 1 | -19/+0 |
* | Added foo:install:assets task that copies assets from plugins public director... | Piotr Sarnacki | 2010-10-14 | 1 | -0/+28 |
* | -j parameter added to rails new command. | siong1987 | 2010-10-11 | 1 | -1/+1 |
* | Updated DOCS for engines and added a couple TODOs. Also, commented internal r... | José Valim | 2010-10-11 | 1 | -1/+1 |
* | Fixed rake task description typo | Vesa Vänskä | 2010-10-08 | 1 | -1/+1 |