aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-146-12/+12
* Update test locationsMike Moore2012-10-091-2/+6
* Assets cache shouldn't be shared between different environmentsGuillermo Iguaran2012-09-281-1/+3
* oops, should be directoryAaron Patterson2012-08-131-1/+1
* speed up cache directory creationAaron Patterson2012-08-131-3/+9
* Remove `:rails_env` task since it is not needed anymore.Rafael Mendonça França2012-08-021-7/+0
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-1/+1
* move route_inspector to actionpack@schneems and @mattt2012-07-071-2/+2
* Rename RouteInspect to RoutesInspector for consistencyJosé Valim2012-06-291-2/+2
* fix stylesheet template dirSugino Yasuhiro2012-06-091-1/+1
* Revert "Only include Rake::DSL if it's defined."Akira Matsuda2012-06-011-1/+1
* Add code statistics for Javascript andArun Agrawal2012-05-311-0/+1
* remove unused route reloading codeschneems2012-05-301-2/+0
* do not set the ENGINE_PATH to nilAaron Patterson2012-05-241-1/+1
* Only include Rake::DSL if it's defined.Joe Van Dyk2012-04-231-1/+1
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-6/+0
* ruby19: no need to rescue when requiring 'rdoc/task' in Ruby >= 1.9Akira Matsuda2012-02-271-7/+1
* show stats for app/mailersAkira Matsuda2012-01-161-0/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-39/+1
* It should be README.rdoc fixes #4067Arun Agrawal2011-12-201-1/+1
* I suck, forgot to also change rake's task descriptionPiotr Sarnacki2011-11-251-1/+1
* Allow to display engine's routes when running `rake routes ENGINES=true`Piotr Sarnacki2011-11-241-1/+1
* CHANGELOG => CHANGELOG.mdArun Agrawal2011-11-091-2/+2
* CHANGELOG to CHANGELOG.mdArun Agrawal2011-11-081-5/+5
* Added environment rake task to enginesSteven Anderson2011-10-181-0/+1
* testing.rake should set the default task, closes #2564José Valim2011-10-071-2/+0
* move route inspecting to an object so that we can more easily test itAaron Patterson2011-09-091-31/+3
* Further monkey-patching to avoid deprecation warningsPivotal Casebook2011-08-081-0/+2
* fixes #2368. rake about not showing the middleware, db adapter and db schema ...Vijay Dev2011-07-311-1/+1
* Improve rails:template undefined LOCATION variable error message fixedRaghunadh2011-07-231-3/+3
* removing inline source option from rdoc task. fixes #2169Aaron Patterson2011-07-211-3/+3
* Improve formatting of route to Rack application in rake routes.Hendy Tanata2011-07-171-3/+3
* Better formatting of route requirements in rake:routes.Hendy Tanata2011-07-161-1/+9
* Use cache/assets instead.José Valim2011-07-121-2/+1
* assets.cache_store now defaults to filesystem. You will want to share tmp/ass...José Valim2011-07-121-1/+2
* fix engines rake tasksJake Varghese2011-07-041-0/+2
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-26/+0
* Railties: added tests for rake assets:cleanJames A. Rosen2011-06-211-2/+2
* rake assets:clean also removes directoriesJames A. Rosen2011-06-211-1/+1
* Create an :assets group in the Gemfile.José Valim2011-06-211-5/+10
* assets:clean task now cleans up imagesJames A. Rosen2011-06-191-1/+1
* sprockets gzips assets nowXavier Noria2011-06-071-1/+4
* refectored assets:clean taskVishnu Atrai2011-05-301-3/+1
* rename task and Rake::FileList used Vishnu Atrai2011-05-271-3/+3
* Add rake task to implement assets:cleanup, fixes Github Issues # 1284Bhavin Kamani2011-05-271-0/+10
* Merge pull request #1305 from amatsuda/require_rdoc_task_fail2José Valim2011-05-251-0/+2
|\
| * Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-261-0/+2
* | Renaming helper in the Rake task, but why is this needed in the first place? ...wycats2011-05-251-1/+1
|/
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-261-1/+5
* fixes Rake::RDocTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-251-2/+2