We’ve briefly touched on CRUD in a previous post showcasing the powerful Rails generators, but what exactly is CRUD and how is it used? CRUD stands for Create, Read, Update, and Delete. One and/or more of these are the basic functions of most apps, the ability for the user to…