Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadded react_ujs into sources #189
Conversation
| @@ -178,7 +178,7 @@ def when_on_client(&block) | |||
| def send_to_server(*args) | |||
| if IsomorphicHelpers.on_opal_server? | |||
| method_string = "ServerSideIsomorphicMethod." + @name + "(" + args.to_json + ")" | |||
| @result = [JSON.parse(`eval(method_string)`)] | |||
mpantel
May 17, 2019
Author
I suppose @Result = [JSON.parse(eval(method_string))] does nothing? Does it?
|
@mpantel I apologize that I have been behind on reviewing these commits. would you mind trying this in latest hyperstack (edge branch) and seeing if its working there. Unless you really want this fixed in the legacy branch. But otherwise I would like to get everybody on edge and make changes there. |
Fixes #188 for legacy