Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Convert a hash into another hash in Ruby

ruby ruby-on-rails-3

Nice way to merge/copy attributes between two ActiveRecord classes?

ruby ruby-on-rails-3

How to format values before saving to database in rails 3

Clicking link with JavaScript in Mechanize

Elegant chained 'or's for tests on same variable in Ruby

ruby

How to disable XML parsing in Rails 3

ruby-on-rails ruby

what is the mean of * and flatten in ruby

ruby flatten

Why does Array's pop method not have an exclamation mark?

ruby

How to share state between scenarios using cucumber

ruby tdd cucumber bdd

How to access a yaml in rails config path

ruby-on-rails ruby gem yaml

Ruby on Rails redirect how to pass params in routes file

Regex to catch groups of same digits in Ruby

ruby regex numbers digits

Ruby enumerables don't keep the same class

ruby enumerable

Is there an easier way to insert a time stamp into a file name with Ruby?

ruby

Strange ruby for loop behavior (why does this work)

ruby for-loop

How to include custom .rb script in Rails app

ruby-on-rails ruby

Rollback transaction after commit in rails

Rails - superclass mismatch

Splitting a string and assigning to different variables

ruby ruby-on-rails-3

The most idiomatic way to iterate through a Ruby array, exiting when an arbitrary condition met?

ruby arrays loops each break