Welcome To Snipplr
Everyone's Recent Snippets Tagged ruby
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This technical tip shows how developers can convert email messages to other formats like EML, MSG & MHT in cloud using ruby language.
0
1254
posted 10 years ago by johansonkatherine
This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
1625
posted 10 years ago by johansonkatherine
This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
2056
posted 10 years ago by johansonkatherine
A very concise ruby on rails helper method that converts seconds into human readable format. It will not display any time periods that have 0 (ie: 1 hour 13 seconds - skipping minutes as there were none) Due to complexity, months were not factored...
0
1675
posted 10 years ago by uberdragon
I had a spreadsheet with a ton of data on it that I wanted in my seeds file. Using example columns in your database titled db_column1, db_column2, db_column3. Place your .xls file into your public folder and run 'gem install roo'
0
900
posted 10 years ago by asalgan
If you're using Rails and want to make this a global function, drop this into your application_controller and call it as a function.
Example:
# get_string_between("hellomyfriendmoto", 'o', 'm')
# > myfriend
0
1401
posted 11 years ago by joshmn
Supported brands
name | key
-----------------------
American Express | :amex
China UnionPay | :unionpay
Diners Club | :diners
Dinner Club US | :diners_us
Discover | :discover...
0
2110
posted 11 years ago by Fivell
Working on the problem described here: http://forums.att.com/t5/Data-Messaging-Features-Internet/3G-proxy-wnsnet-attws-com-strips-HTTP-response-headers/m-p/3294533/highlight/false#M59737
After some testing we found the below code to fix our troubl...
0
1008
posted 11 years ago by mightybs
Use this Gem to programmatically take screenshots of websites with this completely open source and free library. We have also provided easy to follow online tutorials and sample applications to help you set up GrabzIt as quickly as possible.
First...
1
1182
posted 12 years ago by Maximus1983
Esto suele ocurrer muy amenudo cuando instalamos Ruby on Rails antes que MySQL. Es un error "Library not loaded: libmysqlclient.18.dylib (LoadError)" donde lista los directorios donde busca y no lo encuentra. La solución es guiarle para que lo encue...
0
909
posted 12 years ago by skozz
Checks to make sure the file is a valid image file, checks max file size, and directory write permissions, requires 'fileutils' gem.
2
1098
posted 12 years ago by kellishaver
The Blackberry AppWorld portal allows you to schedule reports which are delivered as CSV.zip files. Although the CSV file offers a lot of detail about operating system and date of download, most of the time I just want to know which users downloaded...
0
934
posted 13 years ago by chrisaiv
If you need to do any sort of screen capturing using FFMPEG, you might need this one day
0
931
posted 13 years ago by chrisaiv
From the Pickaxe, 4th edition, p. 352:
A rescue clause with no parameter is treated as if it had a parameter of StandardError. This means that some lower-level exceptions will not be caught by a parameterless rescue class. If you want to rescue ev...
1
812
posted 13 years ago by cczona
Do a remote search for all gems containing the word 'pdf' with detailed descriptions and view results in textmate
requires `rubygems-mate` gem
0
1245
posted 13 years ago by inkdeep