[Radiant] [ANN] Ray extension
john muhl
lists at johnmuhl.com
Tue Jul 22 10:26:30 CDT 2008
On 2008/07/21, at 13:37, Tim Gossett wrote:
>> But if it automatically installs extensions as git submodules, I'd
>> be much more
>> interested. Especially if the presence of a .git directory at the
>> project's
>> root automatically puts it in git mode.
I just pushed the changes up to github to support submodules during
installation. What happens now is ray looks for a `git` command in
your PATH, then if that's found it checks for `.git/HEAD` in your
RAILS_ROOT and if that's found does a `git add submodule` otherwise
just a regular `git clone` happens.
More information about the Radiant
mailing list