Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

.NET equivalent of Ruby's begin/rescue/else

.net ruby

Restarting rails server, detached rails server

ruby-on-rails ruby

Ruby class-level instance variable

ruby-on-rails ruby

Ruby Net::HTTP POST send data gzip compressed

Hartl Rails Tutorial - Seed User Passwords

Use preceding \K group negatively

ruby regex

How to optimize this code in Rails?

Stack level too deep in Ruby array vs hash test

DRYing repeated rescue statements

ruby error-handling

Initialize a hash in the inject method to prevent a value being nil

ruby

Passing a splat parameter from one method to another method

ruby arrays parameters splat

Why is String#chomp named like this

ruby

Undefined method `check_pending!' for ActiveRecord::Migration (Rails Tutorial)

In Ruby, what's the best way to execute a block around a child method?

ruby inheritance

Return min values of hash with duplicate values

ruby

Can't split/strip by space in a string in Ruby because it's an NBSP character

ruby string text ruby-1.9

Weird Behavior when using between? method for dates

ruby-on-rails ruby date

Assert if any of two strings are present

ruby-on-rails ruby capybara