Simple way to create public pages
Have you ever heard about public pages in Ruby? And what does it mean? So, it’s generally understood, they are used when there is no need for dynamic info or pulling from the database. As usual Ruby on Rails developers implement some pre-built gems. But I would like to show you another way to create public pages in your rails apps. http://blog.active-bridge.com/simple-way-to-create-public-pages
Comments
Kinda minor but I always thought of these as static pages. Public pages to me are pages you can access without authenticating and has nothing to do with being static or dynamic.
Interesting article though. Short but straight to the point.
Post a comment