Displaying 6 results from an estimated 6 matches for "charanya".
2011 Mar 21
2
Action Mailer - Proxy Settings.
...ects to internet
through proxy.
I am facing difficulties while Action Mailer tries to send mails.
It says, Time Out Error.
But when I try to run the code in the system which is directly connected
to internet without proxy, The mails are sent correctly.
Can somebody help me out it in this?
Cheers,
Charanya
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, s...
2009 Apr 17
2
how to call javascript function in text_field_tag
Dear all
Sorry for dummy question. How can I convert a text input in form to
upper case letter in view?
Can I call the javascript function toUpperCase() in text_field_tag??
<%= text_field_tag(:sometext, nil, :size => 14) %>
I know I can achieve this using params[:sometext].upcase in controller,
but I want to do this in view. Any ideas?
Many thanks
Valentino
--
Posted via
2010 Feb 02
0
Help needed in Routes
...;', :controller
=> ''mysite_questions'', :action => ''show''
end
But now the same route shows up an error in Rails 2.3.4.I am not able to
start the application even.
Kindly tell me what should be followed so that the application runs.
Thanks In Advance,
Charanya
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, se...
2009 May 06
0
Accessing Svn through rails
Hi
I am trying to combine SVN with my rails application
I want to get a file from the svn repository of the current version.
My app will provide facility for the user to upload a diff file.
And from this diff file and the file i got from the repository,I would
like to build the file with modification.
Is there any gem to support this? Or wat other methods can i use for
this.
Kindly reply
Thanks
2012 Jan 24
0
after_destroy callback order in Rails3.1.3
I am using PostgreSql as database and Rails 3.1.3 and ruby 1.9.3
I have 3 models.
- Activity
- ActivityObject
- ActivityObjectActivity
They are related this way.
**Activity**
> has_many :activity_object_activities,:dependent => :destroy
> has_many :activity_objects, :through => :activity_object_activities
> after_destroy :do_something_on_activity_object_related
2009 Mar 30
4
Displaying HTML code in view
Hi,
In my application i have the facility for the users to upload the file
which has code ...
And when i want to view the contents of the file uploaded in my view,in
case if the uploaded file is an html file then i am not able to display
the exact code...Instead the html content in that code gets executed.
if i have uploaded example.html
<html>
<head>