search for: burninglegion

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

2006 Jun 08
8
Routing help.... it is so difficult!
hi guys, sorry to trouble you all but i really dont understand how this routing thing work... it seems easy but it just dont work for me! here''s the situation : my url b4 : http://127.0.0.1:3001/admin/login my url after: http://127.0.0.1:3001/burninglegion/admin/login i wanna do something like this so i went to the routes.rb and type this: ActionController::Routing::Routes.draw do |map| map.connect "burninglegion/:controller/:action/:id" #i typed this map.connect '':controller/service.wsdl'', :action => ''w...
2006 Apr 18
7
Functional test, pls help!!!!
Hi guys, recently encountered this funny problem which i really dunno wat happen... I have been trying on it for the past few days and just doesnt work.Hope you guys can give me some enlightenment. Problem: The functional test doesnt seems to be able to recognise one of my model, and when i run the test, it keeps giving me the error of"You have nil object when you don''t expect
2006 Apr 20
11
dynamic mock object anyone?
...me to test the controller when different values are returned from the rpc call.... is there a way to make the number returned dynamic?? Dynamic in the sense that i can pre-define the returned number in the functional test case to simulate the different kind of situation that might arise.... -burninglegion -- Posted via http://www.ruby-forum.com/.