In Gemfile you can mention as
group :deployment do
gem ''capistrano''
gem ''capistrano-ext''
end
So it wont create any issues on server.
-Hari
On Mar 16, 9:26 pm, Tony Primerano
<tony.primer...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Currently I have capistrano in my Gemfile and when I deploy I do
>
> bundle exec cap deploy
>
> I run several rails apps on a single server and their Gemfiles may
> differ over time resulting in several installs of capistrano.
>
> I''m wondering if I should just leave capistrano out of the gemfile
and
> install it with gem install (like bundler).
>
> Is there a best practice here? I can argue both sides ;-)
>
> Tony
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.