I had redirects working just the other day... before I upgraded to the latest release. Can somebody please chime in as to why this simple redirect is throwing an error?<br><br>Controller:<br>-----------------------<br>def do
<br>&nbsp; redirect &quot;<a href="http://www.ebay.com">http://www.ebay.com</a>&quot;<br>end<br><br>Error Output:<br>-------------------------<br>Internal server error 500<br>uninitialized constant Merb::ControllerMixin::MovedTemporarily
<br><br>in /lib/merb/mixins/controller.rb:<br><br>def redirect( url ) <br>&nbsp; MERB_LOGGER.info(&quot;Redirecting to: #{url}&quot;)<br>&nbsp; raise MovedTemporarily, url<br>end<br><br>Thanks<br>Adam<br><br>