Just use provided application template and run: rails new -m https://railseventstore.org/new YOUR-APP-NAMESee more at https://railseventstore.org/docs/start/
130 2 0 34 rails events event-sourcing event-driven rails-event-storeMay 25, 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.
265 2 1 50 development dockerMay 18, 2020
Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone.
126 1 4 21 testingJun 20, 2020
factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects)
181 1 0 18 TDD fixturesJun 18, 2020
the Tailwind CSS framework by using WebPack and the webpacker gem.
149 1 0 22 css frameworkJun 18, 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
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 ...
161 1 1 40 view wysiwyg formJun 02, 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
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