Welcome To Snipplr


Everyone's Recent Ruby Snippets Tagged ruby



1 ... 5 6 7 8 9
This allows you to search any INSTANCE or CLASS methods of any objects including rails models, which is helpful if you want to see the methods that you created yourself.
1 823 posted 18 years ago by vanne
2 885 posted 18 years ago by gtcaz
Requires wget and curl.
2 899 posted 18 years ago by gtcaz
1 816 posted 18 years ago by jordanbrock
3 1305 posted 18 years ago by gtcaz
2 968 posted 18 years ago by gtcaz
Add this inside your .irbrc file to call "show Model" in your console instead of "y Model.column_names"
1 876 posted 18 years ago by vanne
1 899 posted 18 years ago by andyh
Extend any float object to allow for decimal conversion
1 851 posted 18 years ago by vanne
Add this to your ~/.irbrc file and you will have inline logging in the console
1 825 posted 18 years ago by vanne
Use this to sanitize a string and convert all wierd characters to your choice of delimiter
1 934 posted 18 years ago by vanne
1 890 posted 18 years ago by spider
3 1179 posted 18 years ago by spider
3 1118 posted 18 years ago by zuwiki
An example ajax form tag
5 998 posted 18 years ago by jordanbrock
Requires aspell and wxCocoaDialog. Now checks all of your selection for misspellings. Known issues: * e doesn't see contractions as a "word", so you must select things like can't, won't, etc. or the command won't see the whole word. * Dupl...
2 956 posted 18 years ago by gtcaz
This is an example of how to use the wxCocoaDialog dropdown widget from Ruby.
2 1107 posted 18 years ago by gtcaz
used to remove unnecessary duplication of code. Code is from Jamis Buck (http://weblog.jamisbuck.org/2007/1/24/object-with_options)
1 802 posted 18 years ago by andyh
Using instance_eval to abstract values into meaningful methods
1 719 posted 18 years ago by vanne
put this into lib/tasks and then run rake db:version
1 789 posted 18 years ago by vanne
A custom assertion that will allow you to pass a block to find the difference between two values.
1 778 posted 18 years ago by vanne
Useful for when you need to do a find and map specific results to an array for use later
1 897 posted 18 years ago by vanne
This is useful for using ActiveRecord validations without the ActiveRecord DB dependencies, this snippet is meant to be used with Textmate... create this in models/name_of_your_model to use.
4 1384 posted 18 years ago by vanne
This allows you to turn off ajax requests application wide, so that you don't have to do render :layout => false in every controller that needs it.
1 1132 posted 18 years ago by vanne
Just name it s3cp (or similar), chmod it, and then you can do stuff like: s3cp ~/somefile.whatever bucket
1 915 posted 18 years ago by sudarkoff
This snippet is Polish-language specific. This class expands a number (Fixnum or Bignum) into a string with a textual representation of that number in Polish language. Currency suffix supported. Example: 456 -> "four hundred fifty six" (but in Polis...
0 646 posted 18 years ago by komor
1 795 posted 18 years ago by andyh
1 ... 5 6 7 8 9