Using AJAX to load Rails partials
Here a pattern is discussed to using AJAX to load Rails partials asynchronously. This is a handy way to make your app feel more responsive by rendering slower-loading page fragments in parallel.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Here a pattern is discussed to using AJAX to load Rails partials asynchronously. This is a handy way to make your app feel more responsive by rendering slower-loading page fragments in parallel.
Comments
Another page I found that’s good: http://wiki.rubyonrails.org/rails/pages/How+to+use+the+Ajax+helpers
Post a comment