aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/railties.rake
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-29/+0
|
* Fix tests.José Valim2011-04-151-1/+1
|
* Comment internal railties tasks.José Valim2010-10-141-1/+1
|
* Remove task for creating symlinks for railtiesPiotr Sarnacki2010-10-141-19/+0
|
* Added foo:install:assets task that copies assets from plugins public ↵Piotr Sarnacki2010-10-141-0/+28
| | | | | | | | | | | directory to application's public directory This is the most simple and naive approach: just copy every files from engine to app. The only exception is when file has changed, in that case developer will be asked if he wants to rename the field. There is no need to make this task more sophisticated as 3.1 will be shipped with better assets handling and it will be the default way to handle things.
* Updated DOCS for engines and added a couple TODOs. Also, commented internal ↵José Valim2010-10-111-1/+1
| | | | railties rake tasks description.
* Provide a cleaner syntax for paths configuration that does not rely on ↵José Valim2010-10-061-1/+1
| | | | method_missing.
* Added task for creating symlinks to engines' public directoriesPiotr Sarnacki2010-09-061-0/+20
Signed-off-by: José Valim <jose.valim@gmail.com>