Skip to content
View simran-sawhney's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report simran-sawhney

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. Steps to upgrade to Ruby 3.0 Steps to upgrade to Ruby 3.0
    1
    STEP1: ruby 2.6 to 2.7 challenges
    2
    1. installed latest through rvm version
    3
    2. gem install bundler
    4
    3. just change puma version in gemfile to latest, it resolved
    5
    output: lots of warning errors coming from active record for **argument errors on running console or something
  2. 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
    3
    
                  
    4
    require "action_dispatch"
    5
    require "action_dispatch/http/upload"
  3. 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
    3
    class HTTParty::Request
    4
      def perform(&block)
    5
        validate
  4. next-sample-app next-sample-app Public

    Forked from gill-es/next-sample-app

    Sample NEXT App

    TypeScript

  5. aws-slack-integration aws-slack-integration Public

    Forked from kuntalakrishna/aws-slack-integration

    Python

  6. pdf-extract pdf-extract Public

    Forked from nisaacson/pdf-extract

    Node PDF Extract

    JavaScript