[Rails] Re: Should capistrano be in my Gemfile?
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...@gmail.com> 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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home