Software Development

Pages

  • Home
  • About
  • Contact

Thursday, June 04, 2015

Top 6 Ruby Links for June 4, 2015

1. High level Rails testing using Capybara and Minitest 

2.  Don't use before_action to load data

3. Capturing stdout & stderr from shell commands via Ruby

4. Empty? vs blank? vs any? – why you should not use any? to test if there’s anything in the array

5. Practicing Ruby Contributors Fund

6. A week with a Rails Security Strategy: More security, new habits

Posted by bparanj at Thursday, June 04, 2015
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Newer Post Older Post Home

Free Coding Interview Preparation Coaching

Popular Posts

  • sudo: port: command not found
    export PATH=$PATH:/opt/local/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info Included the ...
  • How to use hidden field in Rails
    <%= f.hidden_field :user_id, :value => current_user.id %> This passes a hidden variable user_id with the value of current_user.id
  • Reserved Words in Rails
    To find out if a given name is reserved in Rails programmatically, check out this How to find out if a name is reserved in Rails 4.2.5 . *...
  • Installing MySQL server on Centos 5
    Followed the instructions on this blog post : Rails Stack on CentOS 5 The following instructions has the chkconfig which works. The given ...
  • How to create drop down boxes in Ruby on Rails
    Migration file : 001_create_people.rb class CreatePeople < ActiveRecord::Migration def self.up create_table :people do |t| t...
  • How to check the version of ImageMagick
    convert -version This can also be checked if ImageMagick is already installed. If you get: -bash: convert: command not found then, it is ...
  • The TDD Course for Beginners : Learn by Practicing 7 Katas
    Learn how to do Test Driven Development using Ruby within 4 hours. You will get: 1. The transcript of the entire course in PDF. 2. TDD in...
  • How to find out the version of CentOS?
    [root@rubyplus ~]# uname -a Linux rubyplus.tempdomain.com 2.6.18-53.1.6.el5.028stab053.6PAE #1 SMP Mon Feb 11 20:53:20 MSK 2008 i686 i686 i3...
  • install specific version of rails
    sudo gem install -v=2.2.2 rails --include-dependencies
  • LoadError: no such file to load — selenium
    LoadError: no such file to load — selenium. This kind of error message can happen if you have installed anything as a gem but you have not s...

Blog Archive

  • ►  2021 (8)
    • ►  January (8)
  • ►  2020 (355)
    • ►  December (9)
    • ►  November (197)
    • ►  October (1)
    • ►  September (10)
    • ►  August (19)
    • ►  July (30)
    • ►  June (32)
    • ►  May (32)
    • ►  April (3)
    • ►  March (1)
    • ►  February (5)
    • ►  January (16)
  • ►  2019 (17)
    • ►  December (2)
    • ►  June (1)
    • ►  April (1)
    • ►  March (4)
    • ►  February (6)
    • ►  January (3)
  • ►  2018 (70)
    • ►  December (4)
    • ►  November (12)
    • ►  October (5)
    • ►  September (7)
    • ►  July (20)
    • ►  June (8)
    • ►  April (1)
    • ►  March (4)
    • ►  February (5)
    • ►  January (4)
  • ►  2017 (116)
    • ►  December (2)
    • ►  November (5)
    • ►  October (3)
    • ►  September (3)
    • ►  August (13)
    • ►  July (17)
    • ►  June (5)
    • ►  May (17)
    • ►  April (10)
    • ►  March (7)
    • ►  February (20)
    • ►  January (14)
  • ►  2016 (436)
    • ►  December (29)
    • ►  November (16)
    • ►  October (166)
    • ►  September (14)
    • ►  August (25)
    • ►  July (32)
    • ►  June (42)
    • ►  May (39)
    • ►  April (20)
    • ►  March (31)
    • ►  February (12)
    • ►  January (10)
  • ▼  2015 (240)
    • ►  December (21)
    • ►  November (18)
    • ►  October (42)
    • ►  September (61)
    • ►  August (7)
    • ►  July (5)
    • ▼  June (49)
      • Check Amazon S3 Credentials
      • ERROR: "https://rubygems.org" is not allowed by t...
      • how to use active support outside of rails
      • How to use Simplecov in gem development
      • How I resolved confusing tests and production code
      • Searching for a given element in an array of array...
      • Playing with Rails 4.2.3
      • Pair Ranking Algorithm
      • find numbers that are same in an array ruby
      • Pair Ranking Gem Released
      • Create Gem and Publish to Rubygems
      • Generate all combinations of a given length for a ...
      • How to provide a default value for all elements in...
      • `require': cannot load such file -- minitest/autorun
      • Eliminate spaces, -, +, *, /, = and parentheses in...
      • How to delete nested hash elements based on the el...
      • Two HERE Docs in Ruby 2.2.2
      • An error occurred while installing json (1.6.1), a...
      • Could not find coffee-script-source-1.1.3 in any o...
      • Top 6 Ruby Links for June 24, 2015
      • How to check postgres version
      • rbenv: version `ruby' is not installed on production
      • Capistrano Deployment fails due to rake db:migrate...
      • FATAL: password authentication failed for user "y...
      • PG::ConnectionBad: FATAL: Peer authentication fai...
      • bitbucket Permission denied (publickey). capistrano
      • sudo stderr: sudo: no tty present and no askpass p...
      • Installing pg gem on Mac OS 10.9.5
      • Upgrading Ruby using Sunzi
      • Using Sunzi Gem to Provision Your Server in Minutes
      • Deploy Rails 4.1 App with Sunzi and Capistrano 3 N...
      • nginx error log file location
      • Rails Basics : Using Dropdowns
      • RVM PATH Problem
      • Pongal Gem Released
      • How to generate a random number in a range in Ruby...
      • Implicit Vs Explicit Return in Ruby
      • dyld: Library not loaded
      • Docker Basics
      • Top 6 Ruby Links for June 17, 2015
      • VirtualBox 4.3 and Vagrant 1.7.2
      • Eject a CD in a Mac
      • Check if Ubuntu is 64 bit
      • Using Custom Fonts in Rails 4.2
      • Top 6 Ruby Links for June 10, 2015
      • ssh-copy-id: command not found
      • dyld: Library not loaded: rvm ruby
      • Top 6 Ruby Links for June 4, 2015
      • Missing host to link to! Please provide the :host ...
    • ►  May (6)
    • ►  April (13)
    • ►  March (3)
    • ►  February (10)
    • ►  January (5)
  • ►  2014 (75)
    • ►  December (2)
    • ►  November (13)
    • ►  October (1)
    • ►  September (4)
    • ►  August (9)
    • ►  July (17)
    • ►  June (7)
    • ►  May (5)
    • ►  April (3)
    • ►  March (8)
    • ►  February (2)
    • ►  January (4)
  • ►  2013 (86)
    • ►  December (5)
    • ►  November (1)
    • ►  October (10)
    • ►  September (8)
    • ►  August (4)
    • ►  July (4)
    • ►  June (1)
    • ►  May (16)
    • ►  April (10)
    • ►  March (4)
    • ►  February (11)
    • ►  January (12)
  • ►  2012 (79)
    • ►  December (7)
    • ►  November (4)
    • ►  October (9)
    • ►  September (1)
    • ►  August (5)
    • ►  July (2)
    • ►  June (3)
    • ►  May (7)
    • ►  April (29)
    • ►  March (3)
    • ►  February (2)
    • ►  January (7)
  • ►  2011 (47)
    • ►  December (3)
    • ►  November (2)
    • ►  October (4)
    • ►  September (3)
    • ►  August (3)
    • ►  July (4)
    • ►  June (4)
    • ►  May (4)
    • ►  April (14)
    • ►  March (2)
    • ►  February (2)
    • ►  January (2)
  • ►  2010 (42)
    • ►  November (1)
    • ►  September (7)
    • ►  August (2)
    • ►  July (8)
    • ►  June (3)
    • ►  May (1)
    • ►  April (9)
    • ►  March (3)
    • ►  February (7)
    • ►  January (1)
  • ►  2009 (16)
    • ►  October (1)
    • ►  September (2)
    • ►  August (3)
    • ►  July (5)
    • ►  April (1)
    • ►  March (1)
    • ►  February (2)
    • ►  January (1)
  • ►  2008 (55)
    • ►  December (2)
    • ►  November (6)
    • ►  October (3)
    • ►  September (2)
    • ►  August (3)
    • ►  July (3)
    • ►  June (7)
    • ►  May (1)
    • ►  April (12)
    • ►  March (7)
    • ►  February (4)
    • ►  January (5)
  • ►  2007 (123)
    • ►  December (25)
    • ►  November (7)
    • ►  October (20)
    • ►  September (5)
    • ►  August (4)
    • ►  July (11)
    • ►  June (28)
    • ►  May (5)
    • ►  April (8)
    • ►  March (3)
    • ►  February (5)
    • ►  January (2)
  • ►  2006 (32)
    • ►  December (3)
    • ►  November (15)
    • ►  October (9)
    • ►  July (2)
    • ►  June (1)
    • ►  February (2)
  • ►  2005 (10)
    • ►  October (2)
    • ►  September (1)
    • ►  March (2)
    • ►  January (5)
  • ►  2004 (12)
    • ►  December (12)

About Me

bparanj
View my complete profile

Total Pageviews

Awesome Inc. theme. Powered by Blogger.