Rails administrate : big tutorial, bits of philosophy

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Administrate

    A Rails engine that helps you put together a super-flexible admin dashboard.

  • We have already covered many use cases for customisation, everything else can be found in the official documentation.

  • rubygems

    Library packaging and distribution for Ruby.

  • mkdir myadmin && cd myadmin echo "source 'https://rubygems.org'" > Gemfile echo "gem 'rails', '7.0.0'" >> Gemfile bundle install bundle exec rails new . --force

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Can bundler do shallow git clones like Go?

    2 projects | /r/ruby | 2 Mar 2023
  • I fell in love with Ruby but...

    2 projects | /r/ruby | 13 Jan 2023
  • Analytics set-up for Rails

    2 projects | dev.to | 21 Mar 2022
  • Rails Authentication with Devise

    2 projects | dev.to | 25 Apr 2021
  • RVM Ruby 2.6.0 — built with custom openssl version on Ubuntu 22.04

    2 projects | dev.to | 26 Apr 2024