Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Receive an email with Actionmailer and read the plain body text

ruby-on-rails ruby

Fast (insecure) random bytes generator in Ruby

ruby testing random

Finding in array of active record results

Unzipping a file and ignoring 'junk files' added by OS X

ruby zip

Custom gem not loading into rails app

ruby-on-rails ruby rubygems

Ruby isPrime Method

ruby regex primes

Really cool features in Ruby 1.9

ruby ruby-1.9

byebug, next into application code only

ruby-on-rails ruby byebug

Synchronize Redis with Postgresql

ruby postgresql redis

Stream Closed IO Error when using CSV Library

Why raise an exception with the current method removed from the stack trace?

ruby exception

How can I create SQL functions in Sequel?

sql ruby function sequel

What does `rails spec` do that `rspec` does not?

ruby-on-rails ruby rspec

How to pass on splat arguments in Ruby

ruby

Ruby - Listing files in a tar.gz archive

ruby

Difference between I18n.t and t in Rails

How to perform reverse operators in Ruby? I have implemented the operator '+' for my class A so A + 2 works well. Problem is: 2 + A does not work [duplicate]

ruby

Rails: I installed Ruby, now "bundle install" doesn't work

Rspec: How to use expect to receive with a resource which does not exist yet?

ruby-on-rails ruby rspec