Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why 4.1%2 returns 0.0999999999999996 using Ruby?But 4.2%2==0.2

ruby floating-accuracy

Make attributes default to 0 if blank or if not validating numericality

Checking output from "command" should contain unexpected crash with NilClass

ruby cucumber bdd aruba

Removing lines in a text file based on the beginning characters

ruby

can't create plugin with Rails 3.2?

ruby-on-rails ruby

How do I mock a Class with Ruby?

Unescaping special character sequences in Ruby strings

ruby string

Undefined method 'default_content_type=' in ActionMailer in Rails 3.2.1

When developing a rubygem with C extensions, how do you test locally with Rspec?

How to run a exe Asynchronously with two arguments in ruby?

Override model's attribute accessor in a mixin/module

ruby-on-rails ruby

Can't run rails 2.x app

Jbuilder: How I can merge 2 top level arrays?

Ruby on Rails with Haml - how to switch from erb

ruby-on-rails ruby haml

rails is currently not installed after reboot

ruby-on-rails ruby ubuntu

how do I install ruby-mode for emacs

ruby emacs ruby-mode

Pre-Filled Prompt in Ruby [duplicate]

ruby command-prompt

Highline ask method won't use same line

ruby highline

Select adjacent sibling elements without intervening non-whitespace text nodes

ruby xml xpath nokogiri

In Ruby, How to read UTF-8 from a socket?

ruby sockets utf-8