Displaying 6 results from an estimated 6 matches for "gudibanda".
2008 Sep 09
6
Prioritizing Mailer Queue / Action Mailer
Hi,
I have different kinds of mails going out. For eg:
1. signup
2. notification mails
etc
I am using mailer queue to avoid mongrels waiting on email to be sent.
However, it makes sense to have signup mails go instantaneously whereas
other mails can go to mailer queue.
Has anyone done such thing? Any suggestions please?
Regards,
SG
--
Posted via http://www.ruby-forum.com/.
2007 Nov 22
0
Remote function and returning value
Hi,
I am making a call to remote_function, which updates a variable that I
need to use in my current view. Call is happening, but the variable is
not getting updated?
PS: And to avoid missing template error , in my remote function I am
doing this: render :nothing => true, :layout => false.
Please Suggest.
Regards,
Sandeep G
--
Posted via http://www.ruby-forum.com/.
2007 Nov 28
0
dafault value of a textbox prompting user of what to enter
Hi,
I want to create a textbox that will have default text like "enter
author, title or ISDN number " which dissapears of when user types in
something.
Is there default attribute in rails for this? Or DO I need to go JS way?
Regards,
Sandeep G
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2008 Mar 06
0
how to end the BFS traversal at will( RGL)
Hi,
I am using RGL for some of the graph implementations. My requirements is
such that I need to find out all nodes that are at distance less than
3.
For this, I thought of traversing the graph using BFS and stop the
traversal when i reach 4th level. But how do I do this?
regards,
Sandeep G
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2008 Jun 24
0
open_uri on invalid URLs
Hi
I am using open(public_url) in one of the modules and it works fine as
long as public_url is a valid URL. But when i give an invalid URL, i do
not have control on error raised- My application fails and log shows :
Errno::ENOENT) \\\"No such file or directory
How can i catch these exceptions?
Regards,
Sandeep G
--
Posted via http://www.ruby-forum.com/.
2009 Feb 17
0
Best positioning of GEO IP identifier Apache or Ruby Code
Hi,
I am trying to make by site geo-intelligent. As in when a user comes
from US the default values on my site should become US specific and when
user is from any other place, I want to default to different values. So
its kinda US or Rest of US kinda thing.
I have learn''t that we have two options - GeoIP ruby gem and Apache
Module GEOIP.
So the question is where is it best to place this