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...
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, 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...
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...
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...
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...
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, 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...
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, 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 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...
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...