ruby on rails - uninitialized constant Koala when using Bundler -
i've updated rails 2.3.5 app use bundler can deploy on heroku. i've followed instructions on setting bundler on rails 2.3 stated here http://gembundler.com/rails23.html.
i getting "uninitialized constant koala" error. error not occur on apps not use bundler. on non-bundler apps, simple need gem install koala, add in config.gem "koala" environment file, , works great. when bundler way (added gem 'koala' gemfile, ran bundler install , bundler update), uninitialized constant error. doing wrong?
thanks in advance, kevin
Comments
Post a Comment