Hi
The routing error was caused by Linux case-sensitivity of file names.
As such, this issue is closed.
CCH
http://cch4rails.blogspot.com
On Aug 21, 10:33 am, CCH <c...-Z/Eug3sLCsSPzdAsCNHSEg@public.gmane.org>
wrote:> Hi All
>
> This piece of code works in Rails 1.2
> <a><img src="/images/crm.jpg"></a>
>
> But crashes in Rails 2.2.3
>
> Processing ApplicationController#index (for 127.0.0.1 at 2009-08-21
> 10:22:23) [GET]
>
> ActionController::RoutingError (No route matches
"/images/crm.jpg"
> with {:method=>:get}):
> -e:2:in `load''
> -e:2
>
> Rendering rescues/layout (not_found)
>
> How can I configure the correct route in routes.rb ?
>
> TIA
>
> CCHhttp://cch4rails.blogspot.com