Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

PhantomJS version 1.4.0 version issue

Breakpoints with pry-byebug don't trigger in the console

ruby-on-rails ruby pry byebug

MRI and YARV Ruby implementations - what happened in Ruby 1.9?

ruby terminology mri yarv

How does Ruby(or other languages) Implicitly know which object belongs to which built in class?

ruby

rbenv install ruby BUILD FAILED

ruby rbenv

Regex - starts with a particular string but does not end with another substring

javascript regex ruby

Calculate leading ones in binary depiction of integer in Ruby

ruby binary bit

How to find average of an array of hashes in Ruby

arrays ruby hash average

Looking for way to easily implement a File/IO-like class in Ruby

ruby file io

how to yield different values for different calls with rspec

ruby rspec

Testing fragment creation and expire fragment in Rails (3.0.7)

How can I model a polymorphic, custom name relationship using Mongoid

Continuous build integration tool for Rails and PHP?

Does ActiveRecord make Ruby on Rails code hard to test?

Ruby rspec converting mock hash with strings into hash with symbol

ruby rspec

Ruby Arrays - Are there any elements where the sum of the elements to the left equal the sum of the elements to the right?

ruby arrays