Skip to content
View deekshithh's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report deekshithh

Report abuse

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

Report abuse
deekshithh/README.md

Hi there 👋

Pinned Loading

  1. mysql2_ruby_aws_lambda mysql2_ruby_aws_lambda Public

    AWS Lambda(Ruby) sample code on how to include gems that have dependencies on native extensions like mysql2

    Ruby 2

  2. docker_commands docker_commands Public

    List the important docker commands for day to day use.

  3. Ruby code on how to use the Httparty... Ruby code on how to use the Httparty class for the consumption of jira external api.
    1
    module Jira
    2
      class User
    3
        include HTTParty
    4
        base_uri 'https://***.atlassian.net/rest/api/3/'
    5
    
                  
  4. To add a session variable to mysql i... To add a session variable to mysql in rails using mysql2 gem
    1
    default: &default
    2
      adapter: mysql2
    3
      encoding: utf8
    4
      host: localhost
    5
      variables: