Re: [Rails] How to delete project ROR
On Sat, Apr 20, 2013 at 3:35 AM, Colin Law <clanlaw@googlemail.com> wrote:
> Just delete the complete folder (project in the example you showed).
One caveat: if you installed gems into an external gemset, those will
hang around. A couple alternative:
- Put them in a project-specific rvm gemset when starting the project,
then delete that too when you want to delete the alternative. If you
feel like manipulating your gem path manually (or via other tools),
you can put them in various other places.
- Have bundler put them in vendor or some such subdir, when you start
the project, and that will get deleted along with the project
directory.
-Dave
--
Dave Aronson, the T. Rex of Codosaurus LLC,
secret-cleared freelance software developer
available for contracts or temp employment.
See information at http://www.Codosaur.us/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home