First  |  Prev |  Next  |  Last
Pages: 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
Ruby Open-source programs for photo galleries
I'm not finding any Ruby (on Rails or otherwise) open source programs of any sophistication for photo galleries. There is a PHP program Gallery (http://gallery.menalto.com). Am I missing something? Why aren't there programs as developed as Gallery or Wordpress? Is it just time or is there something different about ... 23 Apr 2010 20:50
NET:SSH fails authentification with :keys - ssh works
Tench Johnson wrote: hi, i can't get my head around this: Net::SSH.start("url.i.need.com", 'root', :keys => ["/path/to/keyfile"], :verbose => Logger::DEBUG ) do |ssh| ssh.exec!("mount /persistent") end gives me failed authetification and E, [2010-02-19T20:38:31.198582 #1494] ER... 23 Apr 2010 20:50
ruby require problem
I don't get it. Why doesn't ruby have just require/include for relative paths as it is in java, python etc. ? What's wrong? it's already 1.9 version which lacks these VERY basic and usual feature. Explain me plz. ... 24 Apr 2010 09:24
ANN: Gotham Ruby Conference Registration Open
Registration is now open for Gotham Ruby Conference, May 22nd in New York City: http://goruco.stagehq.com/. The Gotham Ruby Conference (GoRuCo) is a one-day event that will take place in New York City on May 22nd, 2010. It will be a technical conference aimed at highly motivated programmers interested in al... 23 Apr 2010 20:50
subscribe
subscribe Jennifer Lindner photoblog: www.jenlindner.com jen(at)jenlindner.com twitter: jenlindner ... 23 Apr 2010 20:50
Burn Audio CD
Is there an existing gem or library I can use to burn audio to a cd using ruby? -- Posted via http://www.ruby-forum.com/. ... 30 Apr 2010 15:06
Best way to write this method?
Could my code below be more Ruby-esque or simpler (using Ruby methods I might not know)? def range_overlaps?(a, b) array = a.to_a & b.to_a !array.empty? end def overlaps?(a, b) # Check if days overlap; if not, no reason to continue method if not range_overlaps?(a.keys, b.keys) return false e... 24 Apr 2010 16:07
If-Else within a loop going through array elements...
Hi All, I'm having problems with a if-else statement within a loop which cycles through an array, the code; "require 'rubygems' require 'pg' require 'hpricot' require 'open-uri' @doc= Hpricot(open("websiteURL")) #Get the departure boards for both directions (eastbound and westbound) boardsDiv = @doc.... 23 Apr 2010 20:50
Test::Unit examples and OptionParser
Hello, I am looking for a stack of unit tests examples to check the behavior of OptionParser for parsing command line options, such as: [option]: --help --output_file --cutoff_value --list_of_keys --verbose Cheers, Martin -- Posted via http://www.ruby-forum.com/. ... 23 Apr 2010 20:50
Finding dynamic Div tag using its innertext
Hi all, I am using watir , in that have a scenario where they change a innertext of div tag using javascript.Some thing like Onclick of button they change innertext of div tag. I want to find that dynamic div tag using the innertext (Inner text will be known & it's expected result),please some body tell how to s... 23 Apr 2010 20:49
First  |  Prev |  Next  |  Last
Pages: 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121