I created a new rails 3.2.0.rc1 app and generated a welcome controller with an index action. I fixed the routes so that root points to this action and I removed the index.html placeholder file. When I try and load the root page I am getting an error “wrong number of arguments (3 for 2)” related to welcome.css.scss and the stylesheet_link_tag line in application.html.erb. If I rename the welcome.css.scss file to welcome.css, the page loads fine.
Did I miss a special config step for the release candidate? I am using ruby 1.9.2.
Thanks.
Looks like it was
rc1bug.I’ve just switched on
rails 3.2.0.rc2, and this problem has disappeared.