Skip to content

kentico-ericd/kontent-ruby-rails-sample

Repository files navigation

Konten Discord Stack Overflow

Kontent Rails Sample Application

This basic Rails application demonstrates how to create a Rails application using the Kontent Ruby SDK and a sample project.

See Build your first Ruby on Rails app for a detailed walkthrough of how the sample application was developed.

Screenshot

Install & Run

  1. Clone the repository
  2. Run bundle install
  3. Open the app/controllers/application_controller.rb file and set your project ID on this line:
    PROJECT_ID = '<your-project-ID>'.freeze
  4. Run rails server. Your application will be accessible at localhost:3000

Features