Displaying 20 results from an estimated 3000 matches similar to: "Acts_as_authenticated"
2006 Feb 01
8
Spring-rich killer: rails rich-client proposal
Hello Doug,
I am not disputing anything you say and in fact, spring-rich is "okay"
as far as swing development goes. But rails principles adheres to those
which we hold near and dear such as "don''t repeat yourself" (note:
spring-rich model, glazed lists model, jgoodies models) and "convention
over configuration (note: xml config files). Let''s get away
2006 Feb 08
2
Extending Rails classes
Whereabouts would I want to put a Ruby file that extends a Rails class?
Say, adding a method to ActiveRecord::Base or something along those
lines. I''ve read that those classes go in /lib, but my application
doesn''t seem to see the changes I''ve made. Obviously I''m missing
something...
Any suggestions would be appreciated!
-Brasten
2009 Mar 29
4
A3 Mania on Wine
Hi, Has anyone successfully run A3 Mania on Wine? It is an MMORPG (http://www.a3mania.com).
I have installed directX and some other things using winetricks. I wias getting errors with urlmon.dll and rpcrt4.dll and then a dump.
I copied over the urlmon.dll and rpcrt4.dll files from my windows installation to the system32 folder of wine.
My current dump is as follows. What should i do to fix
2009 Mar 25
2
.net framework 3.0
when trying to install .net framework 3.0 i get:
brewergeek at brewergeek-laptop:~$ rm -rf .wine
brewergeek at brewergeek-laptop:~$ wine dotnetfx3setup.exe
wine: created the configuration directory '/home/brewergeek/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cf94
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
2009 Sep 09
4
what is the +hex in c++ stack traces?
What is the hex number after the method, e.g. +0x32f below?
It matches arg0 and I suspect it''s the c++ "this" pointer, aka hidden
first argument.
I would like to confirm, though.
Thanks, Joel
---
XUL`PresShell::ProcessReflowCommands(int)+0x32f
XUL`PresShell::FlushPendingNotifications(mozFlushType)
+0x19e
2006 Jan 29
2
problem with xul/prototype experiment: "bind" method not found
Hi everyone,
I was playing around with xul + prototype, and everything seemed to be
going well until I ran into a wall - there seems to be some problem I
can''t explain with Function.prototype.bind, for instance when I run
this code:
try {
new Ajax.Request("http://localhost:3000/search/hello", {
onComplete: this.onHelloComplete.bind(this)
});
} catch
2018 Mar 19
1
Next major version of Firefox on RHEL/CentOS ?
I know CentOS don't have inside info on what Redhat may or may not do in
the future - plus Redhat don't usually announce publicly what their
future plans are - but on the off-chance that someone on this list may know:
Does anyone know what Redhat are likely to do with the next major
release of Firefox on RHEL (and hence CentOS) ?
The reason I ask, is that RHEL has been supplying the
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks,
Just a quick message saying that, after much demand, I wrote a quick
write-up for the RoR + XUL thing I did yesterday:
http://www.zedshaw.com/blog/programming/ruby_xul.html
It lays out the few simple things I did, has a bit of rant on an
unrelated topic, and other stuff but it''s short still.
On a related note, I''d like to thank "xal" on IRC for reminding
2013 Jun 20
2
Firefox - remote xul manager gone after Centos update
Dear All,
I am faced with this problem:
Firefox version is 17.0.6 before and after the update
I ran an update today;
bash-4.1# yum history
Loaded plugins: fastestmirror, refresh-packagekit, security
ID | Login user | Date and time | Action(s) |
Altered
-------------------------------------------------------------------------------
296 | james <james>
2015 Jul 26
2
C6.6 Gnome panel problem
Hi all!
I usually keep the panels on my Centos 6.6 (Gnome) so they auto-hide,
but t'other day I wanted to keep the top panel visible for a while to
make the clock visible for doing some rough timings.
so I open the top panel, click properties, and UNcheck the "autohide"
checkbox, close the properties menu, and to my surprise, the panel
still autohides. Went thru that exercise
2015 Jan 10
2
C-6, Gnome question
On 01/09/2015 06:07 PM, Bill Maltby (C4B) wrote:
> I'm still trying to find the
> thing I used back in C5(?) that raised the panels when the mouse hovered
> over it for X seconds. With C6 I can't find it anymore and it switches
> way too fast.
I presume you're talking about panels with "Autohide" set. If you have
the GUI gconf-editor installed, it's under
2009 Jan 29
5
Minor Problem with latest TaxAct
Greetings All,
I have a minor difficulty with the latest Taxact (2008). The program installs and appears to run fine. However, after every mouse click I get a pop-up window with no information that I must clear to continue. Does anyone know what this is and how to disable it?
I am running SUSE 11 64bit with KDE 3.5
Thanx in advance
Rich
2009 Jun 01
12
Gecko issues
My situation is this: i have gecko installed using wintricks but when i play metin2 online(i dont a small description before starting the game) or counter strike(when chosen a team - the map description does not appear) and in the console i keep getting the following lines :
Code:
0[714ce08]: nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.1\\wine_gecko\nssckbi.dll") -
2018 Feb 07
0
ThinLTO and linkonce_odr + unnamed_addr
There should be no semantic difference between linkonce_odr and weak_odr,
except that weak_odr is non-discardable. Why doesn't the autohide
optimization work just as well on weak_odr + unnamed_addr as linkonce_odr +
unnamed_addr?
On Tue, Feb 6, 2018 at 5:35 PM, Steven Wu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I recently found that thinLTO doesn't deal
2018 Feb 07
7
ThinLTO and linkonce_odr + unnamed_addr
Hi,
I recently found that thinLTO doesn't deal with globals that has linkonce_odr and unnamed_addr (for macho at least) because it prohibits the autohide optimization during link time.
In LLVM, we tagged a global linkonce_odr and unnamed_addr to indicate to the linker can hide them from symbol table if they were picked (aka, linkonce_odr_auto_hide linkage). It is very commonly used for some
2006 Jun 10
1
some problems with integrating XUL into Rails
Dear Friends,
I started integrating XUL into Rails, however, I have some problems.
The first problem is that I can open local XUL files with Firefox, but
cannot open them through Rails/Webrick, Firefox says it does not recognize
what it is.
I''ve read the cookbookxul experiment and I know I have to play around with
content-type,
but a contoller action like
def run_xul
2018 Feb 07
3
ThinLTO and linkonce_odr + unnamed_addr
That is a good question and I don't know. The optimization is defined include/llvm/Analysis/ObjectUtils.h. If I enable that for weak_odr + unnamed_addr, no tests are failing so I guess it is a safe optimization? :)
It is probably because the autohide optimization is targeted at c++ templates and inline functions and we know they have linkonce_odr linkage, which suggests whoever uses this
2016 Nov 18
2
Good email client to use with Dovecot?
Claws is an active project.?
I became roundcube free when I set up my own mail server. ?
I simply use an email client rather than a browser. Browsers can leak.
Comments about the retired TB:
?https://blog.mozilla.org/thunderbird/
--------------------
Practically what this means is that in 2016, Thunderbird will finally be able to accept donations from users directed toward the update and
2009 Apr 12
3
problem with DivX9 and winetricks
HI
Trying to install Divx9 using winetricks. Using Ubuntu 8.10 and have cabextract installed, and my graphics card has it's driver installed (NVIDIA GEforce FX 5200).
Installation seems to go ok but does not re-start machine and there appear to be error messages in the terminal window, despite the fact that it says DivX is isntalled.
Testing results by trying to play Age of Empires II -
2009 Jun 24
1
Need help with La Tale
When attempting to run the launcher, the window pops up, as is normal, but then there's a message box that says the download/installation was flawed. I'm entirely new to WINE and I can't figure out where to start to fix this problem. The download/installation is not flawed and I can't go any further without fixing this.
Could someone please point me in the right direction or