Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

url_encode in Ruby

ruby urlencode

Chef: cannot load such file -- moneta/basic_file

ruby chef-infra

Devise not working well with multiple subdomains on RoR3 application

Rubyzip: Export zip file directly to S3 without writing tmpfile to disk?

Why does Enumerable#find/#detect return an Array even when called on an Hash?

ruby arrays hash enumerable

Can chruby and chgems replace rvm's gemset?

ruby macos rvm chruby

Parse time with strptime using Time.zone

ruby datetime activesupport

Is there a Ruby equivalent for JavaScript's Function.prototype.bind?

javascript ruby

How to specify that gem is JRuby platform only?

ruby gem jruby

How do I fix the error "void value expression"?

Heroku ruby buildpack error - undefined local variable or method `install_language_pack_gems'

Faster constant-time string comparison in Ruby

ruby

How can I have multiple lines in the ruby interactive shell?

How to YARD document a method that returns nothing

ruby documentation yard

Ruby Date 1 month ago to String

ruby date

Ruby - Set Value of nested hash from array of keys

ruby arrays hash

How to extract a .rar archive with Ruby?

ruby

Undefined local variable or method 'session' in model test

What purpose can anonymous modules serve?

Rails4 migration- adding null: false to an add_reference method?