Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Percent-format strings with named keys don't accept hashes with string keys?

ruby string formatting printf

ProtocolViolation: ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1

Ruby Subclasses: Including Different Modules Based on Inheritance

ruby-on-rails ruby

uninitialized constant bigdecimal (nameerror)

ruby

How do you make changes in dynamic languages, and find all of the places that will be broken by that change? [closed]

java python ruby

How to modify a column name in a table when printing the page?

what does ? ? mean in ruby [duplicate]

ruby-on-rails ruby

How is it that you can do `Integer('1')` in Ruby?

ruby

Problems reading a Boolean value in a Padrino/Datamapper app

TypeError: no implicit conversion of Symbol into Integer while reading YAML in Ruby

ruby-on-rails ruby yaml

Cocoapods "pod install" stuck on OS X El Capitan

Returning the highest and lowest numbers in a string: Ruby

ruby

Ruby 1.8 and 1.9 string differences

ruby

Problems with require in gem

ruby rubygems require

Generate openssl password with Ruby

ruby openssl

Having to call "render :layout => false" to correctly render js.erb template in Rails 2.3.3

ruby-on-rails ruby

Should I use ON DELETE CASCADE, :dependent => :destroy, or both?

Problems With Sending Larger Files Over Ruby's TCPServer

ruby file client-server