Skip to content
View johncorderox's full-sized avatar
:shipit:
SHIP IT!!!!
:shipit:
SHIP IT!!!!

Organizations

@EverFi @EvolutionHQ

Block or report johncorderox

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ch-ruby.sh ch-ruby.sh
    1
    # ch-ruby alt besides rbenv
    2
    cd ~/src && wget -O chruby-0.3.9.tar.gz https://github.com/postmodern/chruby/archive/v0.3.9.tar.gz && tar -xzvf chruby-0.3.9.tar.gz && cd chruby-0.3.9/ && sudo make install && ruby-install ruby 2.6.4
  2. React Delete + Axios React Delete + Axios
    1
    // After an API call to delete, refresh the state with Filter.
    2
    var NewThings = this.state.things.filter((x) => { return x.id != id;});
  3. Rails-API-React-Tutorial Rails-API-React-Tutorial Public

    📱 A Rails 6 API backend React JS + Webpacker guide. Includes API setup, serializers, and react integration in the frontend. 🌲

    Ruby 74 17

  4. medicinal-ruby/active_storage_demo medicinal-ruby/active_storage_demo Public

    An ActiveStorage demo for S3 uploads + local disk. It's better than the paperclip gem, by far..

    Ruby 1 2

  5. Iterating-JSON-APIs Iterating-JSON-APIs Public

    A visual-based guide on iterating JSON APIs with Ruby. Learn about JSON responses with hashes and arrays.

    Ruby 1

  6. medicinal-ruby/background-jobs medicinal-ruby/background-jobs Public archive

    A hub of useful rails jobs to use + Sidekiq configs. Practice background jobs with ActiveJob or Sidekiq Workers.

    Ruby