Closed andersennl closed 10 years ago
Did you add require "bubble-wrap/location"
to your Rakefile? (or add a require: ["bubble-wrap/location"]
line to your Gemfile)
When I add ''''require "bubble-wrap/location"'''' it works. I'm sorry, I got confused by the following line from the setup guide: If you wish to only include the core modules use the following line of code instead: ...
I thought I only have to require them if I only need a specific wrapper and could use all of them when I require 'bubble-wrap'
. Thanks!
I'm trying to use the following code from the readme from the bubblewrap.io website:
When
raking
, the app crashes and gives the following error:Things like
work, so I suppose there is a bug. The BubbleWrap entry inside my
Gemfile
looks like this:Thanks!