aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Implements the task zeitwerk:checkXavier Noria2019-04-231-0/+1
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+1
* Move rake routes task to rails commandBenoit Tigeot2018-02-271-1/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* load yarn.rakeyuuji.yaginuma2017-01-181-0/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+1
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-1/+0
* Only load statistics.rake once from inside engineErsin Akinci2015-08-061-2/+3
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+1
* `rake initializer` -> `rake initializers`Godfrey Chan2015-03-201-1/+1
* Add `rake initializer`Naoto Kaneko2015-03-141-0/+1
* Created rake restart task.Hyonjee Joo2015-02-261-0/+1
* Remove reference to the now done documentation.rakeXavier Noria2015-02-061-1/+0
* require 'rake' before requiring Rake tasksAkira Matsuda2014-12-031-0/+2
* Remove $VERBOSE = nil from tasks.rbTyler Rick2013-07-251-2/+0
* Fxied some typosPrathamesh Sonpatki2013-05-181-1/+1
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-1/+0
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-1/+0
* Need to load assets task fileJoshua Peek2011-03-211-0/+1
* Added task for creating symlinks to engines' public directoriesPiotr Sarnacki2010-09-061-0/+1
* Test::Unit Railtie Carlhuda2010-01-281-1/+0
* Move the ActiveRecord related rake tasks into the AR gem.Carl Lerche2009-12-281-1/+0
* Load application specific rake tasks in the application objectCarl Lerche2009-11-251-5/+0
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-1/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+24