aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* Make yarn install available as a rake task via yarn:install so we can use tha...David Heinemeier Hansson2017-01-171-0/+9
* remove unused requiresyuuji.yaginuma2017-01-122-4/+0
* Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-031-7/+0
* Remove deprecated tasks in railtiesRafael Mendonça França2017-01-031-12/+0
* Merge pull request #24814 from vipulnsward/24811-fix-double-tasksArthur Nogueira Neves2017-01-031-1/+0
|\
| * Don't list out tasks as separately that are under lib, which cause them to be...Vipul A M2016-07-091-1/+0
* | Merge branch 'master' into clear_all_environments_log_by_defaultRafael França2016-12-291-1/+1
|\ \
| * | Use JavaScripts instead of Javascripts in `rake stats`Koichi ITO2016-12-031-1/+1
* | | clear all environments log files by defaultyuuji.yaginuma2016-10-141-2/+6
|/ /
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-062-5/+5
* | modernizes hash syntax in railtiesXavier Noria2016-08-061-1/+1
* | applies new string literal convention in railties/libXavier Noria2016-08-0611-46/+46
|/
* Merge pull request #25257 from ta1kt0me/inspect_initializersRichard Schneeman2016-07-051-1/+1
|\
| * Initializer provides its context class nameta1kt0me2016-06-121-1/+1
| * Delegate public method for raitile nameta1kt0me2016-06-111-1/+1
| * Display railtie class name in `rails initializers`ta1kt0me2016-06-021-1/+1
* | Display link to Rails upgrade guide at the end of `rails app:update` task.Prathamesh Sonpatki2016-06-301-1/+5
* | Remove FORCE option as it was only needed for testsPrathamesh Sonpatki2016-06-071-1/+1
* | Fix minor regression about old apps not getting per_form_csrf and request_for...Prathamesh Sonpatki2016-06-041-1/+1
|/
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-251-0/+3
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-251-0/+3
* | add channels files in `stats` taskyuuji.yaginuma2016-04-241-0/+1
|/
* use rails command in `time:zones` task desc [ci skip]yuuji.yaginuma2016-04-201-1/+1
* Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-6/+23
* issue FileUtils commands directly in Rake tasksXavier Noria2016-04-113-14/+11
* revises fileutils dependencies in railtiesXavier Noria2016-04-113-0/+5
* do not create unnecessary directoryyuuji.yaginuma2016-04-101-3/+1
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+1
* Share dev caching implementation between task and server.Kasper Timm Hansen2016-03-151-11/+3
* Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchersRafael França2016-03-091-2/+3
|\
| * Remove passing `with_dispatchers` to AppGeneratorPrathamesh Sonpatki2016-03-091-2/+3
* | Update deprecation message shown when tasks from rails namespace are runPrathamesh Sonpatki2016-02-271-2/+2
|/
* Merge pull request #23439 from ryohashimoto/160203_rake_railsKasper Timm Hansen2016-02-271-1/+15
|\
| * The tasks in the rails task namespace is deprecated in favor of app namespace.Ryo Hashimoto2016-02-261-1/+15
* | :scissors:Rafael Mendonça França2016-02-261-2/+2
* | Create tmp folder if not presentChashmeet Singh2016-02-271-1/+3
|/
* - Fixed and removed long arguments to rake routesVipul A M2016-02-121-3/+3
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+14
* Pass api only option to rails rails:update task to update only based on API.Vipul A M2016-02-041-1/+1
* use rails command in routes taskyuuji.yaginuma2016-02-031-3/+3
* Add spaces in the braces.Kasper Timm Hansen2016-02-011-1/+1
* Add options for rake routes taskVipul A M2016-02-021-2/+30
* make rake proxy work in rails enginesyuuji.yaginuma2016-01-311-2/+2
* rake log:clear task updated refs[#22544]Pramod2016-01-091-6/+19
* 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