This project is archived and is in readonly mode.

Changeset [959f8576f2b70c35a2fd5c2c9563e695977f37b6] by Piotr Sarnacki

October 14th, 2010 @ 06:46 AM

Added foo:install:assets task that copies assets from plugins public 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.
http://github.com/rails/rails/commit/959f8576f2b70c35a2fd5c2c9563e6...

Committed by Piotr Sarnacki

  • M railties/lib/rails/engine.rb
  • M railties/lib/rails/tasks/railties.rake
  • M railties/test/railties/shared_tests.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>