> To make a Redcar gem plugin simply make sure your gem name has the
> prefix "redcar-". Examples: "redcar-clojure", "redcar-groovy".
> Everything else is the same as how plugins are developed now, in
> particular, they must have a plugin.rb file in the root of their directory.
>
> Hopefully this will make sharing plugins a lot more convenient for us all.
>
> best,
> Dan
>
> __________________________
> Daniel Lucraft
>
> danlucraft.com/blog
> twitter.com/danlucraft
>
> --
> You received this message because you are subscribed to the Google
> Groups "Redcar" group.
> To post to this group, send email to redcar...@googlegroups.com.
> To unsubscribe from this group, send email to
> redcar-edito...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redcar-editor?hl=en.
--
Steven! Ragnar�k
T 408 256 0278
ste...@nuclearsandwich.com
http://www.nuclearsandwich.com
I mean putting a Gemfile in ~/.redcar as a way of keeping track of
plugins. Here's my hasty example.
https://bitbucket.org/nuclearsandwich/redcarfiles
>
> That would be an interesting way to do it, for sure. Redcar doesn't
> actually use Bundler when it is distributed as a gem currently though.
>
> On Sunday, 8 January 2012 at 21:30, "Steven! Ragnar�k" wrote:
>
>> Awesome, is there a recommended manifest of installed plugins or should
>> we just add `Gemfiles` to our .redcar directories. I've got my Vim and
>> Emacs configs in source control and it'd be nice to have the same for
>> Redcar. If we're using Ruby gems for plugins then it makes sense to use
>> Bundler for dependency management. I'm just wondering if that's a good
>> convention to establish or if there's a better place for it.
>
On Wednesday, 11 January 2012 at 22:09, "Steven! Ragnarök" wrote:
On 01/11/2012 12:47 AM, Daniel Lucraft wrote:Do you mean putting Gemfiles into the project .redcar directories soredcar knows which plugins to install for use in each project? Or do youmean putting Gemfile in ~/.redcar to specify which plugins to install.I mean putting a Gemfile in ~/.redcar as a way of keeping track ofplugins. Here's my hasty example.
That would be an interesting way to do it, for sure. Redcar doesn'tactually use Bundler when it is distributed as a gem currently though.
On Sunday, 8 January 2012 at 21:30, "Steven! Ragnarök" wrote:Awesome, is there a recommended manifest of installed plugins or shouldwe just add `Gemfiles` to our .redcar directories. I've got my Vim andEmacs configs in source control and it'd be nice to have the same forRedcar. If we're using Ruby gems for plugins then it makes sense to useBundler for dependency management. I'm just wondering if that's a goodconvention to establish or if there's a better place for it.--You received this message because you are subscribed to the GoogleGroups "Redcar" group.To post to this group, send email to redcar...@googlegroups.com.To unsubscribe from this group, send email toFor more options, visit this group at
--Steven! Ragnarök