Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Check the characters inside two strings are the same in Ruby

ruby

include a new mixin in all enumerable classes

ruby mixins

Is there a way to set Content-type in multipart request with set_form method?

ruby net-http

Only with cron: /usr/bin/env: ruby_executable_hooks: No such file or directory

ruby perl cron

Find out if a Ruby object implements a method that accepts a certain amount of arguments

ruby

Stripe Rails: Invalid integer: 1.06

How can I send a NULL in Ruby Sockets?

ruby sockets null

rpsec No examples found

ruby testing rspec

Erb from database and image_tag

No space left on device - write chef remote_file

ruby copy chef-infra cookbook

how to display a nil which is in the arguments of a method?

What's the best way to require source files when writing a gem

ruby-on-rails ruby rubygems

Quit threads if take longer than X seconds

Ruby .times method called on an integer. How does it know to iterate through each integer as the argument in a block?

ruby

Ruby code to get size in bytes of a webpage

Two different syntax for Ruby Mechanize.get(url) - what is the benefit?