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
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
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
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
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