Run the Ruby on Rails sample app
Is this page helpful?
/app/controllers/application_controller.rb
file in your code editor.<your-project-id>
with your production environment ID.bundle install
to install the necessary gem packages.localhost:3000
in your browser to see the running sample app.
Now, let’s explore the Sample Project and update its content so that you can see the changes reflected in your locally running application.git clone https://github.com/kontent-ai/sample-app-ruby.git