Rails Render Actions and Creating a Search Method
Submitted by admin on Fri, 10/06/2006 - 00:00One good example of the use of rendering actions in rails is searching. From the Cheatsheet, you might remember that:
One good example of the use of rendering actions in rails is searching. From the Cheatsheet, you might remember that:
Rails is a great framework, especially for writing AJAX applications, but the Javascript that the built-in Rails helpers output is a pain in the ass for many. Unobtrusive Javascript for Rails aims to change that.
Define your page behaviours using CSS-style selectors and Ruby
UJS for Rails makes it easy to apply