aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
Commit message (Expand)AuthorAgeFilesLines
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* improves zeitwerk:checkXavier Noria2019-07-121-73/+25
* make sure zeitwerk:check only deals with directories [closes #36461]Xavier Noria2019-07-121-4/+5
* adds a blank line [ci skip]Xavier Noria2019-05-131-0/+1
* warn about non-eager loaded dirs in zeitwerk:checkXavier Noria2019-05-131-19/+53
* Fix rubocop offencesRyuta Kamizono2019-04-301-1/+1
* Implements the task zeitwerk:checkXavier Noria2019-04-231-0/+78
* Add Channel tests to `rails stats`bogdanvlviv2019-01-211-0/+1
* Report statistics from ActionMailboxDan McGregor2019-01-201-0/+2
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-1/+5
* Respect Rails.env when running `rails yarn:install`Chris Bandy2019-01-041-2/+1
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-0/+1
* Run yarn install relative to Rails.rootKevin Dew2018-09-071-1/+1
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-043-5/+5
* Remove `rake initializers` from rake tasks listbogdanvlviv2018-08-221-1/+0
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+9
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-4/+6
* Do not show deprecate task in the task listyuuji.yaginuma2018-08-161-1/+0
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-2/+4
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Port Annotations rake task to use Rails::NotesCommandAnnie-Claude Côté2018-07-041-6/+6
* Merge pull request #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\
| * Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
* | Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-1/+1
|/
* Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-021-3/+3
|\
| * Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-3/+3
* | Fix "--frozen-lockfile" argument used in yarn install rake taskGuillermo Iguaran2018-03-291-1/+1
* | Raise an error when lockfile diff is generatedMax Schwenk2018-03-131-1/+1
|/
* Move rake routes task to rails commandBenoit Tigeot2018-02-271-31/+0
* Remove DB naming ambiguityAlberto Almagro2017-11-261-2/+2
* 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