Upgrading to Rails 2.1 / 2.1.1 : issues and juicy tidbits.
from
light in august, posted about 1 month ago
Hey kids,
Three quick tidbits for those on the internets that are dealing with upgrading to rails 2.1 / 2.1.1.
ActionController::Base#render
If you’ve overridden the ActionController::Base#render method, you might run into issues with a RenderError or ArgumentError, with an error message like “You called render with invalid options.” That would be because the function signature [...]
