Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Spring is a Rails application preloader. It speeds up development by keeping your application running in the background so you don't need to boot it every time you run a test, rake task or migration. | Bootsnap is a library that plugs into a number of Ruby and (optionally) ActiveSupport and YAML methods to optimize and cache expensive computations. |
Totally automatic; no need to explicitly start and stop the background process;Reloads your application code on each run;Restarts your application when configs / initializers / gem dependencies are changed; | - |
Statistics | |
GitHub Stars 2.8K | GitHub Stars - |
GitHub Forks 344 | GitHub Forks - |
Stacks 593 | Stacks 449 |
Followers 32 | Followers 26 |
Votes 0 | Votes 0 |
Integrations | |

Active Admin is a Ruby on Rails framework for creating elegant backends for website administration.

It is an exciting new way to build modern, reactive, real-time apps with Ruby on Rails. It eliminates the complexity imposed by full-stack frontend frameworks. And, it's fast. It works seamlessly with the Rails tooling you already know and love.

Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework. Use HTML to render your views on the server side and link

It is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries, a tool designed to easily manage the installation of gems, and a server for distributing them.

Setting up Rails for the first time with all the dependencies necessary can be daunting for beginners. Docked Rails CLI uses a Docker image to make it much easier, requiring only Docker to be installed.