We extend the capabilities of both Rails and Stimulus by intercepting user interactions and passing them to Rails over real-time websockets. These interactions are processed by Reflex actions that change application state. The current page is quickly r...
1,076 0 0 13 websocket stimulusMay 17, 2020
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...
1,159 1 0 2 storageMay 18, 2020
Containers are great for making a fast and workable development environment. It can help isolate various versions of dependencies and make you more productive from day one. This template will create the necessary components so you can get going quickly.
1,348 3 1 50 development dockerMay 18, 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.
955 2 3 11 adminMay 18, 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...
1,077 0 0 6 frontend frameworkMay 21, 2020