Welcome To Snipplr


Everyone's Recent Ruby Snippets



Quick conversion from a string of binary into ascii, and back again.\r\nUse B* for MSB and b* for LSB first.
0 1412 posted 15 years ago by jimbobmcfred
0 1089 posted 15 years ago by rkumar
I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time. Here’s a fairly simple solution in Ruby form.
0 1419 posted 15 years ago by dom111
0 1010 posted 15 years ago by rkumar
0 1104 posted 15 years ago by rkumar
0 1040 posted 15 years ago by rkumar
1 1445 posted 15 years ago by nhocki
0 1345 posted 15 years ago by viatropos
0 1190 posted 15 years ago by therobot
0 1286 posted 15 years ago by viatropos
0 1204 posted 15 years ago by pdxmph
Easy way to populate a drop-down menu
3 2490 posted 15 years ago by chrisaiv
validate :price_must_be_at_least_a_cent protected def price_must_be_at_least_a_cent errors.add(:price, 'should be at least 0.01') if price.nil? || price < 0.01 end
0 1192 posted 15 years ago by stayce
This Ruby script generates the [Gnome Terminals For Rails script](http://snipplr.com/view/32227/gnome-terminals-for-rails/ "Gnome Terminals For Rails").
0 1059 posted 15 years ago by draq
0 1304 posted 15 years ago by inkdeep
0 1722 posted 15 years ago by inkdeep
0 1045 posted 15 years ago by inkdeep