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

Load Errors with Challah 1.3.0 #23

Closed
thewatts opened this issue Mar 3, 2016 · 1 comment
Closed

Load Errors with Challah 1.3.0 #23

thewatts opened this issue Mar 3, 2016 · 1 comment

Comments

@thewatts
Copy link
Contributor

thewatts commented Mar 3, 2016

From my deployment output via Heroku:

remote:        LoadError: cannot load such file -- challah

I'm calling require: 'challah' in my lib/users.rb file within my engine.

Not quite sure of the issue - I'll have to do some digging.


Full trace:

LoadError: cannot load such file -- challah
/app/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `block in require'
/app/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:240:in `load_dependency'
/app/vendor/bundle/ruby/2.2.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require'
/app/components/users/lib/users.rb:4:in `<top (required)>'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:76:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:72:in `each'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:72:in `block in require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:61:in `each'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler/runtime.rb:61:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.9.7/lib/bundler.rb:134:in `require'
/app/config/application.rb:16:in `<top (required)>'
/app/Rakefile:5:in `require'
/app/Rakefile:5:in `<top (required)>'

my lib/users.rb file:

# ... deps
require "users/engine"
require "challah"
# ... more deps

module Users
  # ... stuff
end
@thewatts thewatts changed the title Load Errors with Challah 3.0 Load Errors with Challah 1.3.0 Mar 3, 2016
@jdtornow
Copy link
Owner

jdtornow commented Mar 3, 2016

Hi @thewatts -- I'd be happy to help you debug. Could you send me some sample code to help? There doesn't seem to be much here to go off of. Feel free to email it to me if you like.

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