Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ETag changes when Rack::Deflater is enabled

Elegantly handling blank values in a nested hash [duplicate]

ruby-on-rails ruby

Capybara::ElementNotFound: Unable to find xpath "/html"

Ruby-vips image processing library. Are there any good examples of usage?

ruby image-processing vips

Can I remove a method alias in Ruby?

Ruby: overriding the puts method

ruby irb

show only posts created in last week

FactoryGirl trouble

ruby testing rspec factory-bot

relative paths for accessing rails assets

What's the idiomatic way to write multi-line ActiveRelation queries?

ruby-on-rails ruby

Access current git commit number from within Heroku app

String length difference between ruby 1.8 and 1.9

In a Ruby on Rails each loop, is there a good way to do something if nothing was iterated?

ruby-on-rails ruby

How would I rspec/test an updated_at field without using sleep() in ruby?

ruby rspec

A different rubygem version for each ruby version in rvm

ruby rubygems rvm

Alternative to URI.parse that allows hostnames to contain an underscore

ruby uri

Standardize a String for Filename, remove accents and special chars

Moving blog articles location in Middleman

ruby blogs middleman

How does ActiveRecord define methods compared to attr_accessor?

Sinatra cannot find views directory

ruby gem sinatra runtime-error