search for: go_home

Displaying 4 results from an estimated 4 matches for "go_home".

Did you mean: cc_home
2006 Jan 07
3
user engine question
...ings.delete_if {|item| item =~ (user? ? /login/ : /logout/)} menu_strings.join('' | '') end I don''t have a before_filter in application.rb so nothing is protected by default. In my UserController, I added: before_filter :login_required, :except => [:login, :go_home] The :login action is linked to when a user is not logged in, but not :go_home. Any idea why? On a side note, there is a database hit for each of the link_if_authorized calls. Two questions: 1) is there any way to specify what role a user must have? 2) is there any way to cache enough informa...
2008 Mar 15
3
Message: "HTML rendering is currently disabled"
I have installed Firefox and IE 6 as well as Quicktax 2007 under wine 9.57. Firefox works OK, but I cannot start either IE6 or Quicktax. The first few messages on the console when starting IE6 are: fixme:shell:StopWatchMode () stub! fixme:ole:CoResumeClassObjects stub fixme:shdocvw:go_home stub fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE Could not load Mozilla. HTML rendering will be disabled. With both programs, once I start them, I am greeted with the message "HTML rendering is currently disabled"...
2010 Jan 15
5
wine iexplore white screen of death
...creen of death with a title bar for Wine. I tried winecfg and tweaking settings, and I can get a desktop with IE WSOD again, so no real progress. The shell outputs a ton of errors/debug info, pasted below... What have I done wrong? wine iexplore fixme:ole:CoResumeClassObjects stub fixme:shdocvw:go_home stub fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot allocate memory mmap() failed: Cannot al...
2008 Dec 05
0
Wine release 1.1.10
...string in CP_UNIXCP encoding. winex11: Add check for XmbTextPropertyToTextList result. Vitaly Perov (2): mlang: Add implementation of fnIMLangFontLink_GetCharCodePages. mlang/tests: Add tests for fnIMLangFontLink_GetCharCodePages. Vladimir Pankratov (1): shdocvw: Implement go_home function. -- Alexandre Julliard julliard at winehq.org