Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Get route path dynamically

Trouble installing nokogiri with RVM 1.9.3 on Centos 6.2

ruby centos rvm nokogiri libxml2

Create IIS Website with Rake

asp.net ruby iis rake

how to do number to string suffix

ruby-on-rails ruby

curl request in ruby

ruby http

How do I get Thor to display options?

ruby gem thor

Why are my hashes printed as strings?

ruby

Rails 3 find_or_create by more than one attribute mongoid

Pass value to parent in class declaration in Ruby

ruby

faster Fixnum multiplication in ruby?

Ruby and Celluloid

ruby concurrency celluloid

Elegant way to add to_hash (or to_h) method to Struct?

ruby ruby-1.9.3

Using UNION with Sequel

sql ruby union sequel

SSL_connect error when accessing Shopify API with rubygem

ruby ssl openssl shopify

SSL mode flags - verification of certificates: is it safe to use :none?

ruby soap ssl savon httpi

Unable to fetch tables information when running heroku db:pull

Passing post data to other pages in Sinatra

ruby sinatra

How to make friendly id case insensitive?

Rails: Access parameters in view after form submission

How does "super" work with modules?

ruby inheritance