awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rails avatar

rails/spring

0
View on GitHub↗
2,816 stars·345 forks·Ruby·MIT·1 vue

Spring

Rails application preloader

Features

  • Debugging and Development - Application preloader to speed up development.
  • Development Utilities - Preloads the application for faster commands.
  • Ruby Frameworks and Tools - Application preloader to speed up Rails development.
  • Testing - Preloads Rails environment for faster testing.

Historique des stars

Graphique de l'historique des stars pour rails/springGraphique de l'historique des stars pour rails/spring

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Spring

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Spring.
  • django-commons/django-debug-toolbarAvatar de django-commons

    django-commons/django-debug-toolbar

    8,373Voir sur GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    Voir sur GitHub↗8,373
  • deivid-rodriguez/byebugAvatar de deivid-rodriguez

    deivid-rodriguez/byebug

    3,353Voir sur GitHub↗

    Debugging in Ruby

    Ruby
    Voir sur GitHub↗3,353
  • colszowka/simplecovAvatar de colszowka

    colszowka/simplecov

    4,902Voir sur GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    Voir sur GitHub↗4,902
  • rspec/rspec-railsAvatar de rspec

    rspec/rspec-rails

    5,271Voir sur GitHub↗

    rspec-rails is a testing framework that integrates RSpec with Ruby on Rails to provide behavior-driven development tools. It serves as a suite for defining application behavior through a conversational syntax, providing a specialized toolkit for creating behavioral specifications for models, controllers, and views. The project distinguishes itself through automated test generation, providing a command-line interface to create boilerplate specification files for Rails components such as models, controllers, and background jobs. It further differentiates its capabilities with a comprehensive mo

    Ruby
    Voir sur GitHub↗5,271
Voir les 30 alternatives à Spring→

Questions fréquentes

Que fait rails/spring ?

Rails application preloader

Quelles sont les fonctionnalités principales de rails/spring ?

Les fonctionnalités principales de rails/spring sont : Debugging and Development, Development Utilities, Ruby Frameworks and Tools, Testing.

Quelles sont les alternatives open-source à rails/spring ?

Les alternatives open-source à rails/spring incluent : django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… stympy/faker — Faker is a synthetic data generation library used to create realistic but fake information, such as names, addresses,… colszowka/simplecov — SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code… deivid-rodriguez/byebug — Debugging in Ruby. rspec/rspec-rails — rspec-rails is a testing framework that integrates RSpec with Ruby on Rails to provide behavior-driven development… vcr/vcr — VCR is a Ruby library that records and replays HTTP interactions during test runs, storing them in serialized cassette…