Search the web
Sign In
New User? Sign Up
RubyOnRails · Ruby on Rails
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 64 - 93 of 107   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64
Our national non-profit literacy campaign has a timely need for a RoR application/database to match donated recycled magazines by genre to preferences...
mennellj
Offline Send Email
May 7, 2007
12:39 pm
65
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 ...
enygma007in
Offline Send Email
May 13, 2007
1:38 pm
66
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...
Nicholas
nickaustin74
Offline Send Email
May 21, 2007
6:25 pm
67
If you're installing Rails on a Mac OS (10.4.9 is what I'm using) and you get this error: dyld: NSLinkModule() error dyld: Library not loaded:...
Nicholas Cancelliere
nickaustin74
Offline Send Email
May 21, 2007
7:00 pm
68
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...
ash6l9
Offline Send Email
Jun 19, 2007
10:43 am
69
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...
canardian2
Offline Send Email
Jul 27, 2007
4:26 am
70
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...
gers32
Offline Send Email
Aug 21, 2007
12:59 pm
71
I solved the problem, by replacing the Rails-generated "datetime_select" with "date_select" in _form.rhtml....
gers32
Offline Send Email
Aug 21, 2007
3:15 pm
72
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 ...
gers32
Offline Send Email
Aug 24, 2007
1:05 pm
73
This is how I solved my problem, using find ( :all ): def list_xml @rv_wrk_medical_staffs = RvWrkMedicalStaff.find( :all ) render :xml =>...
gers32
Offline Send Email
Aug 27, 2007
2:37 pm
74
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...
gers32
Offline Send Email
Aug 31, 2007
12:20 pm
75
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...
yahdoco
Offline Send Email
Sep 4, 2007
6:03 pm
76
... 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...
Niclas Magnusson
niclasmagnus...
Offline Send Email
Sep 4, 2007
8:05 pm
77
Hi buddy, download the Radrails as IDE and download the instanterails from web. extract the InstantRails and show ruby.exe in InstantRails to radrails ...
S A B B I R
cool.morpheus
Offline Send Email
Sep 4, 2007
8:40 pm
78
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...
bruno_prieto_reis
bruno_prieto...
Offline Send Email
Sep 5, 2007
2:06 am
79
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,...
febbed
Offline Send Email
Sep 6, 2007
12:27 pm
80
Is there any api in ruby which can work as HttpUnit?...
cool.morpheus
Offline Send Email
Oct 4, 2007
12:28 pm
81
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...
satyaatkiit
Offline Send Email
Oct 12, 2007
12:48 pm
82
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...
Prashant
anamaka
Offline Send Email
Oct 13, 2007
8:29 pm
83
Dear Satyananda Behera,Welcome to the ruby on rails group.Kindly go through from the following link for know more about...
Kalhan Deepak
saajankalhan...
Offline Send Email
Oct 15, 2007
12:48 pm
84
I would recommend Agile Web Development with Rails by Dave Thomas....
Paul
feldar_99
Offline Send Email
Nov 15, 2007
6:05 pm
85
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...
Paul
feldar_99
Offline Send Email
Nov 15, 2007
6:13 pm
86
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:...
Bijesh Naidu
suhas_p456
Offline Send Email
Jan 1, 2008
2:45 pm
87
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...
mpfilbin
Offline Send Email
Jan 12, 2008
1:46 pm
88
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...
Daniel Racovitan
danielracovitan
Offline Send Email
Jan 25, 2008
1:30 pm
89
... try to escape the "+" since it has special meaning in regex. $key_word = "c\+\+"...
Torsten Mangner
tmangner
Offline Send Email
Jan 30, 2008
1:17 pm
90
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 ...
Torsten Mangner
tmangner
Offline Send Email
Jan 30, 2008
1:17 pm
91
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...
mpfilbin
Offline Send Email
Jan 30, 2008
5:51 pm
92
... 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 ...
Torsten Mangner
tmangner
Offline Send Email
Jan 30, 2008
6:20 pm
93
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...
tbone9992
Offline Send Email
Feb 16, 2008
1:58 pm
Messages 64 - 93 of 107   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help