Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to POST data in Rack::Test

ruby sinatra rack

How can I set up a dependency to a Ruby library which doesn't exist at the time Chef loads recipes?

Why is IO::WaitReadable being raised differently for STDOUT than STDERR?

ruby io pipe popen

HMC SHA1 hash - C# producing different hash output than Ruby

c# ruby encryption sha1 hmac

Rails3 How can I use :params in named scope?

Testing pure Ruby bin/my_app.rb application with RSpec?

ruby testing cucumber bdd rspec2

Mongoid `group()` conditions

What are the best ways to run a Ruby script as a subprocess/another thread from Sinatra?

ruby heroku sinatra

What is the dominant style for parenthesization of Ruby function calls?

Best way to build a multiple filter in rails

ruby-on-rails ruby filter

Sinatra Url '/' interpretations

ruby url sinatra

Rails 3 find_or_create_by

Programming on a remote machine [Eclipse - ruby]

ruby eclipse eclipse-plugin

Ruby read Samba share

ruby samba smb

Is there any gem to read exif data from png images

iphone ruby exif

How to assert block of a mock in mocha

Ruby 1.8.7: Symbol not found Error

ruby rubygems symbols memprof

Ruby: Controlling printing in scientific notation

ruby

Does ruby have an identity function, i.e. x.fn == x, for all x?

ruby

Intermingling attr_accessor and an initialize method in one class