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
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
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
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...
1,069 2 0 3 queryMay 21, 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
Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is saved in ...
1,120 2 1 40 view wysiwyg formJun 02, 2020