Displaying 15 results from an estimated 15 matches for "ratnavel".
2007 Dec 06
8
Default value for country_select
...t to populate the country names.
This is how i use <%= f.country_select :country, :selected=>''United
States'' %>
i also tried
<%= f.country_select :country, :priority_countries=>''United States'' %>
Do help me out to fix this..
Thanks in advance
Ratnavel.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2007 Dec 27
1
Do any one have success stories using ExtJS with rails
Do any one have success stories using ExtJS with rails?
Its open to discuss about Ext-Js plugin''s features, success stories and
drawbacks..
Cheers,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Apr 15
1
How to call a java applet in rails application?
...upload
image to the web server from Scanners.
I have couple of doubts in accessing that applet file.
1. How to call this applet from rhtml file, and where should i place
this file.
2. I also use some external jar files which i imported in my applet
file, where should i place these jars?
Thanks,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2007 Dec 27
6
populate data in another fields on selection
Hi,
I would like to know how to populate data in another text fields on
selection from a drop down
For Ex
1) The form contains 4 fields out of which 3 are text fields and the 4th
one is
drop down list.
1) i would like to know how to populate the 3 text fields with data
simultaneously
on selection from the drop down list.
Please Help.
--
Posted via http://www.ruby-forum.com/.
2007 Dec 07
1
format.json
Hi did anyone used format.json before..
If so pls, do let me know how to use it....
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2008 Jan 07
0
Is Ext js compatible with Rauils 2.0.2?
Hi,
I was using Rails 1.8.6 till last week..
Now i updated my system dev environment to Rails 2.0.2, From then those
Ext js modules are not working..
Can some one help me out..
Thanks.
Ratnavel.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2008 Mar 05
0
TWAIN and rails applications
Is TWAIN compatible with Rails application?
Do anyone has success stories with this..
Thanks,
Ratnavel.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2008 Apr 18
1
RAILS Plugin for Twain
Hi,
Any one creating the rails plugin to integrate with Twain?
Thanks,
Ayyanar. A
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2008 May 27
0
How to find Date and Time difference in controller?
Hi,
I need a method similar to "distance_of_time_in_words_to_now" to be used
in the controller.
"distance_of_time_in_words_to_now" methods work only in view.
Thanks,
Ratnavel.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2008 Jul 22
1
Rails and Giropay Integration help needed?
Hi,
I have a requirement to integrate paypal, google checkout, giropay to
my application for payment processing. Am done with Paypal and google
code.
I need help in integrating giropay since my cliet is from Germany..
Gimmi some fair suggestion in integration.
Thanks in advance,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Oct 22
1
Sending thousands of email with ar_mailer
Hi,
to send an email with ar_mailer I need to generate it and save it to
the db, right?
Currently the code looks very simple:
Newsletter.recepients.each do |recepient|
NewsletterMailer.deliver_dedicated(request, recepient, newsletter)
end
But for i.e. 30000 receivers it''s going to take a long while anyway.
Should I create them somehow in the background using BackgrounDRb or
something
2009 Jul 12
3
RESTful Authentication Plugin Not Found
I am new to Rails, but when I try to install the REST Authentication
it always says plugin not found. I''ve followed the instructions on GIT
and I also followed along on the NETTUTS explanation. I copy and past
what is shown but without success. Any ideas out there? Thanks for the
help.
2007 Dec 07
2
Pagination using will_paginate
...lly if one click the page number links the request will be posted
back to the same action or method which rendered that page.. But in my
case due to some url formation errors its getting redirected to the show
method..
Did any one faced similar issue.. If so help me fixing it.
Thanks in advance.
Ratnavel Sundaramurthi
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocF...
2008 Apr 17
5
Uneditable Fields in edit form
When using active scaffold, Is there a way to display form fields as
uneditable in edit form? Thanks a lot..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this
2008 Mar 03
4
To use JS in RedBox Plugin
Hi All,
I''m using redbox plugin in my app. Redbox plugin is working properly.But
when i try to change text box values using js its not working.
The Code is
<input type="text" name="playlist" id="playlist_name">
<input type="radio" name="playlist"