Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I install a software via Homebrew from .rb file

ruby homebrew

In Ruby how can I tell what the extension is to an image file that's hosted on the internet?

ruby open-uri

How do I set the page size using Prawn?

Two rounding methods give different results

Temporarily override config in Rails test

ruby-on-rails ruby testing

Algorithm to detect if two HTML pages are similar?

Packaging Compiled Binary /w a Ruby Gem

Color Coding Syntax in Notepad++ for html.erb files

Convert from ipaddr to netaddr:cidr type

ruby network-programming

Rails Sti: single path, different controller

ruby-on-rails ruby routes sti

Ruby syntax, nested modules or classes

ruby code-structure

Add class methods through include

Python equivalent of Ruby's .find

Instance variable in controller with Ruby On Rails

Where is my Rails database?

How to set the default gemset in RVM with Rails & Heroku

Getting process status and exit code from process id in ruby

ruby process pid

Ruby blocks - wrapping and customizing superclass methods (using define_method and blocks)

ruby binding closures