vanne


Member since 09/12/2006

37 snippets

6579 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

vanne's Recent Snippets



1 2 Next »
Using instance_eval to abstract values into meaningful methods
1 1033 posted 18 years ago by vanne
put this into lib/tasks and then run rake db:version
1 1136 posted 18 years ago by vanne
This is a prototype based method for loading functions, this is an alternative to using window.onload = function();
1 1113 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 1074 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 1352 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 2685 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 1582 posted 18 years ago by vanne
1 2 Next »