Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I write shell-like scripts using Ruby?

ruby shell

Why "Action Mailer" is not rendering the email template?

Nokogiri can't install native extensions issue

ruby-on-rails ruby nokogiri

How to mock CSV foreach method in Rspec

ruby-on-rails ruby rspec

rake aborted! undefined method `migration_error=' for ActiveRecord::Base:Class

Passing absent parameters

ruby

Ruby idiomatic way to return a boolean

ruby

Invalid function in ruby

How to ignore uppercase using start_with?

ruby string

Why can't I override the * method in Ruby?

ruby

Return self (rather than nil) from Hash#[] when key doesn't exist

ruby hash

Why can't I refer to DATA in class context?

ruby

Ruby: accessing a class constant for instance of class

ruby

Uninstall foreman [closed]

ruby puppet theforeman

Call methods from a task in Rake files

How to match multiple regex patterns in ruby

ruby regex

How to Daemonize a Rails script with bluepill

Rails json object with model associations

Error "cannot load such file -- 2.0/Console_ext" running unit tests in RubyMine

ruby rubymine minitest

Append the same value to two or more arrays

ruby