This project is archived and is in readonly mode.
Option for template generator to install plugins as git submodules
Reported by Peter Cooper | December 5th, 2008 @ 11:04 AM | in 2.x
The new template support for the Rails generator is awesome:
http://github.com/rails/rails/co...
However, when using the "plugin" function, plugins get installed directly into the app. Sometimes that's fine, but if you want to track the edge versions of plugins, adding them as git submodules is even better. This patch adds support for that - at Pratik's suggestion :)
Comments and changes to this ticket
-
Peter Cooper December 5th, 2008 @ 11:10 AM
Thought: Perhaps submodule support should be added to commands/plugin.rb? It has support for svn externals, but only installs plugins via git using a rather curious technique (init, pull, then wiping the .git folder) :) I can run up a patch for this.
-
Pratik December 5th, 2008 @ 11:17 PM
Hopefully #1436 will clean it up. But considering this is a very small patch, we can surely roll it in, and later change TemplateRunner to use script/plugin stuff.
-
Repository December 5th, 2008 @ 11:17 PM
- State changed from new to resolved
(from [9eca588bdfbb41f6b48477025d1cd8eea4a38296]) Added support for plugins to be installed as submodules with the application templater. [#1517 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 1517 Option for template generator to install plugins as git submodules (from [9eca588bdfbb41f6b48477025d1cd8eea4a38296]) Added s...