aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/framework.rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* rails:update:configs updates boot.rb and the rest of config/*Jeremy Kemper2009-12-011-0/+1
* Reinstate rails:update:configs task removed in e1fdc8bJeremy Kemper2009-12-011-0/+5
* Fix rails:update:scriptsJeremy Kemper2009-12-011-1/+1
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-5/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-4/+4
* Yank FCGI Handler from coreJoshua Peek2009-10-051-5/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+133