search for: unobtrusivejavascriptcontrol

Displaying 1 result from an estimated 1 matches for "unobtrusivejavascriptcontrol".

2007 Mar 13
0
Retrieve session_key
...currently putting things into the wrong session (because it doesn''t check to see what session key is being set in the application controller). As such, it doesn''t work unless you explicitly set the session key. Currently I just added a line to my application controller like so: UnobtrusiveJavascriptController.send :session, :session_key => ''_reminders_session_id'' I''d like to fix the UJS plugin and submit a patch, but I''m not sure how to best go about it. You can''t simply change the UnobtrusiveJavascriptController to derive from ApplicationController b...