View Full Version : Ruby
- xml-mapping lib question?
- Ruby Question
- List of error messages
- saving a text file from a web page & save us from PERL/PHP
- Read last line of a file
- How to - SSH in Ruby
- mailing list translation gateway service released!
- Short introduction on how to create good source doc?
- printing the array values in c
- replacing spaces
- to_plain_text() in hpricot doesn't do what you'd think it'd do...
- Break a recursive loop
- error: conflicting types for ...
- How to run same test suite multiple times using watir
- Single Sign on
- [ANN] igraph 0.9.0 Released
- my GUI is not work in ruby 1.8.6
- create, read, update an sqlite database
- Is there an equivalent in irb to command: history in bash?
- False positives in editing data
- Checking for uniqueness
- Regexp for parsing?
- Open-ended ranges?
- Bug in IRb?
- Count substrings from a string
- question about GUI toolkit
- Save The Date: Gotham Ruby Conference 2008
- GUI and ruby
- Which script shall I choose for web automation?
- Five Top programming Languages
- Build failure trying to use rb_define_alias on rb_mKernel
- [ANN] csspool 0.1.1 Released
- prettier documentation
- eval, module_eval, define_method, and all that
- String escape mystery.
- make a hash object to string object as look like a hash ?
- How to avoid Fixnum rounding error
- Executing another cmdl-app with ruby and typing in a password?
- convert GMT to EST
- problem with input value
- Hash -> Struct
- Readline + completion of "all files in current directory"
- no such file to load -- tk (LoadError)
- Weird behavior with hpricot and variable assignment
- call with async method
- Problem with String.gsub and \' as a replacement string
- ploblem with SciTE
- Observe variable set and variable change
- void value expression
- REXML memory consumption
- Not feeling the flog…
- Composition: Build objects from other objects
- gem update & $LOAD_PATH
- an interesting one-liner to ponder
- Letters with accent marks
- Pickaxe: "Top-Level Execution Environment"
- let/as with local variable hiding
- Problems with finding tk
- 4th Annual RejectConf Videos
- "instance_eval" (eg, sent to a class object)
- [ANN] EZ install for RMagick on OS X
- what is wrong with class variables? (newby)
- OpenStruct, OpenObject both seg fault, this does not, anything wrong?
- argv defines
- cmd line: gem install rails -r -y
- [QUIZ] Goedel (#147)
- accessing instance variables from an inherited class
- Ruby+Glade+notebook-widget
- PDF of Flanagan and Matsumoto Ruby book?
- able to reproduce segfault, what now?
- railroad problem
- What is the correct way to check for existence of virtual class?
- Meeting Michigan/Indiana/Georgia Rubyists?
- Questions about TCPSocket
- xampl project - Is it still alive
- License of the ruby standard library
- use escape character for rdco
- Rinda and Tuple Spaces
- meta-class subclass relationships
- constant name resolution and module_eval
- Can someone show me how to use ARGV with my class?
- Test::Unit::Reporter
- Alternative Ruby grammar
- Anyway to make grep take a regular string?
- sql managing
- ruby/pcap with threads
- Stripping the extensions off of a file...
- From rails 1.x to rails 2.x : basic case not working
- [Ann] Google translate ruby client api 0.1
- Genetic Algorithm and Ruby
- Using a variable with gsub & sub
- (1..5) === 3 > true 3 === (1..5) > false
- instance variables as class variable ?
- Adding Post Data to IE.navigate method with Ruby
- Ruby to Python translator
- use module or class with a container that holds only objectreferences?
- Do I need to use JRuby to access an remote oracle DB with JDBC ?
- xmlrpc problems
- Module vs Class
- problem: ruby-fcgi on windows blocks other threads
- Struct constructor
- webrick alternative
- Ruby & Flash
- Net::HTTP header issue
- [SUMMARY] Vehicle Counters (#146)
- design timelines
- compile ruby under windows xp with MinGW
- How to Create Tree View
- Array checking ????????????????????
- Thread synchronization
- No grok the &block
- how to get the WSDL of a ruby web service
- "How Classes and Objects Interact" (Pickaxe)
- adding an attribute to an object
- Linking to the tk directory
- Post about ThreadDump Stack Traces
- "&prock", not "&block"
- test/unit question. Accessing class variables?
- Recursion help.
- seg faults with 1.8.6
- Transfer content of flat file to an array
- Hpricot & mechanize fail to parse page after redirect
- rspec questions: same file? mocks objects as params?
- Date.new('2007-09-01') not legal?
- Beginner needs help...
- Put a argument into a Ruby script
- win32ole: Pass by Reference
- [ANN] RubyGems Beta 0.9.4.7
- "once" meta-method without "module_eval" (Pickaxe)
- writing web services using Ruby
- My hashe is only storing 1 set of values....
- Overclocking Guide
- efficiency of recursion (stack level too deep)
- Read file into array
- Can't run cgi script with Apache 2.2 with Windows XP
- creating a framework to wrap a gem
- Module#constants
- Windows Event Logging
- the dragon has-a traits object
- recursion with blocks
- ML issues?
- MySQL failed to install due to priveleges
- can't modify literal regexp: why?
- Ordered Hash Usefulness
- Oracle Mix, powered by JRuby
- Shadowing bug??
- Why are so many people confused about "Enterprise" software?
- Get file path of script being executed
- rrdtool gem
- Ruby Libraries (and Leopard)
- reading a column formatted data
- Handy method Object#in?
- best open source sample
- Problems with rexml
- array ordering / selection according to elements -
- method_added/define_method infinite loop
- How do I exit from a block
- oci adpater and Oracle
- Open URI & web scraping. Part II
- How to create Badge Reports in PDF Format
- COMP
- File Uploading codes
- how to ensure signature compliance while mocking in ruby
- Whats the ruby way of associating metadata with a function
- Recursion occur when compile ruby source code
- Yielding an object and caring about the result: the cousin of Object#tap
- setting attributes with composition
- Outputting file sizes of each item in a directory (error)
- 2008comp.lang.ruby
- Indenting REXML output...
- File Uploading in Ruby
- [ANN] JRuby Talk by David Koontz at Phoenix Java User Group
- How to wrap code examples in comments
- Net::NNTP accesses private methods?
- Fractional part of a float
- How to debug failing Kernel.system call
- Open URI and web scraping...
- What's up with RAA
- What folder are user created Classes traditionally stored in?
- How to reload available rubygems in a long running process
- User awake?
- alias_method :tap, :affect
- gem install problem
- Export to Excel Spreadsheet
- extconf.rb >> mkmf
- nested namespaces: so many spaces
- Including nil HTTP header
- ActionMailer integration tests with Rails
- Export to Excel Spreadsheet
- Problem installing ruby in linux virtual machine
- MySQL Module - Segmentation Fault - Windows
- Format string
- array select
- class <<Time ?
- generate an array of dates
- Threading from a loop
- case when when
- how to install ruby in home folder ?.
- identify open workbook in excel?
- does Ruby has method properties
- Getting methods defined in the top scope
- How do you use flexmock or mocha to test user interaction?
- Controlling attribute setting in a Struct
- [noob] name of a variable, at runtime
- comp.lang.fortran challenge
- newbie stuck with multiple conditions
- Socket timeout
- an attr_* in a constructor?
- [ANN] [JRuby] Fast Debugger for JRuby
- Hiding backtrace with "x levels"
- RubyOnRails - One view, many actions
- DBI - error loading driver
- Grokking the C code
- Ruby Going Full Throttle On CPU
- [Krakow] Ruby meeting 17.11.2007
- another Ruby on Rails certificate program
- Difference between File and FileTest?
- How to write a nice (complex) console app?
- about const_missing
- [ANN] Gosu 0.7.7 (includes Chipmunk & ruby-opengl integration demos)
- bug in nested defs (?)
- CGI.new Can't Get the value ?
- Hi there.. :) please read this topic :)
- composition (Dragon "has a" Trait)
- Have you contributed documentation to Ruby's std-lib?
- Date
- Scan for Tokens
- ruby-1.8.6-p111 build on osx 10.5.0 fails; ok on 10.4.10. bug orconfig?
- Reports in Ruby
- REXML::Document parsing
- Is Set#freeze broken?
- Quick Guide for Ruby Programming
- why this rake db:migrate error
- top-level methods and constants
- Looking for a Sudoku Algorithm to implement in Ruby
- the problem i'm facing is to create a libary file with binding to ruby on windows platform
- [ANN] cape_town.rb - Inaugural Cape Town Ruby Brigade Meeting
- REXML parsing issue
- yaml error. dunno why
- Thought I'd share my alias
- ANN: Sequel 0.3.4 Released
- non-English path problem
- Is this file locked?
- Help with Leopard
- equivalent injecting implementations?
- undefined local variable or method (filling an array)
- odd error
- [ANN] OpenlySociable Micro 0.0.1 released!
- [ANN] Curl::Multi version 0.1
- How to edit a file without loading it all into memory
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.