search for: adminportal

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

Did you mean: admin_portal
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:\Dev...
2005 Jan 08
1
Value without key (D2GS)
Hello, wine-users. Help me please! I have D2GS (Diablo2) when i run thim in Linux: wine D2GS.exe Line 13: Error creating key '[\\SOFTWARE\\D2Server\D2GS]' Line 14: Value without key '@="Diablo II Close Game Server"' Line 15: Value without key '"AutoUpdate"=dword:00000000' Line 16: Value without key
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 =>''index&...