perhaps because in Rails 2.0 a view file x.rhtml needs to be renamed to x.html.erb ?
@John -- Can you show us the controller method?
@Rick -- No, 2.0 is backward compatible with the .rhtml files. I've got many rendering with no problem.
Hi, there is no code in the portal controller:
class PortalController < ApplicationController
end
I will download the latest versions of the plugins that I am using. I currently have active_scaffold (latest version downloaded today) acts_as_fulltextable attachment_fu headliner settings styler markaby will_paginate
The problem was with Markaby. This plugin seemed a great idea but looks like it isn't actively maintained any more. I found a patch to the code here:
http://dev.rubyonrails.org/attachment/ticket/10543/markaby_fix.diff
This fixed it for me. Thanks guys for your responses