aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-14/+0
* Move the desc one level up Dharam Gollapudi2015-11-131-2/+1
* Allow rake:stats to account for rake tasksKevin Deisz2015-10-191-0/+1
* Replace AR with ActiveRecord to make it more readable [ci skip]arvind2015-09-081-1/+1
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+15
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-0/+1
* Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-16/+18
|\
| * add fixed fileDermot Haughey2015-05-271-16/+20
|/
* Actually rename to `rake initializers`Godfrey Chan2015-03-211-1/+1
* `rake initializer` -> `rake initializers`Godfrey Chan2015-03-201-1/+1
* Add `rake initializer`Naoto Kaneko2015-03-141-0/+6
* Rake restart task no longer loads entire Rails environment when run.Hyonjee Joo2015-03-021-1/+1
* Created rake restart task.Hyonjee Joo2015-02-261-0/+4
* Remove documentation tasksXavier Noria2015-02-061-70/+0
* fix task description for tmp:createyuuji.yaginuma2015-01-251-1/+1
* Drop old test locations from `rake stats`brainopia2015-01-091-3/+1
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-11/+3
* English fix [ci skip]George Millo2014-12-161-3/+3
* Add test/jobs files in `rake stats`Arun Agrawal2014-11-051-1/+2
* show stats for app/jobsyuuji.yaginuma2014-08-241-1/+2
* 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