search for: generic_vari

Displaying 2 results from an estimated 2 matches for "generic_vari".

2006 May 22
6
how HTML_Option works?
Hi all, all the form helpers can take a serie for options but I cant find any documentation about them. Any one can point me toward one? Or at least tell me how I can for example add a function that would be call with the onblur event from a input box? Thanks! -- Posted via http://www.ruby-forum.com/.
2007 Mar 19
0
action_web_services error with rspec_on_rails
...d_setup specify "should be a private method" do controller.private_methods.include?("model_name").should == true end specify "should be the controller name" do controller.send(:model_name).should == "TestingCrud" end end context "generic_variable" do testing_crud_setup specify "should be a private method" do controller.private_methods.include?("generic_variable").should == true end specify "should return the controller name in underscore case" do controller.send(:generic_varia...