Displaying 1 result from an estimated 1 matches for "rawcode".
Did you mean:
barcode
2005 Dec 23
2
Bizarre problems with AJAX / missing variables
...ith an app I''m writing.
Everything is working as expected on my development machine (OSX,
Rails 0.14.4) but is cacking out with weird errors on the Textdrive
demo site (FreeBSD, Rails 1.0.0). It complains about missing
variables, with errors like this:
undefined local variable or method `rawcode'' for #<#<Class:0x8efa1ec>:0x8efa138>
This was when I added in rawcode to the locals for the partial for
debugging. Again, everything works fine on the development machine,
and I get the rawcode displayed in the browser as expected.
At one stage I had the following code:
<...