Actions
Defect #2797
closedredmine on rails 2.2.2 : an engines patch to apply
Start date:
2009-02-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
i just began some tests with rails 2.2.2 and revision 2479 of redmine.
at first glance, all seems well... then a bug happens in action_mailer,
while submitting an update to an existing issue :
NoMethodError (undefined method `finder' for #<ActionView::Base:0xb6ee3548>): /vendor/plugins/engines/lib/engines/rails_extensions/action_mailer.rb:73:in `initialize_template_class'
luckily, it's a known bug and that patch fixes the issue, see :
http://github.com/lazyatom/engines/commit/499ce3b0480d8fa9375203f5efcadb8cf6ea9efe
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Well, there's a branch for Rails 2.2 migration in source:/sandbox/rails-2.2
Engines plugin was updated in this branch.
It will be merged very soon (maybe this week-end).
Actions