Ticket #58 (new defect)
Markaby and Rails 2.0.2 got into a fist fight and Markaby got beat bad
| Reported by: | ccm682 | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | lib | Version: | 0.5 |
| Keywords: | markaby rails 2.0.2 | Cc: |
Description
There is an issue on line 8 in rails.rb that needs to be changed to:
compile_and_render_template(@@template_handlers[template_extension.to_sym], template, file_path, local_assigns)
to support changes made to Rails 2.0.X (first found in Rails 2.0.2). The issue is that in Rails 2.0.2, instead of passing the template_extension as the first paramater, you need to pass the actual template_handler (as indicated above).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.