aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-121-0/+3
|\
| * Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-021-0/+3
* | [Railties] require_relative => requireAkira Matsuda2017-10-215-7/+7
|/
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-1/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-1413-0/+26
* Make `rails yarn:install` ignore dev dependenciesprintercu2017-07-191-1/+1
* Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-22/+5
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+9
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0213-13/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0213-0/+13
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0113-0/+13
| * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-2/+9
| |/
* / [Railties] require => require_relativeAkira Matsuda2017-07-015-8/+8
|/
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-241-1/+1
* Add `app:update` task to enginesyuuji.yaginuma2017-03-201-0/+11
* Add generators and ability to run system testseileencodes2017-02-201-0/+1
* Fix rubocop violationsRafael Mendonça França2017-02-091-1/+1
* Make Yarn quieter during precompilation as that is typically run by a deploy ...David Heinemeier Hansson2017-01-191-1/+1
* only enhance when `assets:precompile` task is definedyuuji.yaginuma2017-01-181-1/+3
* Fix all rubocop violationsRafael Mendonça França2017-01-171-2/+2
* Be a bit more explicit rather than relying on the default taskDavid Heinemeier Hansson2017-01-171-1/+1
* 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