Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to use rspec to test screen scraping?

Retrieving nested records in Sequel

ruby sqlite sequel

Import SASS file from database instead of filesystem

ruby sass compass-sass

Create a new Ruby CSV object with headers in a single csv.new() line

ruby csv

How to write a redirect that uses relative_url_root if defined?

Regexp search through a very large file

ruby regex

Why isn't this Ruby hash what I thought it would be?

ruby hashmap

Can Ruby's YAML module be used to embed comments?

ruby yaml to-yaml

Delayed Job with i18n on rails 3

Mock file input as file path on Rspec

Rails + XMPP bot in background

How to parse numbers from different locale formats?

Why can't I make "OpenSSL with Ruby" and "Command line OpenSSL" interoperable?

ruby openssl base64 encryption

Using Sequel, can I create UPDATE statements with a FROM clause

sql ruby sequel

Use a Login form with Mechanize

How can I test basic auth in my rspec controller examples?

How to make a payment via Paymill using Ruby

How to develop a Ruby GEM without having to install it first?

ruby gem

Ruby << (double less than) with instance variables

ruby

Can I include/extend a module but mark all included/extended methods as private?

ruby module