Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Issue when rendering partial from JS #122

Closed iox closed 9 years ago

iox commented 9 years ago

https://groups.google.com/forum/#!topic/hobousers/VAXRxs0dRec

iox commented 9 years ago

Possible solution available, waiting for Don's feedback.

dziesig commented 9 years ago

It works! The new implementation is much cleaner than the hack I had to use to make it work.

Thanks Ignacio!

There is one residual issue that I noticed earlier but didn't persue because I thought I was just confused (but I wasn't). The tag seems to ignore the method parameter. No matter what I put in method, I have to use get in routes.rb for the links to be active. Since these buttons actually modify the content, I don't want them to be activated by someone spidering the site. I'll post more details to the hobo list.

iox commented 9 years ago

Ok, let's discuss that in the user list :). Closing!