Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What does this Ruby code do?: def self.metaclass; class << self; self; end; end

Set with custom rule

ruby-on-rails ruby

Twitter Bootstrap Typeahead text field name attrib messes with autocomplete

mongoid - using includes to select children objects in a 1..N referenced relationship

ruby-on-rails ruby mongoid

“can't convert Symbol into Integer” weird error

ruby haml

Tilt template fragments

ruby tilt

Ruby Regexp Interpolation / Character Class / Global Variable Syntax Clash?

ruby regex

Time not updating in heroku

undefined method `remote_function'

ruby-on-rails ruby

RVM gem permissions error

ruby-on-rails ruby linux rvm

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?