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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -