Re: [Rails] Re: Conflicts with Scriptaculous and jQuery

2011-08-19 Thread Walter Lee Davis
On Aug 18, 2011, at 5:33 PM, Shandy Nantz wrote: <%= javascript_include_tag :defaults, 'scriptaculous', 'prototype', 'effects', 'controls', 'date-picker', 'application' %> This could be written more neatly as javascript_include_tag :defaults, :date-picker :defaults loads the entire Protot

[Rails] Re: Conflicts with Scriptaculous and jQuery

2011-08-18 Thread Shandy Nantz
I fixed it. Here was the problem. In my JavaScript include lines I had this: <%= javascript_include_tag :defaults, 'scriptaculous', 'prototype', 'effects', 'controls', 'date-picker', 'jquery', 'jquery.min', 'application' %> // Don't take this out as long as you are using the jQuery and S