Forcing urls to use https
If you have the need to force certain pages of your site to use ssl, but its becoming extremely cumbersome to find out the links that point to that page, this is a better approach, which seems to be more adhering to SPOT or (single point of truth).
Just add one method to your application controller and call before_filters to your specific controllers. That's it!
Read the rest of this entry




