RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in