Active Storage facilitates uploading files to a cloud storage service like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage and attaching those files to Active Record objects. It comes with a local disk-based service for development and test...
201 0 0 2 storageMay 18, 2020
Catch unsafe migrations in development ✓ Detects potentially dangerous operations ✓ Prevents them from running by default ✓ Provides instructions on safer ways to do what you want Supports for PostgreSQL, MySQL, and MariaDB
137 0 0 3 securityMay 23, 2020
Figaro was written to make it easy to securely configure Rails applications. Configuration values often include sensitive information. Figaro strives to be secure by default by encouraging a convention that keeps configuration out of Git.
159 1 0 3 configurationMay 22, 2020
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and n...
146 1 0 3 queryMay 21, 2020
rspec-rails brings the RSpec testing framework to Ruby on Rails as a drop-in alternative to its default testing framework, Minitest. In RSpec, tests are not just scripts that verify your application code. They’re also specifications (or specs, for shor...
137 1 0 4 rspec rspec-rails testing TDDJun 16, 2020
Solidus ecommerce platform that gives you complete control over your store.
153 0 0 4 ecommerceMay 21, 2020
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
151 0 0 6 frontend frameworkMay 21, 2020
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is...
152 0 0 6 frontend frameworkMay 21, 2020
Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities.
131 0 0 9 securityMay 23, 2020
Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.
127 0 0 11 iconMay 21, 2020
Administrate is a library for Rails apps that automatically generates admin dashboards. Administrate's admin dashboards give non-technical users clean interfaces that allow them to create, edit, search, and delete records for any model in the application.
126 1 3 11 adminMay 18, 2020