Our national non-profit literacy campaign has a timely need for a RoR application/database to match donated recycled magazines by genre to preferences...
How can rescue_action_in_public method defined in ApplicationController be tested locally. Have tried forcing into production mode....but doesn't seem to work ...
I'm trying to pass parameters into a Selenium testcase using Test::Unit:Testcase ... would I do this with a fixture or simply pass parameters somehow into a...
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...
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...
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...
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 ...
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...
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...
... I'm new to Ruby too, but it should work if you open up a console, change directory to your desktop (C:\Documents and Settings\<username>\Desktop\) and...
Hi buddy, download the Radrails as IDE and download the instanterails from web. extract the InstantRails and show ruby.exe in InstantRails to radrails ...
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...
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 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...
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...
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...
HI, you can try by small change as follows, 521: def create_option 522: @option = Option.new 523: @option.name <http://o.name/> = "New Option" 524: 525:...
If you are a visual learner, I would recommend Ryan Bates blog of webcasts (or railscasts) at www.railscasts.com. He presents some practical solutions to very...
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 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 Torsten, I am not sure I entire understand your situation, but if I were you this is how I might set it up: First, I would have a table teams, a table...
... thx, mpfilbin. i knew how to use habtm, but thats not what i wanted. i dont want to have 1 or 3 or 4 teams on a match, but exactly two: one home, one away ...
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...