Cleaning up Rails Controllers the REST way
Learn how you could clean up your controllers in such a way that only the default CRUD actions are used and the advantages of doing so.
Full Stack Web Developer
Learn how you could clean up your controllers in such a way that only the default CRUD actions are used and the advantages of doing so.
In the following article I will describe the method I use to deploy static websites to production and staging environments with the help of git hooks.