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
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
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
Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities.
131 0 0 9 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
Solidus ecommerce platform that gives you complete control over your store.
153 0 0 4 ecommerceMay 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...
146 1 0 3 queryMay 21, 2020