Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

BigDecimal can't be coerced into BigDecimal

Windows 'choice' command messing up Ruby 'gets' method

ruby windows batch-file

TypeError: can't convert Builder::XmlMarkup to Array

ruby xml builder

reconnect tcpsocket (or how to detect closed socket)

ruby ruby-on-rails-3

backtick vs system in ruby

ruby

Nested fields with mongodb

Ruby - LoadError enc/trans/single_byte

Why object_id persists on windows while not on linux?

ruby windows objectid

how to force rack:session + sinatra to read "rack.session" from params instead of cookies

ruby oauth sinatra rack cors

Jekyll shows no content

ruby jekyll

ActiveRecord, find by polymorphic attribute

Internal rounding woes: accurate way to sum Ruby floating point numbers?

ruby

Sass change detected but style.css only overwritten every 5th - 7th time I save

css ruby sass

Ruby On Rails Mongoid Group By

Exceptions: why does adding parenthesis change anything?

ruby exception

How do I write regexes for German character classes like letters, vowels, and consonants?

Disable rdoc and ri from gemspec / Gemfile

ruby rubygems gem bundler rdoc

Cancel Rails DB connection

Any performance disadvantages of GC.disable?

Is there a way to view (or print) a method definition programatically in rails?