nikolalsvk / render_async

render_async lets you include pages asynchronously with AJAX
https://rubygems.org/gems/render_async/
MIT License
1.08k stars 75 forks source link

Update README with instructions for nested async #36

Closed SaladFork closed 6 years ago

SaladFork commented 7 years ago

Not sure if this is a recommended path or the way we want to go about doing it, but seems to work.

nikolalsvk commented 7 years ago

Wow, didn't know about that. I think it would be useful in the README to someone who's trying to make this work 👏

nikolalsvk commented 7 years ago

Can you provide a generated code in the view maybe? 🙇

I'm interested in what's rendered and where.

nikolalsvk commented 6 years ago

@FlayingDutchman I've meant more of the actual HTML code being rendered, something we have in the section about Passing HTML options under "Rendered code in the view".