Skip to content
View salmanasiddiqui's full-sized avatar
  • Canada
  • 01:35 (UTC -04:00)
Block or Report

Block or report salmanasiddiqui

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. ice-breaker ice-breaker Public

    Python

  2. Quickbase-Gem Quickbase-Gem Public

    Forked from AdvantageIntegratedSolutions/Quickbase-Gem

    Ruby Gem for rapid interfacing with Intuit Quickbase

    Ruby

  3. devise devise Public

    Forked from heartcombo/devise

    Flexible authentication solution for Rails with Warden.

    Ruby

  4. Right way to use Rails SSE for live ... Right way to use Rails SSE for live notification
    1
    class NotificationsController < ApplicationController
    2
      def notify_me
    3
    
    
    4
        # Rails reserve a db connection from connection pool for each request, lets put it back into connection pool.
    5
        ActiveRecord::Base.clear_active_connections!