search for: woow

Displaying 15 results from an estimated 15 matches for "woow".

Did you mean: wow
2006 Jul 17
10
getting the user name
Hi I am new to ruby and trying to obtain the user name in the login index.rhtml where I could display "You have logged in [user name]" How could I do this? I have been trying different options after reading the ruby manual but still throw an error. please help -- Posted via http://www.ruby-forum.com/.
2006 Jul 25
8
Calender Script?
I have been trying to get one of the calender javascripts to work with the <%= form.text_field. So when the user pick the date it updates the time fields? (like in normal reservation system where you pick up the date and time from the calender and when user pick the selection it updates the field) but I could not get this to work. Does anyone have got something similar to work? or could
2006 Jul 25
5
webrick server slow or does not connect
hi, In login_controller.rb when I do the fallowing code it works fine before_filter :authorize, :except => :login but I want to do the fallowing when creating the user so the authorization is not checked before_filter :authorize, :except => :login, :except => :create_user but when I do this webrick server appear to be slow or not connected and take lot of time to load? Could someone
2008 May 29
3
no backtrace in console
buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450 i don't understand this and if i have something to do Thank you for explanations Vincent
2015 Apr 16
2
Roadmap to 2.7.3
...sion is tagged, I'll update my Ubuntu PPA. >> > > cool! > shouldn't we add it to the Download page? > > > It's really more of a temporary solution. Now that our primary Debian > maintainer is back, all of the packages will be up-to-date, right? /me ducks > woow, cool, our beloved DD is back?! 8-) need a bit more time for that too, slowly ramping up on all (of the many) dimensions ;) cheers, Arno -- Eaton Data Center Automation - Opensource Leader NUT (Network UPS Tools) Project Leader - http://www.networkupstools.org Debian Developer - http://www.debian...
2006 Jul 26
4
How to Install Engines?
I am trying to get this enginer to work....and I am not sure how to install the engine? could someone please give me some instructions with regards to this.... http://rails-engines.org/wiki/pages/DateboxEngine for example in the website above The Engines plugin or the EdgeEngines plugin * Engines 1.0 script/plugin install http://opensvn.csie.org/rails_engines/branches/engines/ *
2006 Aug 01
6
Newbie: How to use text_field with Java Script
<input type="text" name="date1" id="dateField1" onchange="magicDate(''dateField1'');" onfocus="if (this.className != ''error'') this.select()" /> How could I generate above text filed using ruby? I am not sure how to give the options such as onchange, onfocus, id and so on? could some one please help. --
2015 Apr 16
1
Roadmap to 2.7.3
.... >>> >> >> cool! >> shouldn't we add it to the Download page? >> >> >> It's really more of a temporary solution. Now that our primary Debian >> maintainer is back, all of the packages will be up-to-date, right? /me ducks >> > > woow, cool, our beloved DD is back?! 8-) > need a bit more time for that too, slowly ramping up on all (of the many) > dimensions ;) > > :-) > access to my hosted PaaS still blocked... cheers, Arno -- Eaton Data Center Automation - Opensource Leader NUT (Network UPS Tools) Project Lead...
2023 Feb 22
1
NSDadmin - NSD web management interface
An HTML attachment was scrubbed... URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20230222/50ca00eb/attachment.htm>
2007 Aug 16
1
stdio
Hi, I have experimentally done a branch of klibc with buffered stdio support. It seems to add about 1.5K of code (for x86-64), which isn't so bad, except that it means that *every* program now pulls in stdio, which in turn depends on malloc() and some other pieces of code. I have not yet implemented fscanf(), however, which may cause additional bloat. As of this point, I'm a bit
2015 Apr 16
0
Roadmap to 2.7.3
...sion is tagged, I'll update my Ubuntu PPA. >> >> cool! >> shouldn't we add it to the Download page? > > It's really more of a temporary solution. Now that our primary Debian maintainer is back, all of the packages will be up-to-date, right? /me ducks > > woow, cool, our beloved DD is back?! 8-) > need a bit more time for that too, slowly ramping up on all (of the many) dimensions ;) > :-) -- Charles Lepple clepple at gmail -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/piper...
2015 Apr 15
2
Roadmap to 2.7.3
Hi Charles, 2015-04-13 15:09 GMT+02:00 Charles Lepple <clepple at gmail.com>: > On Apr 13, 2015, at 4:28 AM, Arnaud Quette <arnaud.quette at gmail.com> > wrote: > > cool (bis), I'll check over the day to complete as per my latest merges > and possibly (if time permits) to publish 2.7.3. > > > We should probably add a release checklist to the developer
2004 Sep 01
2
dedup and sort rules
A non-text attachment was scrubbed... Name: parse_logcheck Type: application/octet-stream Size: 3860 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040901/b1727d89/attachment.obj
2004 Jun 03
1
4 important bugs again <;
hello everyone, thanks to todd 1.2.21 is out :) every release getting better, i would like to get consensus on these "important" bugs: #252078 logtail: should depend on perl >= 5.8 sarge as any other modern linux distro use perl 5.8.x, it's even inside of its base. backports are under the peril of its author if no one voices up, i'll close that bug in the next days.
2012 Dec 17
20
early clean exit from module?
Hi folks, I''ve poked around the language reference, and havent found anything on this so far. I''d like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I''m looking for: class somemodule { #no this isnt going to be a global variable I''m just using that as an example, if