Rails Tidbits
Since beginning with Rails, I have collected a small amount of links which are useful for quick reference while working on Rails applications. Below are some of these links, grabbed from my Google notebook on the topic. Because the links are old, they may contain outdated information. But maybe they'll still be useful.
Transferring from the notebook is a work in progress.
AJAX
- Drag-and-drop Sorting
- HowToUseDragAndDropSorting on the Rails wiki. Various patterns for use with sortable_element.
Authentication
- Acts as Authenticated
- acts_as_authenticated plugin. You probably need to read the page on the Rails wiki to know how to install it.
- RESTful Authentication
- Restful Authentication Plugin. Authentication using the REST model.
Caching
- Caching Tutorial
- Ruby on Rails Caching Tutorial. Part 1 of a very thorough tutorial.
Posted
Jul 14, 2007, in the night.
Comments
Click here to view the comments on this post.