Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there an idiomatic way to specify default values for optional parameters in Ruby?

ruby idioms

Choice of tool-set: scala, ruby, java and more [closed]

ruby scala groovy

Setting new class variables inside a module

ruby class-variables

Access attributes/methods comments programmatically in Ruby

ruby-on-rails ruby comments

If I define a method in Ruby, does it belong to any class?

ruby class methods

How do I find matches in two arrays in IRB?

ruby-on-rails ruby arrays

Rails How to pass params from controller to after_save inside model

html ruby-on-rails ruby

How would you design such a DSL in Ruby?

ruby-on-rails ruby dsl

@users.each do |user| --- Is there a way to do this for multiple objects

Setting input for system() calls in ruby

ruby system

Retrieve the controller name from a class name

What is a clean way of defining an array of strings in Ruby?

ruby arrays string

Sqlite3 gem for Rails 3.1

ruby-on-rails ruby sqlite

Object assignment in Ruby [closed]

Importing CSV data into a ruby array/variable

Rails ActiveRelation to hash

Copy method from one class to another

ruby metaprogramming proc

Ruby remove everything except some characters?

ruby regex gsub

What is the Python equivalent of embedding an expression in a string? (ie. "#{expr}" in Ruby)

Reload lib files without restart dev server in Rails 3.1

ruby-on-rails ruby