Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

What does "temps.each(&:valid?)" mean in Ruby? [duplicate]

ruby-on-rails ruby

How to allow string with letters, numbers, period, hyphen, and underscore?

ruby regex

How to use has_secure_password with field_with_errors

ruby-on-rails ruby

Rails: how to exclude one item from an "each" method

ruby-on-rails ruby each