Welcome To Snipplr


Everyone's Recent Rails Snippets Tagged rails



« Prev 1 2 3
Useful for building nested entries checkboxes etc
0 3631 posted 11 years ago by davidb
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 3292 posted 12 years ago by uberdragon
You want to start a new Rails app. But you also want to start a new RVM gemset for the app so you can start with the latest Rails and gems. In this code snippet I show how I start off an up-to-date Rails project in a clean gemset.
1 3983 posted 12 years ago by dreamstarter
Supported brands name | key ----------------------- American Express | :amex China UnionPay | :unionpay Diners Club | :diners Dinner Club US | :diners_us Discover | :discover...
0 4950 posted 13 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 3925 posted 13 years ago by mightybs
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 3750 posted 14 years ago by skozz
0 3550 posted 14 years ago by guhelouis
0 3628 posted 14 years ago by abstraktor
0 3712 posted 15 years ago by avioli
If each title is unique and you need alphabetical, try this in your Post model. You can change title to any unique attribute (created_at, id, etc.) if you need a different sort order.
0 3562 posted 15 years ago by gmericksen
0 1896 posted 15 years ago by batamire
This will require a user to log back in if they are inactive for more than 10 minutes. In order for this feature to be used you must have a last_request_at datetime column in your table for whatever model you are authenticating with.
0 1826 posted 15 years ago by gmericksen
0 3591 posted 15 years ago by alx_g
tag links with .click function
0 3546 posted 15 years ago by insanedreamer
Add this to .irbrc. Allows the following in console: > gethtml('/login') => HTML of whatever page is generated by /login
0 3753 posted 15 years ago by insanedreamer
in Rails 2, use `include ActionController::UrlWriter` instead.
1 3646 posted 15 years ago by insanedreamer
Put this in `test_helper.rb` and call with `show(object1, object2, etc.)`
0 3644 posted 15 years ago by insanedreamer
0 3371 posted 15 years ago by gmericksen
0 1579 posted 16 years ago by deschism
0 1446 posted 16 years ago by inkdeep
0 1183 posted 16 years ago by nflamel
0 1386 posted 16 years ago by nflamel
0 1475 posted 16 years ago by almazom
This lets you type Mandarin tones like a1, o2, e3, and so on instead of having to type the real pinyin. The tones are saved with the proper characters in the database.
0 1862 posted 16 years ago by 67ideas
This is the code I use when I want to test a helper. It uses Factory Girl and Shoulda, but they're not needed to make it work.
0 1842 posted 16 years ago by nflamel
« Prev 1 2 3