Displaying 20 results from an estimated 2000 matches similar to: "Wiki spam"
2005 Mar 04
3
Need volunteer for cool RubyForge add-on
You''ve probably been reading the ruby-talk thread I started titled "RAA
Status & The Problem with Ruby" that rehashes that age-old conversation we
keep having about how to tell the good from the bad when it comes to ruby
libs and apps.
We now have an opportunity to stop talking about it and actually do
something.
I proposed a RubyForge add-on to create a user-driven
2006 Apr 17
4
Quick status report
Hi all,
I spent about 8 more hours tonight, and I think I''m close to having a
wxruby2 build that works with wxWidgets 2.6.3 and SWIG 1.3.29. It should
run bigdemo as well as the other samples. Unfortunately, I probably
won''t have much time to work on it until next weekend :-(
Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID
and sort of
2006 Mar 09
16
Preloading child rows 2 levels deep?
I currently have 3 tables/models: 1) Clients, 2) Charges, and 3)
Court_Dates.
Clients 1..n Charges 1..n Court_Dates
I am trying to find all clients that have a court_date on a certain day:
something along the lines of (@client.charge.court_date.date ==
Date.today).
I have had success preloading child rows using the :include parameter,
but that only works with a parent and a child, or a
2005 Apr 21
2
[ win32utils-Support Requests-1813 ] Merely a test
Support Requests item #1813, was opened at 2005-04-20 23:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=1813&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tom Copeland (tom)
Assigned to: Nobody (None)
Summary: Merely a test
Initial Comment:
Hm, did this go to to win32utils-devel?
Tom
2017 Feb 21
2
Copeland Engineering Dockmaster
Hello! I have a Dockmaster from Copeland Engineering. This is a battery
saver used for a laptop docking station in a police car, which has a USB
port for relaying its internal timers and state.
hid-generic 0003:04D8:0500.0001: hiddev0,hidraw0: USB HID v1.10 Device
[Copeland Engineering, LLC Dock Master] on usb-0000:00:10.4-3.3/input0
I'm able to configure usbhid-ups, but it doesn't
2017 Feb 23
2
Copeland Engineering Dockmaster
Thank you - I have included the capture, and attached it here. USB is
new to me. I am a good sysadmin, but terrible programmer.
I was able to use the usbhid-dump utility using -e stream, the last
octet will report the state of the detected power (1/2 for ignition on,
3 for ignition off, 0 for powered-off). 4th one seems to be voltage, and
the 5th and 6th I believe are timers:
2015 Apr 10
4
Locked version repos
Hello Everyone
I'm looking into the best way to have locked version repos for my CentOS
systems. The systems are all set up with Chef and have a couple
different recopies/roles. I'd like to have locked version repos for each
role with tested RPMs. Then perhaps quarterly apply any updates. It
would be nice to have something showing which updates are available for
these locked repos.
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci.
quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite.
Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2004 Aug 10
7
HTML Widget
Hi,
I''m pretty new to WxRuby, but I think it is the ideal solution to write
Ruby-applications for different platforms. I missed the wxHtmlWindow in
WxRuby, so I added it myself. You can grab the new files from
http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all
files I added to the wxruby-directory. These are mostly the *.t files
for the missing classes and some
2006 Mar 17
22
godaddy & rails
Sorry to trouble the list with this question... Do many rails developers
run or test rails apps on godaddy hosted servers? Is there any
documentation (outside of what godaddy provides) about uploading and
testing rails apps there? Perhaps someone has written a tutorial? I
googled, but found little to no info about it other than the sparse
godaddy docs.
Thanks!
2006 Apr 20
7
Rails + postgres case insensitive searches.
Hello all
I am wondering how rails handles case sensitivity in databases. If I
do a Person.find_all_by_name("tim") in mysql I would expect to get
tim, TIm, and Tim. Do I only get tim in postgres?
How do other people deal with this? Do you resort to find_by_sql for
all your postgres queries to get case insensitive results?
2007 Dec 29
6
Regarding the 1.1.3 security release
* Apologies for starting a new thread; I just subscribed.
Has anyone been able to make this exploit happen if requests are being
proxied to Mongrel through Apache? I''ve been trying variations on the
double-encoding thing and can''t trigger the exploit through Apache.
Hitting Mongrel directly does expose the problem.
I''ll still upgrade my servers, of course, but I
2005 Jul 29
10
Rails Wiki down
Howdy -
Someone''s probably already reported this, but anyhow, going here:
http://wiki.rubyonrails.com/rails/show/RailsOnFedora
results in:
====================
> Bad Gateway
> The proxy server received an invalid response from an upstream server.
>
====================
Yours,
Tom
2004 Jul 12
28
Windows compilation problems
Last week I was struggling to get xrc built into wxRuby and finally got
it to compile. The problem I am now having is that the normal samples
are not working at all (have not even tried any xrc stuff yet). So to
test if it is a problem with xrc or my build process I tried compiling
wxRuby without XRC, this caused the same error to be printed out as the
failed XRC build.
The output (in both
2006 Feb 23
11
Can''t use Gruff with Rails
Hello list,
I''m having a problem getting Gruff working with Rails on a Windows XP box.
I installed RMagick, then Gruff via the win32 gem, and it seemed to go
OK. From irb, I can do the following
- require ''rubygems'' ##### This returns ''false'', but seems to work OK
- require ''gruff'' ####### Ditto
- g = Gruff::Bar.new
etc., and I get
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please
forgive me if this is ground that''s been covered in the past. I''m
trying to load a frame from an XRC file (created using DialogBlocks),
and I''m having trouble getting an instance of the Gauge object using
the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows
XP,
2006 Jun 28
8
How to handle Gem repository failures?
Well, I''ve managed to screw myself but good, apparently.
I cleanup my "old" versions of actionmailer and actionpack, and now the
rails gem is unavailable and of course, I can''t start rails 1.1.2
without the latest actionpack and actionmailer.
None of the rails related gems appears to be currently available in the
repository for me to get the old versions back so
2004 Jan 08
3
pictorG
Hi!
Attached is the current version of my image organizing program.
If you dbl-click on a thumbnail, it will show the image (1:1 zoom) in a
dialog, and eat some memory....
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2005 Aug 08
3
[Fwd: Re: FXRuby or wxRuby?]
This was just posted on ruby-talk. I''d hate to let this go without any
rebuttal or explanation. Can someone (more qualified than me) please
compose a response?
Thanks,
Curt
-------- Original Message --------
Subject: Re: FXRuby or wxRuby?
Date: Mon, 8 Aug 2005 23:20:24 +0900
From: olof sivertsson <osivertsson@gmail.com>
Reply-To: ruby-talk@ruby-lang.org
To: