-
Install Ruby gems (if you haven't yet):
$ bundle install
-
Generate a secret key (if you haven't yet):
$ rails secret
Set the generated key in your environment as SECRET_KEY_BASE.
-
Start the Rails server:
$ bin/rails server
-
Access the app: Open your browser and Go to
http://localhost:3000
you'll see the Rails starter app.
Please generate a new secret key by following the above steps to avoid potential security issues.
About Contentstack: Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content.
About this project: This guide will help you create a starter marketing website built using the Ruby On Rails framework with minimal steps.
We have created an in-depth tutorial on how you can create a Ruby on Rails starter website using Contentstack’s Ruby SDK and fetch its content from Contentstack.
More Resources
Read Contentstack docs
Region support docs
Learn about Ruby On Rails