Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I transform the coordinates of a Shapefile?

How to test Mongoid::Observer with rspec

All Ruby documentation offline with yard

ruby yard

Rails app as an LDAP or CardDAV server?

How to track custom events in paper_trail?

Menu bar icon in OS X for script running as daemon?

ruby macos

use of extend ActiveSupport::Concern

ruby activesupport

How to create rails_admin navigation labels without creating empty models?

RailsInstaller issue with fresh Mountain Lion install

Can I pass a block which itself expect a block to instance_exec in ruby?

ruby block proc

Where to set a tracking (permanent) cookie in Rails?

ruby-on-rails ruby cookies

Skipping :touch associations when saving an ActiveRecord object

How do I get the contents of temp file through a form

Installing ruby 1.9.3 on vagrant rbenv NoMethodError loaded_recipe?

ruby vagrant rbenv

Using $1, $2, etc. global variables inside method definition

ruby scope pseudo-globals

Could not find rake with bundle exec

How to avoid Faraday request to encode get parameters?

How to encode csv file in Roo (Rails) : invalid byte sequence in UTF-8

Speed differences between proc, Proc.new, lambda, and stabby lambda

ruby performance lambda proc

What is the point of using Ruby's double-splat (`**`) in method calls?

ruby syntax double-splat