Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby: How to deduce the "current" gem name?

ruby gem parent specifications

Mongoid - save and update_attribute does not persist

Can't create MongoClient.new

ruby mongodb gem

Can I set Vim's 'embedded' ruby path?

ruby vim

Sinatra pass variables to erb

ruby sinatra

NoMethodError when trying to access method defined in included module

What are the differences between lazy, greedy and possessive quantifiers?

ruby regex ruby-1.9.3

Rails multiple Has_one relationship to same model

self.class.name in a mix-in module

ruby

DateTime comparison fails in Rails

Bundler could not find compatible versions for gem "nokogiri"

sync_close in ruby's openssl library

ruby ssl openssl

Can't install bundler 1.3.0 with ruby 2.0

ruby rubygems bundler ruby-2.0

Installing a gem after native extension packages during chef execution

Why thin behind nginx?

ruby-on-rails ruby nginx thin

How to write an "if in" statement in Ruby

ruby arrays if-statement

What's the best way to return an Enumerator::Lazy when your class doesn't define #each?

Ruby Solution for Data Sets of 3 Values Each

ruby arrays hash

Ruby: class accepting a block?

ruby

How to decode a cookie from the header of a websocket connection handshake? (Ruby)

ruby cookies rack eventmachine