Aficionado Software Engineer - experience of working in the Sports, Gaming, eCommerce & health industry. Skilled in Ruby on Rails, Node, PHP, React/Native, AWS
Highlights
- Pro
Pinned Loading
-
Steps to upgrade to Ruby 3.0
Steps to upgrade to Ruby 3.0 1STEP1: ruby 2.6 to 2.7 challenges
21. installed latest through rvm version
32. gem install bundler
43. just change puma version in gemfile to latest, it resolved
5output: lots of warning errors coming from active record for **argument errors on running console or something
-
ActiveStorage-Nested-Directories
ActiveStorage-Nested-Directories 1# Originally ActiveStorage stores everything on root folder in s3, but if you want to have directories under nested behaviour, following MONKET PATCH should help. Once this is placed, now you can achieved nested folders using filename itself, so if filename have "/" should automatically help you creating nested folder.
2# frozen_string_literal: true
34require "action_dispatch"
5require "action_dispatch/http/upload"
-
Ruby-HTTParty-Api-Logging
Ruby-HTTParty-Api-Logging 1# The following gist is useful if you want to log the API Requests and this is achieved using the following Monkey Patching script
2# monkey patching HTTParty to log api request
3class HTTParty::Request
4def perform(&block)
5validate
-
next-sample-app
next-sample-app PublicForked from gill-es/next-sample-app
Sample NEXT App
TypeScript
-
aws-slack-integration
aws-slack-integration PublicForked from kuntalakrishna/aws-slack-integration
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.