Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rake not found in precompile assets tasks #110

Closed
espen opened this issue Sep 26, 2011 · 3 comments
Closed

Rake not found in precompile assets tasks #110

espen opened this issue Sep 26, 2011 · 3 comments

Comments

@espen
Copy link

espen commented Sep 26, 2011

  • executing "cd releases/20110926100819 && #Capistrano::Configuration::Namespaces::Namespace:0x007fda69ed0b48 RAILS_ENV=staging RAILS_GROUPS=assets assets:precompile"

Capfile:
load 'deploy/assets'

Also tried specyfing rake in deploy.rb:
set :rake, "rake"

Copying the assets tasks to my deploy.rb and changing #{rake} to rake works.

@greinacker
Copy link

You probably have a "rake" namespace defined. See #97

@espen
Copy link
Author

espen commented Sep 26, 2011

Correct. Thank you.

@espen espen closed this as completed Sep 26, 2011
@leehambley
Copy link
Member

This is a problem that's cropping up since Rake 0.9.2, I'm working on a fix, but unfortunately it's a big topic.

mattbrictson pushed a commit to mattbrictson/capistrano that referenced this issue Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants