|
|
| update | no screenshots |
 |
| June 27th, 07:22 GMT |
|
 |
loading fixtures to development database |
| loading fixtures to development database - Fixed the previous example so it would load environment first |
| Windows/Linux | Ruby | Rating: Very Good | Downloads: 31 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
Fetch a URL in Ruby |
| Fetch a URL in Ruby - how to fetch a URL in Ruby |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 51 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
W3C Valid Javascript |
| W3C Valid Javascript will insert a valid W3C Javascript header and footer that will enable your pages to validate through the W3C validation service. |
| Windows/Linux/Mac OS/BSD/Solaris | JavaScript | Rating: Good | Downloads: 97 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
Check that database.yml is parsed properly |
| Check that database.yml is parsed properly - You can confirm that your database YAML file is being parsed properly with this one line shell command. |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 102 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
Relative date |
| Relative date - Pass this method a Date object, a DateTime object, or a string of a date |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 83 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
generate a random password |
| generate a random password generates a random password using the upper and lower case alphabet, and the numbers 0 to 9, to the size passed in. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 36 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
 |
Watermarking Backgrounds 1.1 |
| Watermarking Backgrounds script allows you to get a watermark effect on a page. |
| Windows/Linux/Mac OS/BSD/Solaris | JavaScript | Rating: Fair | Downloads: 71 |
|
| update | no screenshots |
 |
| June 27th, 07:21 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
 |
html stripping |
| html stripping - Stripping html tags, with an optional array of tags to be preserved. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 39 |
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
 |
sum values across an array |
| sum values across an array - Good for any cumulative operation |
| Windows/Linux | Ruby | Rating: Good | Downloads: 44 |
|
| update | no screenshots |
 |
| June 27th, 07:20 GMT |
|
|
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
XBrowser Date Script |
| XBrowser Date Script is a clean Date Display Script that is functional in ALL Browers. |
| Windows/Linux/Mac OS/BSD/Solaris | JavaScript | Rating: Fair | Downloads: 139 |
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
Capitalizing titles in Ruby |
| Capitalizing titles in Ruby - I choose to use a different regex selector because using "" breaks on apostrophes and leave you with words like "You'Re" instead of "You're". |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 35 |
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
RSS2 rxml template |
| RSS2 rxml template passes validation every time, given an instance variable @posts. |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 47 |
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
Atom rxml template |
| Atom rxml template generates valid Atom 1.0 feeds. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 55 |
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
EveryDNS update script |
| EveryDNS update script lets you update your IP address at everydns.net |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 272 |
|
| update | no screenshots |
 |
| June 27th, 07:19 GMT |
|
 |
Random key from Ruby hash snippet |
| Random key from Ruby hash returns a random key from your hash, but won't repeat until it's done every one. |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 31 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
Snippets' routes |
| Snippets' routes allow URLs like tags/whatever/whatever/whatever to put 'whatever', 'whatever', and 'whatever' into the @params[:tags] array, etc. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 18 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
Parse RSS from a specific url |
| Parse RSS from a specific url - Use this class to parse RSS at a specific URL. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 31 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
Computes a number from two strings |
| Computes a number from two strings - how to compute a number from tqo strings in ruby |
| Windows/Linux | Ruby | Rating: Good | Downloads: 36 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
Random key from Ruby Hash |
| Random key from Ruby Hash - extract a random key from the keys that have not been extracted before. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 40 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
<body> tag CSS ID in Rails |
| <body> tag CSS ID in Rails - Place in your application_helper.rb and call with <%= bodytag_id %> |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 32 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
RoR Multi-step forms |
| RoR Multi-step forms - Here's a controller code snippet for doing partial validations on Rails model objects |
| Windows/Linux | Ruby | Rating: Good | Downloads: 172 |
|
| update | no screenshots |
 |
| June 27th, 07:18 GMT |
|
 |
How to get the underlying database connection out |
| How to get the underlying database connection out of ActiveRecord::Base - you want to get at the underlying database connection object, e.g. so you can do something like create_function or create_aggregate on a SQLite database. |
| Windows/Linux | Ruby | Rating: Good | Downloads: 26 |
|
| update | no screenshots |
 |
| June 27th, 07:17 GMT |
|
 |
Simulating MySQL's group_concat aggregate fun |
| Simulating MySQL's group_concat aggregate function in SQLite3 - You can simulate the MySQL group_concat aggregate function using the SQLite/Ruby create_aggregate method |
| Windows/Linux | Ruby | Rating: Fair | Downloads: 60 |
|
| update | no screenshots |
 |
| June 27th, 07:17 GMT |
|