Piston

Hi all,

My rails project were usualy using svn:external to keep rails on the
edge.

I seems rake freeze is definitively better. But what about Piston ?

Should I use Piston for everything ( rails, plugins and unpacked
gems ) ? Or Piston for the plugins and rake freeze for rails ?

Thank you

On Apr 20, 7:36 am, Cédric H. [email protected] wrote:

Hi all,

My rails project were usualy using svn:external to keep rails on the
edge.

I seems rake freeze is definitively better. But what about Piston ?

Should I use Piston for everything ( rails, plugins and unpacked
gems ) ? Or Piston for the plugins and rake freeze for rails ?

You can use Piston for anything you would an svn:external for.

Okay, thanks!