DEV Community

Cover image for Building a modern CRM in Ruby on Rails — Part 1
Catalin Ionescu
Catalin Ionescu

Posted on

Building a modern CRM in Ruby on Rails — Part 1

This is the first of a series of tutorial on building a Customer Relationship Management application using Ruby on Rails.

In this tutorial, we will:

  • Set up our environment (Ruby and Ruby on Rails)
  • Create a Rails 6 application
  • Add ActiveAdmin
  • Create the Clients model
  • Add an ActiveAdmin resource for Clients

Read More

Top comments (0)