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
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...
1,064 2 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 ...
1,120 2 1 40 view wysiwyg formJun 02, 2020
Just use provided application template and run: rails new -m https://railseventstore.org/new YOUR-APP-NAMESee more at https://railseventstore.org/docs/start/
1,041 2 0 34 rails events event-sourcing event-driven rails-event-storeMay 25, 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