Hi, I am new (very new) to ruby. I have ASP (vb script), and JavaScript experience and now I am starting with Ruby. I have gone thru some training materials...
Hi everyone, I am using ruby on rails as a functional testing tool for my we applications and it is awsome. I like to know if there is a way to find the...
Hello, guys. In my app I need to render a page in an action and them, intercept it in the after_filter and maybe change it. Is that possible without getting a...
Hi I'm trying to find a solution to what I would describe as inconsistent state of session objects updated from multiple pages using Ajax techniques. A...
Hello, Last year, I began my studies of RoR by "Agile Web Development with Rails" (the classic..) when It was in its first edition. At that time, I've...
Hello, i just installed the rcov plugin for my rails application and when i run the unit tests i get this error: rake test:units:rcov 27 tests, 49 assertions,...
Hello, I'm new in rails and I'm developing an application using it. In one of my model classes I need to set an initial status when I instantiate it. I...
Announcing the Inaugural meeting for LARuby – the new, local Ruby on Rails user group! LARuby is a new user group created by several passionate Ruby on Rails...
hi I have installed Ruby 1.8.5-21 and also installed the watir 1.5.0 gem. but when i use the run the below program [code] require 'watir' include Watir # use...
Hi, Bob Jones here from Architechs. We are a Boston area full time tech search firm. We currently have a Boston area client with a full time role for a Senior...
Chumby Industries Inc. (www.chumby.com) in San Diego, CA, is looking for a Contractor with Ruby on Rails and I18N experience to deliver results for the...
Hi All, Been struggling with a GoDaddy deployment. Wondering if anyone can help? Simple Rails app where the app, componens, config copied directly under the...
hi there, i got to tables "teams" and "matches". create_table :teams do |t| t.string :name t.timestamps end create_table :matches do |t| t.datetime :kickoff ...
Hi, While the time of executing the following regular expression pattern match , it show some error message, Can any one help me?? code: $key_word="C++" ...
Hi all, I am looking for some documentation for madeleine API (http://madeleine.rubyforge.org/) The link on their site returns a 404 error. Do you know an...
Hi all I am new to Ruby on Rails. I want some materials to start this. Can anyone having any tutorials regarding this send me ? Thanks n Regards Satyananda...
I have been getting a strange error message and I can't figure out what's causing it, and haven't found the answer online anywhere. The error message says...
Topic: Using Rails to Create an Enterprise App: A Real-Life Case Study Date & Time: Thursday, October 18, 2007, 7pm-8:30 pm Speaker: Dave Keener David Keener...
ChicagoRuby.org is a group of Chicago area Ruby and Ruby on Rails enthusiasts. We cover multiple levels of Ruby on Rails expertise. Here's our September 15,...
Hi all, I want to send an e-mail using google smtp, but I get the following message: Must issue a STARTTLS command first does anyone here knows what should I...
Hi Everyone...I am totally new to this language. I have installed ruby on my computer. I have a ruby icon on desktop. The name of the icom is hello.rb. Inside...
Hi, I generate in RoR an XML file representing Oracle database data, which is then sent to an Adobe Flex UI as an HTTP Web Service. In order to format DATES in...
For the purpose of calling from a Flex HTTPService, I need to create an XML version of the Rails-generated list() function. The original is: def list ...
I have several DATE fields in several Oracle tables. Some have time information, some don't (but same data type). Rails doesn't seem to handle the ones that...
I'm using the Agile Web development book to learn Rails. The book says that if I install lighttpd web server the script/server ruby script will find it and use...
hi everyone....... actually me want to have a form having the name field as drop down ......when new is selected the form shud create a record and wen an...