Claudio Poli wrote:> hi,
> I''m trying to capitranize my app (cap --apply-to app iEngine) but
all
> I got is a strange error:
>
> /i386/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require'': no such file to load --
app/config/environment
> (LoadError)
>
> what capistrano is talking about?
>
> thanks.
It''s looking for a directory called ''app'' because you
have the copmmand
line wrong :-)
It''s just
cap --apply-to iEngine
Or, I usually cd into the RAILS_ROOT and just
cap --apply-to .
A.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@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
-~----------~----~----~----~------~----~------~--~---