[Rails] Re: Validate field not in model?

2009-02-27 Thread Nilesh Kumar
Hi Mike. Can you share the code snippet for the getter and setter methods you used, thanks. On Fri, Feb 27, 2009 at 1:48 PM, Mike C snib...@gmail.com wrote: Nevermind, getter was returning a user object instead of a string. fixed. :) On Feb 26, 10:10 pm, Mike C snib...@gmail.com wrote:

[Rails] Re: undefined method `start_form_tag'

2009-01-04 Thread Nilesh Kumar
what is the version of Rails you are using? On Sun, Jan 4, 2009 at 10:26 PM, cutegirl wei.w...@gmail.com wrote: I tried to generate a form using the Rails start_form_tag, but got the error message undefined method `start_form_tag' for #ActionView::Base:0x47b4c70. What could be missing

[Rails] Re: twitter gem not getting installed

2008-12-22 Thread Nilesh Kumar
the JSON 1.1.1 version on Windows (which I believe works) or put cl.exe's directory in your PATH environment variable. HTH, Susan On Dec 19, 10:59 am, Nilesh Kumar email2ni...@gmail.com wrote: Hi guys, I have to update a Twiter account from my Rails application. So I

[Rails] Re: mysql warning

2008-12-03 Thread Nilesh Kumar
Hi Peter. I am using XP OS and MySql server version is 5.0.41. Ruby's version: 1.8.6 and Rails version: 2.2.2 On Wed, Dec 3, 2008 at 4:31 PM, Peter De Berdt [EMAIL PROTECTED]wrote: On 03 Dec 2008, at 06:19, Nilesh Kumar wrote: In development.log one message always appears as * WARNING

[Rails] mysql warning

2008-12-02 Thread Nilesh Kumar
Hi everyone. In development.log one message always appears as * WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).* Though I have installed mysql using the

[Rails] Re: map.resources doubt

2008-10-02 Thread Nilesh Kumar
Thanks Chron for ur reply! On Wed, Oct 1, 2008 at 6:16 PM, Ar Chron [EMAIL PROTECTED]wrote: Nilesh Kumar wrote: Hi Rails experts, I have one doubt regarding map.resources. I am not clear with when to use :method and :collection in map.resources. Please help me out

[Rails] Re: map.resources doubt

2008-10-02 Thread Nilesh Kumar
Thanks Pratik for ur reply! On Wed, Oct 1, 2008 at 6:07 PM, Pratik [EMAIL PROTECTED] wrote: http://guides.rails.info/routing/routing_outside_in.html On Wed, Oct 1, 2008 at 12:00 PM, Nilesh Kumar [EMAIL PROTECTED] wrote: Hi Rails experts, I have one doubt regarding map.resources

[Rails] Re: Problem with single form and two models

2008-09-29 Thread Nilesh Kumar
what error u r getting? On Mon, Sep 29, 2008 at 11:32 AM, Indu Rs [EMAIL PROTECTED]wrote: Hello everyone Just started to learn ROR.Does anyone have an idea on how to store fields in two tables using a single form? I wish to store the registration details in 'users' table and the langauges