aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove $VERBOSE = nil from tasks.rbTyler Rick2013-07-251-2/+0
| | | | | | Permanently setting $VERBOSE to nil causes unwanted side effects (warnings generated by app code are silenced when triggered by a rake task but visible otherwise). silence_warnings {} would be safer to use here since it resets $VERBOSE back to what it was when the block finishes.
* Fxied some typosPrathamesh Sonpatki2013-05-181-1/+1
|
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-1/+0
| | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Carl Lerche2009-10-161-1/+0
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-2/+2
| | | | application's object root)
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+24