Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby on Rails: Accept nested attributes for parent rather than child records?

rvm install ruby-1.9.3-p286: Error running 'make -j 9' (OSX: Mountain Lion)

ruby makefile rvm

Rails send_file don't play mp4

Making ruby program run on all processors

ruby jruby

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?