insanedreamer


Member since 11/04/2009

7 snippets

1867 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

insanedreamer's Recent Rails Snippets



« Prev 1 Next »
tag links with .click function
0 692 posted 13 years ago by insanedreamer
Put this in application layout for global use. Have a hidden div called 'loadicon' with a loading icon (or whatever) in it, which is shown/hidden on ajax calls.
0 760 posted 13 years ago by insanedreamer
Add this to .irbrc. Allows the following in console: > gethtml('/login') => HTML of whatever page is generated by /login
0 722 posted 13 years ago by insanedreamer
in Rails 2, use `include ActionController::UrlWriter` instead.
1 1847 posted 13 years ago by insanedreamer
Put this in `test_helper.rb` and call with `show(object1, object2, etc.)`
0 674 posted 13 years ago by insanedreamer
« Prev 1 Next »