I have two Rails sites (Bargain Stock Funds and Doppler Value Investing) 
that use the Ransack gem.

In the Bargain Stock Funds search page (
http://www.bargainstockfunds.com/funds), the "remove" and "add conditions" 
buttons do not work in the production environment but do work in the 
development environment.  For the life of me, I can't figure out why the 
remove button works in the local environment but not in the production 
environment.

I'm using a similar setup on my Doppler Value Investing search page (
http://www.dopplervalueinvesting.com/stocks), but the "remove" and "add 
conditions" buttons work in both the local environment and the production 
environment.

Bargain Stock Funds has jQuery version 1.9.1 in the production environment 
but version 1.7.2 in the development environment.  Doppler Value Investing 
also has version 1.7.2.  Thus, I've come to the conclusion that I need to 
change the production environment of Bargain Stock Funds to jQuery 1.7.2.

My questions:
1.  How did my production environment end up with jQuery 1.9.1 instead of 
jQuery 1.7.2?
2.  How do I switch my production environment from jQuery 1.9.1 to jQuery 
1.7.2?

The source code for my Bargain Stock Funds site is at 
https://github.com/jhsu802701/bsf .

The source code for my Doppler Value Investing web site is at 
https://github.com/jhsu802701/dvi .

-- 
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+unsubscr...@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/22477201-1628-42ef-9d42-76b3ca4165cc%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to