Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How does Rails method call like "has_one" work?

How can I find the dates for the same week a year ago?

ruby datetime date

HTTParty Digest Auth

ruby httparty

What is the proper way to check for existence of objects in Rails / Ruby?

ruby-on-rails ruby

How can you reversibly compress a bit of text into fewer ASCII characters?

ruby algorithm

Can I use parameter-less functions in Ruby 1.9.x?

ruby parameters

How do I exclude password fields from validation during record update? (Rails 3.0.4, Ruby 1.9.2)

Error on installing ruby with RVM

ruby rvm

Ruby instance variables and methods

ruby instance-variables

Removing url from text using ruby

ruby regex text substitution

Running ruby 1.9.2 on Heroku

ActiveRecord: make all text fields have strip called on them before saving, unless specified otherwise

List implementation in ruby?

ruby arrays performance list

Ruby - Difference between :variable and @variable

ruby ruby-on-rails-3

Setting up Associations with DataMapper & Sinatra

ruby sinatra datamapper

Performing an OR of two Mongoid "any_in" queries

ruby mongodb mongoid

Rails attr_accessor and attr_writer

ruby-on-rails ruby

How do I format datetime values to more friendly formats?

ruby-on-rails ruby datetime

Ruby: How to import a variable from another file?

ruby

lazy evaluation with autoload vs require in ruby ?

ruby lazy-loading