search for: build_callback

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

Did you mean: build_callbacks
2009 Apr 12
5
Problems with jRails and ajax helpers
I working on a Rails 2.2.2 app that uses jRails and any time I attempt to use a Rails ajax helper, I get the following error: index 116545 out of string with this stack trace: vendor/plugins/jrails/lib/jrails.rb:197:in `[]='' vendor/plugins/jrails/lib/jrails.rb:197:in `build_callbacks'' vendor/plugins/jrails/lib/jrails.rb:119:in `options_for_ajax'' vendor/plugins/jrails/lib/jrails.rb:51:in `remote_function'' I verified that the no conflict snippet is included in the application layout, and all libraries are up to date. Does anyone have any idea what th...