This project is archived and is in readonly mode.
rails plugin new --mountable creates directories in user's home directory
Reported by ronin-41535 (at lighthouseapp) | March 15th, 2011 @ 07:41 PM
I am trying to follow the guide by Piotr at http://piotrsarnacki.com/2010/12/21/mountable-apps-tutorial/
and generate a new Rails mountable app. When I run bundle
exec ./bin/rails plugin new ../blog --edge --mountable
,
among the output is this line:
create sers/vladimir/app/templates/public/javascripts
and after the command completes, there is an app
directory in my home directory, totally outside the path given to
rails plugin new
.
Comments and changes to this ticket
-
Piotr Sarnacki April 16th, 2011 @ 07:03 PM
- State changed from new to resolved
- Importance changed from to Low
It's fixed in newest master along with generator updates for sprockets stuff
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>