Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `rake initializer` -> `rake initializers` | Godfrey Chan | 2015-03-20 | 1 | -1/+1 |
| | | | | | | Also edited the copy to be more consistent with `rake routes`. See #19323. | ||||
* | Add `rake initializer` | Naoto Kaneko | 2015-03-14 | 1 | -0/+1 |
| | | | | | This task prints out initializers for an application. It is useful to develop a rubygem which involves the initialization process. | ||||
* | Created rake restart task. | Hyonjee Joo | 2015-02-26 | 1 | -0/+1 |
| | | | | | | Fixes #18876. Rake restart touches `tmp/restart.txt` to restart application on next request. Updated tests and documentation accordingly. | ||||
* | Remove reference to the now done documentation.rake | Xavier Noria | 2015-02-06 | 1 | -1/+0 |
| | |||||
* | require 'rake' before requiring Rake tasks | Akira Matsuda | 2014-12-03 | 1 | -0/+2 |
| | | | | | | Without this, % rails r "require 'rails/tasks'" would cause a NoMethodError: undefined method `desc' for main:Object | ||||
* | Remove $VERBOSE = nil from tasks.rb | Tyler Rick | 2013-07-25 | 1 | -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 typos | Prathamesh Sonpatki | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -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é Valim | 2011-04-15 | 1 | -1/+0 |
| | |||||
* | Need to load assets task file | Joshua Peek | 2011-03-21 | 1 | -0/+1 |
| | |||||
* | Added task for creating symlinks to engines' public directories | Piotr Sarnacki | 2010-09-06 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -1/+0 |
| | |||||
* | Move the ActiveRecord related rake tasks into the AR gem. | Carl Lerche | 2009-12-28 | 1 | -1/+0 |
| | |||||
* | Load application specific rake tasks in the application object | Carl Lerche | 2009-11-25 | 1 | -5/+0 |
| | |||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -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 Lerche | 2009-10-16 | 1 | -2/+2 |
| | | | | application's object root) | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+24 |