One of the most used Rails method for routes is resources. Another similar one also exists, but that may not be known that much. It is resource and there is actually a difference between them. Continue reading
Tag: resource
You may have cases when you may need to do some authorizations for certain pages, so that they cannot be accessed by unauthorized clients. There are many authorization ways that you can use in a Ruby on Rails application. In this article, I will mention one very simple, yet not that much famous method that comes implemented and ready to be used each time you create a new Rails application. Continue reading