[Rails] Re: syntax error, unexpected tRPAREN raised in server log

2013-08-28 Thread ianchoi
The code in activesupport that is causing this is removed in Master branch. so I think the question is irrelevant now as the problem will no longer be an issue once it is released. On Friday, August 23, 2013 3:20:57 PM UTC-4, ian...@jugnoo.com wrote: This is my code, user controller 42:

[Rails] Re: syntax error, unexpected tRPAREN raised in server log

2013-08-23 Thread ianchoi
This is my code, user controller 42: @user = User.with_clients.with_projects.find(doorkeeper_token.resource_owner_id) active support code that error out. def define_callbacks(kind, object) #:nodoc: name = _callback_runner_name(kind) unless object.respond_to?(name, true) str =

[Rails] syntax error, unexpected tRPAREN raised in server log

2013-08-22 Thread ianchoi
In my server log, I am seeing this error message that is raised in activesupport. 2013-08-12T23:06:08.932580+00:00 app[web.2]: SyntaxError (/app/vendor/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:374: syntax error, unexpected tRPAREN