Ruby on Rails
Thursday, October 2, 2014
I am developing an application in rails 3.2 with gem jquery-rails. I am using development mode, but will change to production soon. Then this error which I get in development mode -- No route matches [GET] "/jquery/ui-bg_flat_75_ffffff_40x100.png") -- had to be fixed. Jqueru-ui has a rule with url(../jquery/ui-bg_flat_75_ffffff_40x100.png) that does not work in my environment. I have tried to correct it in my own jquery file but it is still there, I have disabled my own jquery-ui files but I still get the error and jquery-ui works in the application. My conclusion is that jquery-ui is loaded outside my application or it is a caching problem. How can I change the url in this jquery-ui that I cannot control? How can I empty the cash ( I am using appach)? How is jquery-ui loaded when only gem jquery-rails is used? I have also tried to use the other different gems that should take care of jquery-ui but I still get the same error.
Any Help would be very appreciated !!
-- Any Help would be very appreciated !!
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6654c1e1-a778-443e-b2c1-6a38eb214138%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment