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> redirect "<a href="http://www.ebay.com">http://www.ebay.com</a>"<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> MERB_LOGGER.info("Redirecting to: #{url}")<br> raise MovedTemporarily, url<br>end<br><br>Thanks<br>Adam<br><br>