I need to explicitly map: layout => 'application' in my controller actions in order to get my new rails 3 application to actually use the layout file application.html.erb.
Any obvious things to look for what I'm doing wrong? If I do not name the option: layout, it just does not display the layout. I get a message like:
FooController # Index Processing as HTML
... when I read the terminal window trace on WEBrick
source share