Rails administrate : big tutorial, bits of philosophy

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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

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
  • Building a Ruby on Rails Chat Application with ActionCable and Heroku

    1 project | dev.to | 19 Mar 2025