aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/misc.rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* applies new string literal convention in railties/libXavier Noria2016-08-061-10/+10
* 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
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* Remove `:rails_env` task since it is not needed anymore.Rafael Mendonça França2012-08-021-7/+0
* testing.rake should set the default task, closes #2564José Valim2011-10-071-2/+0
* fixes #2368. rake about not showing the middleware, db adapter and db schema ...Vijay Dev2011-07-311-1/+1
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...Jon Leighton2011-05-231-1/+1
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* revision of typo: crytographically [#5566 state:resolved]ISHIKAWA Takayuki2010-09-071-1/+1
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-091-2/+2
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-091-4/+4
* Autoload Rails::InfoJoshua Peek2010-03-201-1/+0
* Move railties/builtin into libJoshua Peek2010-03-201-4/+3
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-021-0/+7
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-0/+1
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-4/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+67