All Projects â†’ hopsoft â†’ Stimulus_reflex_expo

hopsoft / Stimulus_reflex_expo

Licence: mit
StimulusReflex demos

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Stimulus reflex expo

Activejob Scheduler
A background job scheduler for any queue backend
Stars: ✭ 24 (-71.76%)
Mutual labels:  rails, ruby-on-rails
Rails Security Checklist
🔑 Community-driven Rails Security Checklist (see our GitHub Issues for the newest checks that aren't yet in the README)
Stars: ✭ 1,265 (+1388.24%)
Mutual labels:  rails, ruby-on-rails
Activeadmin froala editor
Froala WYSIWYG editor for ActiveAdmin
Stars: ✭ 30 (-64.71%)
Mutual labels:  rails, ruby-on-rails
Railsgoat
A vulnerable version of Rails that follows the OWASP Top 10
Stars: ✭ 699 (+722.35%)
Mutual labels:  rails, ruby-on-rails
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+1249.41%)
Mutual labels:  rails, ruby-on-rails
Graphiti
Stylish Graph APIs
Stars: ✭ 783 (+821.18%)
Mutual labels:  rails, ruby-on-rails
Drag and drop active storage
A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage
Stars: ✭ 46 (-45.88%)
Mutual labels:  rails, ruby-on-rails
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+485.88%)
Mutual labels:  rails, ruby-on-rails
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-29.41%)
Mutual labels:  rails, ruby-on-rails
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (-41.18%)
Mutual labels:  rails, ruby-on-rails
Karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Stars: ✭ 1,223 (+1338.82%)
Mutual labels:  rails, ruby-on-rails
Bhf
Rails-Engine-Gem that offers an admin interface for trusted user
Stars: ✭ 81 (-4.71%)
Mutual labels:  rails, ruby-on-rails
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (+724.71%)
Mutual labels:  rails, ruby-on-rails
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+952.94%)
Mutual labels:  rails, ruby-on-rails
Good job
Multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
Stars: ✭ 676 (+695.29%)
Mutual labels:  rails, ruby-on-rails
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-54.12%)
Mutual labels:  rails, ruby-on-rails
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (+451.76%)
Mutual labels:  rails, ruby-on-rails
Sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
Stars: ✭ 484 (+469.41%)
Mutual labels:  rails, ruby-on-rails
Graphql Rails Generators
Graphql Rails Scaffoldâ„¢. Automatically generate GraphQL types from your rails models.
Stars: ✭ 47 (-44.71%)
Mutual labels:  rails, ruby-on-rails
Execution time
How fast is your code? See it directly in Rails console.
Stars: ✭ 67 (-21.18%)
Mutual labels:  rails, ruby-on-rails

StimulusReflex Expo

Local Setup

  1. Install dependencies

  2. Clone the repo

    git clone https://github.com/hopsoft/stimulus_reflex_expo.git
    
  3. Switch into the project folder

    cd stimulus_reflex_expo
    
  4. Run the setup command

    bin/setup
    
  5. Start the rails server

    bin/rails server
    
  6. See the app in action

    To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!

Local Setup with Docker

You can also use a dockerized development environment (based on the Evil Martians' Ruby on Whales setup).

  1. Install dependencies

  2. Clone the repo

    git clone https://github.com/hopsoft/stimulus_reflex_expo.git
    
  3. Switch into the project folder

    cd stimulus_reflex_expo
    
  4. Run the provision command

    dip provision
    
  5. Start the rails server along with webpacker

    dip up rails webpacker
    
  6. See the app in action

    To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!

Contributing

This project uses Standard and Prettier-Standard to minimize bike shedding related to code formatting. Please run ./bin/standardize prior submitting pull requests (or dip bash ./bin/standardize when using Docker4Dev).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].