Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Defining a new logical operator in Ruby

ruby metaprogramming

Rails 3 I18: translation missing: da.datetime.distance_in_words.about_x_hours

Render a view of another controller

ruby-on-rails ruby

Converting a hash into a nested hash

ruby hash nested

How can I securely erase a file?

ruby secure-coding

Writing a command line utility in Ruby

ruby gem

parse csv with commas, double quotes and encoding

ruby parsing encoding csv

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?