The Ideal CMS Structure For Rails
After working on WordPress for 20 years, Ghost for 5 years, and Rails for 8 years, this is the pattern I wish all Rails apps would use for basic content pages.
After working on WordPress for 20 years, Ghost for 5 years, and Rails for 8 years, this is the pattern I wish all Rails apps would use for basic content pages.
You can set a simple ENV VAR to deliver a custom branded Maintenance Mode landing page.
Let's walk through our /config/sitemap.rb setup with `sitemap_generator` to break up our sitemap structure into multiple files.
Recently I have been testing various SEO requirements in a Rails app that uses Rspec. After copy and pasting expect(page).to have_css "meta[name='robots'][content='noindex']", visible: :hidden for the 5th time it was clear I needed to build out some