Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to map Rails timezone names to PostgreSQL?

Setting up Dokku with MySQL and Rails

Uninitialized constant Capybara

Simulate network failure / offline mode in Capybara?

ruby rspec capybara bdd

Why does HAML throw encoding ISSUE when ERB and ERUBIS dont

ruby encoding haml padrino

How do I copy an object with presigned URL?

Native Ruby module gives error "The specified module could not be found." which is not true

ruby sqlite

Running task before deploy:symlink:shared capistrano 3

Convert File::Stat to hash ruby

ruby

How to delete a folder in s3?

ruby amazon-s3

How to completely remove an empty element from an array with JBuilder

ruby-on-rails ruby jbuilder

Ruby: gets.chomp with default value

ruby bash default-value gets

Require a gem outside the Gemfile

ruby gem bundler

Uprgrading to Rails 4.1 getting error: ArgumentError: Unknown key: :order

Using money-rails: How to manually set an attribute's currency

How to create xml element with attribute and value in Nokogiri

Querying in rails on attr_encrypted column

Can I traverse symlinked directories in Ruby with a "**" glob?

ruby symlink

How to pass &:key as an argument to map instead of a block with ruby?

arrays ruby rubocop

RSpec retry throw exception and then return value

ruby-on-rails ruby rspec