-
Notifications
You must be signed in to change notification settings - Fork 70
railsless-deploy not working #48
Comments
Did you re-run |
Yup, here's the output after doing it again (to show it's installed):
|
I remember having the same problem, but truthfully, I can't remember how I solved it. Do you run Strano with rvm or rbenv? I'm using rvm. Could it be that you
That gist was missing some other needed changes. See instead my Strano fork and pull request. |
I believe this will solve it. Put the following in your Gemfile:
|
I already have that in my Gemfile. :\ I'm using rvm to manage the rubies.
|
Well so much for that idea! :) Though I develop on Mac, so far I've only run Strano on Ubuntu. How are you starting Sidekiq and Strano? With |
Yup, both with |
long shot but after bundle exec have you restarted sidekiq AND the application?? |
I attempt to deploy a project that uses the
railsless-deploy
gem but get the following error:Looking through other issues it should have been solved by adding the following to the
Gemfile
, but no luck:It's installed within the gemset, so it's definitely there. Any ideas?
The text was updated successfully, but these errors were encountered: