Welcome To Snipplr


Everyone's Recent Ruby Snippets Tagged c



1 ... 8 9 10 11 12 Next »
Add foreign key support for migration
1 879 posted 18 years ago by ctran
Add a method to ActiveRecord::Migration to automatically drop created tables/indexes within the current migration file.
1 775 posted 18 years ago by ctran
To assert the difference in values before and after some code blocks. Save this as assert_helper.rb and include it in your test_helper.rb
1 891 posted 18 years ago by ctran
Simple HTTP server daemon (webrick).
1 1044 posted 18 years ago by ishikawa
The key here is display:none being in the style attribute of the affected div. It will not work if it's in a separate CSS file.
6 1266 posted 18 years ago by tjstankus
2 1097 posted 18 years ago by Catfish
1 1006 posted 18 years ago by ringo
2 1020 posted 18 years ago by darthapo
This method generates random (and printable) ascii characters.
1 1226 posted 18 years ago by ishikawa
A fairly DRY way to test for required attributes of a model. It's sort of an alternative to fixtures. It breaks the one-assertion-per-test rule that some people favor. Drop in your unit test and edit as necessary. A better (yet not quite perfect)...
3 1215 posted 18 years ago by tjstankus
2 1040 posted 18 years ago by tjstankus
2 919 posted 18 years ago by yaguta
3 1590 posted 18 years ago by Catfish
reference: \n http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/index.html
7 1422 posted 2025 years ago by aravet
1 ... 8 9 10 11 12 Next »