Description:
The Ruby dynamic OO programming language.
|
|
|
mechanize 0.7.6 Released
|
| |
mechanize version 0.7.6 has been released! * <[link]> The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as... more »
|
|
Work in Perth (Australia)
|
| |
Hi, I'll be heading back to Perth in the next few months after a few years working for Customs in Canberra. Is there anyone here from Perth who can give me a bit of an idea of the job market for Ruby work over there? Cheers, Dave ______________________________ ____________________________ Sent from Yahoo! Mail.... more »
|
|
Array#uniq with Hash elements... can't remove duplicates
|
| |
Hello, I am having some trouble trying to remove duplicate data from an array of hashes. I've read on the pickaxe book that Array#uniq detects duplicates using the eql? method on the elements, but it doesn't seem to work even if I monkeypatch the Hash class: class Hash def eql? other self == other... more »
|
|
Container wont contain! (noob question)
|
| |
Here I want to change Class1's var2 to equal 2. Now, I can do this by.. "object.m_container.container1 = Class1.new(2)", but I want to do it with "object.change_me = 2" Point is I want to change that variable by simply using a number, as apposed to xxx.new(arg). Why wont object.change_me =2 work? (sorry if this seems confusing or silly)... more »
|
|
gchart 0.5.0 Released
|
| |
gchart version 0.5.0 has been released! GChart exposes the Google Chart API ([link]) via a friendly Ruby interface. It can generate the URL for a given chart (for webpage use), or download the generated PNG (for offline use). * <[link]> ... * Support for Map charts [Mark Thomas]... more »
|
|
RailsConf Registration
|
| |
I registered for O'Reilly RailsConf, but I can't make it, so I'm looking to sell my ticket. This ticket includes Thursday, the tutorial day and these 2 classes: Thursday Morning Tutorials: Hands-on Rapid Rails Development with Hobo Thursday Afternoon Tutorials: Powering AIR Applications with Rails Opening bid is $400. This auction is here:... more »
|
|
PHPMYADMIN|MySQL5|RubyonRails| Apache
|
| |
This is the configuration I am trying to use , but I am kinda in a spot where I cannot figure out how to access phpmyadmin with Rails running. Let me explain .. Rails starts out running @ localhost:3000 , so would I not install phpmyadmin to be something like localhost:3000/phpmyadmin just as if I were using it with just apache. ( I have tried to put it there but cant... more »
|
|
Expected XYZcontroller.rb to define XYZ
|
| |
[Note: parts of this message were removed to make it a legal post.] Hi Guys, I have a page - [link] which was working fine and then I changed the code and I started having some issues. So, I reverted it back but I am still having following errors - Processing ApplicationController#dosearch (for 24.16.111.232 at 2008-05-11... more »
|
|
Extracting HTML
|
| |
Hi! I have a problem, and I can't find the solution. I'm developing an app, (with ruby on rails) and I'm trying to create a PDF with some information that I have in my database. The situation is the next one: In my database I have some fields that contains HTML source, that text it was added using FCKeditor. And now... more »
|
|
|