There is a problem with gems that extends rails modules. New bundler
doesn't load init.rb (rails/init.rb) file.
In this file we can often find something like this (acts as taggable
on):

ActiveRecord::Base.send :include, ActiveRecord::Acts::TaggableOn
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tagger
ActionView::Base.send :include, TagsHelper if defined?
(ActionView::Base)

Without this lines of code our application won't run.

Quick fix of this is to create directory in vendor/plugins with init
files.
See this commit:
http://github.com/morgoth/quiz/commit/42f9c0eafd9062731d4cc2d5bf1f23211f54ebff

Heroku bundler 0.9 works for me.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to