Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Vim details autocomplete for Rails

ruby vim autocomplete

Is it possible to stub a method in a parent class so that all subclass instances are stubbed in rspec?

RMagick - ImageMagick gives error "no decode delegate for this image format"

ruby imagemagick rmagick

What's the difference of statement and expression in Ruby?

ruby expression

Why is the integer size limit different on Rails when using PostgreSQL v. MySQL?

How to union two different Mongoid Criteria

How to run a full MiniTest suite without Rake?

How to find "essential" methods to provide an interface of Ruby mixins?

where do I put code in Sinatra that I want to execute when the app is shutdown?

ruby sinatra

Handle OmniAuth::Error (invalid_credentials) for Identity Login

ruby-on-rails ruby omniauth

Using JRuby class supplied in a gem from Clojure

ruby clojure interop gem jruby

what's difference between @ and @@ in a module?

ruby

Ruby 1.9.3 - How does CSV.table know if no headers are in a CSV file?

ruby csv

Using Compass from Ruby (not shell)

ruby sass compass-sass

Heroku Toolbelt on Fedora 17

ruby fedora heroku-toolbelt

Amazon Search API

custom markdown in user input

Why does `send` fail with Ruby 2.0 refinement?

ruby ruby-2.0

Error installing nokogiri

ruby windows nokogiri jekyll

Difference between $! versus a variable with rescue

ruby exception