search for: adminport

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

Did you mean: adminart
2007 Apr 06
0
Possible bug in ActiveRecord::Base#to_xml and caching
...ent to where when I grab xml from resources, the xml results get cached, but not used. This means that every subsequent request appends the results to the cache. This happens when config.cache_class = true; happens in both WEBrick and my Apache2 fastcgi deploy. And an example run: C:\Development\AdminPortal\proto>wget http://localhost:3000/phone_carriers.xml ... 09:21:34 (869.14 KB/s) - `phone_carriers.xml'' saved [890/890] C:\Development\AdminPortal\proto>wget http://localhost:3000/phone_carriers.xml ... 09:21:35 (1.70 MB/s) - `phone_carriers.xml.1'' saved [1780/1780] C:\D...
2005 Jan 08
1
Value without key (D2GS)
...e 23: Value without key '"MaxGames"=dword:00000005' Line 24: Value without key '"MaxGameLife"=dword:00011520' Line 25: Value without key '"AdminPassword"="5c9589684a5f467d466573c4e684b0db909f9284"' Line 26: Value without key '"AdminPort"=dword:000022b8' Line 27: Value without key '"AdminTimeout"=dword:00000e10' Line 28: Value without key '"D2CSSecrect"=""' Line 29: Value without key '"EnableNTMode"=dword:00000001' Line 30: Value without key '"EnableP...
2006 Jan 07
2
Functional tests with routes
Hi all, I''m trying to do a route test using assert_generates and running into a bit of trouble. The controller that I am testing is in a module - class Admin::AdminPortalController def index end end I want the user to jump to the AdminPortal/index action when they use http://myApp/admin, so I''ve put the following in routes.rb map.admin_portal ''admin'', :controller => "admin/admin_portal", :action =>''inde...