aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
* simple solution that brings rake stats task to every kind of rails projectAndriy Tyurnikov2014-05-261-18/+22
* rake stats for enginesAndriy Tyurnikov2014-05-241-19/+20
* Generate the cookies_serializer configuration with :marshal when upgradingRafael Mendonça França2014-05-161-1/+1
* Make the rails:template rake task load initializersRobin Dupret2014-03-081-1/+1
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-1/+1
* add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-012-2/+2
* Remove update:application_controller rake task.Josef Šimánek2013-07-131-12/+2
* Improved grammar and replaced 'dbs' slang with 'databases'Prathamesh Sonpatki2013-06-271-1/+1
* valid_app_const? -> valid_const?Martin Schürrer2013-06-151-1/+1
* Clean up unused method for `rake doc`.Teng Siong Ong2013-05-111-5/+0
* let rake tasks be robust to a missing RDoc in Rubinius [Fixes #10462]Xavier Noria2013-05-061-45/+56
* Make `rake doc:guides` works again. Fix #10384.Teng Siong Ong2013-04-301-2/+2
* unifies API generationXavier Noria2013-03-301-46/+2
* guides/rails_guides moved up and out of the railties directorySam Ruby2013-02-231-1/+1
* clear specific logs when using rake log:clearMatt Bridges2013-01-161-4/+18
* doc/README_FOR_APP is no longer generatedXavier Noria2013-01-081-2/+5
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-5/+5
* split formatting concerns from RoutesInspectorYves Senn2013-01-051-2/+2
* 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