All Projects â†’ ledermann â†’ Pingcrm

ledermann / Pingcrm

Licence: other
PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Pingcrm

Execution time
How fast is your code? See it directly in Rails console.
Stars: ✭ 67 (-36.79%)
Mutual labels:  rails, ruby-on-rails
Rails Security Checklist
🔑 Community-driven Rails Security Checklist (see our GitHub Issues for the newest checks that aren't yet in the README)
Stars: ✭ 1,265 (+1093.4%)
Mutual labels:  rails, ruby-on-rails
Anycable rails demo
AnyCable Rails demo application and its different variations
Stars: ✭ 68 (-35.85%)
Mutual labels:  rails, demo
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (-52.83%)
Mutual labels:  rails, ruby-on-rails
Instuigram
🎓 Learning Ruby on Rails through building the Instagram Application.
Stars: ✭ 88 (-16.98%)
Mutual labels:  rails, ruby-on-rails
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-43.4%)
Mutual labels:  rails, ruby-on-rails
Bhf
Rails-Engine-Gem that offers an admin interface for trusted user
Stars: ✭ 81 (-23.58%)
Mutual labels:  rails, ruby-on-rails
Activeadmin froala editor
Froala WYSIWYG editor for ActiveAdmin
Stars: ✭ 30 (-71.7%)
Mutual labels:  rails, ruby-on-rails
Rails React Boilerplate
Ruby on Rails, React, Webpack 4 boilerplate app.
Stars: ✭ 86 (-18.87%)
Mutual labels:  rails, ruby-on-rails
Stimulus reflex expo
StimulusReflex demos
Stars: ✭ 85 (-19.81%)
Mutual labels:  rails, ruby-on-rails
Graphql Rails Generators
Graphql Rails Scaffoldâ„¢. Automatically generate GraphQL types from your rails models.
Stars: ✭ 47 (-55.66%)
Mutual labels:  rails, ruby-on-rails
Sr mini
A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
Stars: ✭ 98 (-7.55%)
Mutual labels:  rails, ruby-on-rails
Drag and drop active storage
A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage
Stars: ✭ 46 (-56.6%)
Mutual labels:  rails, ruby-on-rails
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+982.08%)
Mutual labels:  rails, ruby-on-rails
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-63.21%)
Mutual labels:  rails, ruby-on-rails
Karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Stars: ✭ 1,223 (+1053.77%)
Mutual labels:  rails, ruby-on-rails
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+744.34%)
Mutual labels:  rails, ruby-on-rails
Activejob Scheduler
A background job scheduler for any queue backend
Stars: ✭ 24 (-77.36%)
Mutual labels:  rails, ruby-on-rails
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1092.45%)
Mutual labels:  rails, ruby-on-rails
Reactchat
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
Stars: ✭ 90 (-15.09%)
Mutual labels:  rails, ruby-on-rails

PingCRM on Rails

A demo application built with Ruby on Rails and Vue.js to illustrate how Inertia.js works.

Screenshot

This is a port of the original PingCRM written in Laravel/PHP to Ruby on Rails. Now it's possible to dive into the beautiful world of Inertia.js without having to install PHP ;-)

There is a hosted installation of this demo available at https://pingcrm.ledermann.dev. Login with:

Lighthouse performance audit

Lighthouse audit

Installation

Clone the repo locally:

git clone https://github.com/ledermann/pingcrm.git

Setup (install dependencies, create and seed database):

cd pingcrm
bin/setup

Start it:

foreman start

You're ready to go! Visit PingCRM in your browser (http://localhost:3000), and login with:

Running tests

To run the PingCRM tests, run:

rails test:system

Requirements

  • Ruby 3.0
  • Ruby on Rails 6
  • PostgreSQL

Credits

  • Original work by Jonathan Reinink (@reinink) and contributors
  • Port to Ruby on Rails by Georg Ledermann (@ledermann)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].