RailsCasts Pro episodes are now free!

Learn more or hide this

RicardoBelchior's Profile

GitHub User: RicardoBelchior

Comments by

Avatar

I am having an error, that gets caught on the browser:
Uncaught TypeError: Object [object Object] has no method 'up'

On the line:

application.js
...
$(link).up().insert({ 
before: content.replace(regexp, new_id)
});
...

What might possibly be the cause for this?? I already saw both railcast and source code, but cannot find the solution

I am getting pretty frustrated on this! I would really appreciate some help here! thanks