search for: doel

Displaying 3 results from an estimated 3 matches for "doel".

Did you mean: del
2009 May 18
3
Pagination
Hi, I am using the will_paginate plugin for my application. It is showing Previous 1,2,3...22,23,24 Next links How will I hide the numbers? I want to have first and last links also. How will i do that? Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2009 May 04
6
cucumber - when to stub/mock
I''m just curious about this, since my solution involved stubbing a call to GeoIp. Is there a good rule of thumb for when you make exceptions to the ''no stubbing'' philosophy of Cucumber? My step was: "Given I am accessing the site from Japan," but I can think of other situations - mostly when interacting with web services, that I''d probably
2009 May 19
0
Multi select checkbox in a form
Hi, How can I create a multi-select checkbox in a form with a select all option. I am currently using the check_box_tag but I dont know how to use the Select all option in it. Please suggest a way! Thanx in advance! -- Posted via http://www.ruby-forum.com/.