Skip to content
View i-arindam's full-sized avatar
  • Bangalore, India
  • 03:06 (UTC +05:30)

Highlights

  • Pro
Block or Report

Block or report i-arindam

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. gem-differencer gem-differencer Public

    Points out how old your set of gems are

    Ruby 3

  2. A Pen by Arindam Chakraborty. A Pen by Arindam Chakraborty.
    1
    A Pen by Arindam Chakraborty
    2
    ----------------------------
    3
    
                  
    4
    
                  
    5
    A [Pen](http://codepen.io/i-arindam/pen/ockmH) by [Arindam Chakraborty](http://codepen.io/i-arindam) on [CodePen](http://codepen.io/).
  3. Public .bash_profile Public .bash_profile
    1
    export GIT_MERGE_AUTOEDIT='no' 
    2
     
    3
    alias rdm='rake db:migrate' 
    4
    alias migratefortests='bin/rails db:migrate RAILS_ENV=test' 
    5
     
  4. Rspec Rails cheatsheet (include capy... Rspec Rails cheatsheet (include capybara matchers)
    1
    #Model 
    2
    
                  
    3
    @user.should have(1).error_on(:username) # Checks whether there is an error in username 
    4
    @user.errors[:username].should include("can't be blank")  # check for the error message 
    5
    
                  
  5. aapaurmain aapaurmain Public

    Ruby 2 1

  6. domain-spam-checker domain-spam-checker Public

    Domain Spam Checker Tool

    Ruby 1 1