Rails #5: Security
In my previous articles, I have showed you how to create a simple blog application with articles, comments, rss feeds and formatting. However, as it is currently written, the application allows for anyone to create or edit an article. This is a serious security issue, and we better fix it.
In this tutorial, I will show you how to make sure that only logged in users can create articles, and that nobody else can edit an article that you created.
