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

Reopening issue #411 #426

Closed
klemensschindler opened this issue May 24, 2014 · 3 comments
Closed

Reopening issue #411 #426

klemensschindler opened this issue May 24, 2014 · 3 comments

Comments

@klemensschindler
Copy link

New issue created because I don't have rights to reopen it:

The proposed solution for #411 to pull in the newest version does change the error slightly, but in the end the same error still occurs.

The full error message is:

sharetribe@sharetribe:~/sharetribe$ rake assets:precompile
Digest::Digest is deprecated; use Digest
/home/sharetribe/.rvm/rubies/ruby-2.1.1/bin/ruby /home/sharetribe/.rvm/gems/ruby-2.1.1/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
Digest::Digest is deprecated; use Digest
AssetSync: using /home/sharetribe/sharetribe/config/initializers/asset_sync.rb
AssetSync enabled: true
Digest::Digest is deprecated; use Digest
AssetSync: using /home/sharetribe/sharetribe/config/initializers/asset_sync.rb
AssetSync enabled: true
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
rake aborted!
AssetSync::Config::Invalid: Fog provider can't be blank, Fog directory can't be blank
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/asset_sync-1.0.0/lib/asset_sync/asset_sync.rb:48:in `with_config'
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/asset_sync-1.0.0/lib/asset_sync/asset_sync.rb:28:in `sync'
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/asset_sync-1.0.0/lib/tasks/asset_sync.rake:5:in `block (2 levels) in <top (required)>'
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/asset_sync-1.0.0/lib/tasks/asset_sync.rake:20:in `block in <top (required)>'
Tasks: TOP => assets:sync
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [/home/sharetribe/.rvm/rubies/ruby-2.1.1/bi...]
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/actionpack-3.2.17/lib/sprockets/assets.rake:12:in `ruby_rake_task'
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/actionpack-3.2.17/lib/sprockets/assets.rake:21:in `invoke_or_reboot_rake_task'
/home/sharetribe/.rvm/gems/ruby-2.1.1/gems/actionpack-3.2.17/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
/home/sharetribe/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `eval'
/home/sharetribe/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)

It differs from the previous error only on the AssetSync:... lines, the rest of the error is the same.

@rap1ds
Copy link
Member

rap1ds commented May 26, 2014

Thanks for reporting this! I'll take a look at this soon.

@rap1ds
Copy link
Member

rap1ds commented May 27, 2014

Hi @klemensschindler

I did a fix to AssetSync initializer which I hope will solve the issue #428

Can you fetch the latest master and try if this issue is fixed?

@klemensschindler
Copy link
Author

The error does not occur on the latest master. Thanks for fixing!

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

2 participants