Brent Wheeldon
Brent Wheeldon
I'm seeing this, too. I have this in my Rakefile (we have a rails app): ``` if defined? HerokuSan require 'deploy/our_strategy' require 'deploy/our_stage' config_file = File.join(File.expand_path(File.dirname(__FILE__)), 'config', 'heroku.yml') HerokuSan.project =...
I was just following the instructions in the example. The fix I outlined above actually didn't work. I'll dig in more tomorrow and report back. > On Mar 22, 2014,...
Yep, redefining `HerokuSan.project` (and `HerokuSan.project.configuration` in our case) did the trick. I've just looked over the example again and it doesn't mention requiring/loading the gem's rake tasks, so I must...
So adding `config.override_gem_home = false` to our warbler config fixed this. We're not sure why https://github.com/jruby/warbler/pull/231's test coverage is green, it seems from our experience it should be red.