aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/framework.rake
Commit message (Expand)AuthorAgeFilesLines
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-1/+5
* Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-22/+5
* [Railties] require => require_relativeAkira Matsuda2017-07-011-4/+4
* 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
* remove unused requiresyuuji.yaginuma2017-01-121-2/+0
* Remove deprecated tasks in railtiesRafael Mendonça França2017-01-031-12/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* 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
* issue FileUtils commands directly in Rake tasksXavier Noria2016-04-111-3/+2
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-0/+1
* 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
|/
* The tasks in the rails task namespace is deprecated in favor of app namespace.Ryo Hashimoto2016-02-261-1/+15
* Pass api only option to rails rails:update task to update only based on API.Vipul A M2016-02-041-1/+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
|/
* 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-011-1/+1
* Remove update:application_controller rake task.Josef Šimánek2013-07-131-12/+2
* valid_app_const? -> valid_const?Martin Schürrer2013-06-151-1/+1
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-5/+5
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-5/+5
* fix stylesheet template dirSugino Yasuhiro2012-06-091-1/+1
* Improve rails:template undefined LOCATION variable error message fixedRaghunadh2011-07-231-3/+3
* remove update:javascripts rake taskAkira Matsuda2011-05-131-7/+2
* -j parameter added to rails new command.siong19872010-10-111-1/+1
* Remove deprecation warnings in railtiesCarlos Antonio da Silva2010-09-061-17/+0
* Fix app generator so that it uses the right app_name during rails:update rake...rohit2010-07-271-1/+1
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-091-9/+9
* Removing Metal from Rails 3.wycats2010-06-031-1/+1
* Added Rake task rails:templates:copy to copy templates for customization [#45...Jeroen van Dijk + Rodrigo Urubatan2010-05-151-0/+22
* Do not check for a valid const name in Rails 3.0 applications. [#4200 state:r...José Valim2010-03-271-1/+2
* rake tasks should use the new app generator path [#4257 state:resolved]Sebastian Martinez2010-03-231-2/+2
* Deprecated framework rake tasks should exit with non-zero exit code [#4177 st...Chris Griego2010-03-161-3/+3
* Also check if application is a valid constant in rake rails:update.José Valim2010-02-211-5/+11
* Deprecated freeze rake tasks and cleaned up annotations.rakeMikel Lindsaar2010-02-031-68/+7
* Rake tasks should load generators from new paths.José Valim2010-01-181-2/+2
* Fixes rake:template task [#3714 status:resolved]Rizwan Reza2010-01-171-2/+3