Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

JSON breaking back button in Chrome, Reload Button in IE (Showing as naked data)

human_name for state in state_machine ruby gem

ruby ruby-on-rails-3

Can i extend a Ruby class to behave like OpenStruct dynamically?

How to dump a 2D array directly into a CSV file?

ruby csv

Differences between at_exit and END (upper case) in Ruby

ruby keyword

how does rails implicitly import functions from gems?

ruby-on-rails ruby

What is the "rails way" to access a parent object's attributes?

Play! framework vs Ruby on Rails [closed]

Closures: What is a good use case example? Why not a functor? And is it worth the negatives?

python ruby closures functor

How to install rmagick gem on Windows?

Ruby (on Rails) Regex: removing thousands comma from numbers

ruby regex ruby-on-rails-3

The meaning of `*` when using as a param(not like *arg, just *) [duplicate]

ruby-on-rails ruby

implement a rails before_filter in ruby without rails

How does Ruby evaluate double quotes (aka "") vs. String.new?

ruby

How to generate encryption key for use with attr_encrypted

RVM in Elementary Luna OS

ruby linux terminal rvm

Is there a quick and easy way to create a checksum from Ruby's basic data structures?

ruby hash checksum

Capistrano bundler:install fails

In object.initialize, is it better to use self. over @?

ruby

RSpec: Testing logger messages for block syntax

ruby logging rspec