Fix to have Exception_notifier plugin run with rails 2.1: Add the following in environment.rb ExceptionNotifier.class_eval do remove_method :template_root ExceptionNotifier.template_root = "#{RAILS_ROOT}/vendor/plugins/exception_notification/lib/../views" end
Fix to have acts_as_rateable working with rails 2.1 Edit acts_as_rateable.rb : Make the dependent option as :nullify instead of :true (has_many :ratings, :as => :rateable, :dependent => :nullify ) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---