similar to: Need volunteer for cool RubyForge add-on

Displaying 20 results from an estimated 5000 matches similar to: "Need volunteer for cool RubyForge add-on"

2005 Mar 07
2
radio_button helper and "checked" option
Does anyone know how to get the radio_button helper to set the html "checked" option? Thanks, Curt
2005 Mar 07
2
Problem with Rails 0.10.1
I''ve got a view template that contains this: <%= render_component(:controller => ''reviews'', :action => ''show'', :params => { ''id'' => review.id }) %> In Rails 0.10.0 this worked just fine. After I upgraded to 0.10.1 I get this error: ActiveRecord::RecordNotFound in
2004 Aug 18
7
Wiki spam
Anyone know how to restore a Wiki other than manually? Nick
2005 Mar 30
35
Respect and Disappointment
I''ve finally started a blog. I really didn''t want to go public with it until I was sure I keep it up, but DHH posted a entry to his blog that I feel compelled to comment on. You can read about it on my blog: http://www.bloglines.com/blog/CurtHibbs Curt
2005 Dec 19
2
rails based wiki: is instiki still being developed?
hello, is the instiki project still being developed? it seems the web site is down for a couple of weeks now, and almost no activity is going on on the developer mailing list. on a related note, are you aware of other actively developed rails-based wikis? many thanks in advance.
2005 Mar 04
3
Whoo Hoo... We''re on the Slashdot front page!
Part 2 of my Rails article on ONLamp.com just made the slashdot front page! The entry, itself, is here: http://developers.slashdot.org/article.pl?sid=05/03/04/1319242&tid=156 Curt
2003 Nov 11
4
Wiki?
I guess this is mostly for Curt, but I wanted to toss it out there. I could really use a wiki to capture the information that gets posted to this list. Eventually we''ll want FAQ''s and HOWTO''s, as well as a "real" manual, and the wiki is great for collecting raw material. Also, we should have links to related projects, like wxrbbr, and projects written in
2003 Nov 11
1
wxRuby is now linked from the wxWindows site
I sent a message to Julian (the primary author of wxWindows), and he immediately added wxRuby to the list of "Related Projects" on the "Community" page of the wxWindows site: http://wxwindows.org/ Thanks to Gour for suggesting this. We are also listed in the Ruby RAA, under Library, GUI. If anyone knows of other places we should be linked, let me know. Or better yet,
2005 Mar 10
24
(Online) documentation for 1.0
With the big One-Oh on it''s way, I''m thinking we should perhaps start to work on the documentation some more. The RDoc format is perfectly fine, and does its job beautifully, but I think it doesn''t quite reflect the whizbang value that rails has, especially for newcomers. As one who has looked at the api docs almost daily for several months, I feel quite comfortable
2006 Mar 08
6
GD error...
Hi! I''m new in ruby/rails programming and i have a small problem. I have installed InstantRails 1.0 (for Ruby/Rails/Mysql/Apache envs) and I''m trying to make a small app working. I''m using auth_generator for making a login page/users admin pages... and I have a problem when trying to CHANGE the avatar for the user. I have the following error: MissingSourceFile
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
2004 Jun 22
2
wiki spam
Looks like the Wiki got spammed. Dan
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
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
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:
2006 Mar 22
6
Relatively easy HTML/XML parsing utilities?
Anyone know of any Ruby modules which can be used to parse an HTML page ? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Feb 17
4
PayPal WSDL API on Rails anyone ?
Hi ! Has anyone connected to the Mass Pay API of PayPal using Rails ? I need to do this for a customer, and I wanted to know how easy/hard it was. I have no experience using SOAP, WSDL, etc. I saw soap4r[1] on the RAA[2]. This is probably what I''ll need to use. One question I haven''t answered yet is whether soap4r will accept PayPal''s certificates ? Thanks for any
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Hello, I am trying to build vmkit2 from the repo using OpenJDK 6 (stock install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get the core dump below. I am not sure what the issue is, but I was getting the same error when I was also using classpath. My build environment is set up in the following way: