search for: kapila

Displaying 6 results from an estimated 6 matches for "kapila".

Did you mean: kapil
2006 Jun 27
8
cookies
could someone help me with cookies. I need help setting them and using them for output and etc. thanks. -- Posted via http://www.ruby-forum.com/.
2006 Jun 09
5
ssl and lightpdd
can you run a site with ssl on a computer on a router or do you need a dedicated ip for this? -- Posted via http://www.ruby-forum.com/.
2006 Jul 27
4
sending emails
Hi, i am running a rails web application on freebsd. I am having troubles sending emails. i have this: ActionMailer::Base.server_settings = { :address => ''smtp.mydomain.com'', :domain => ''mydomain.com'', :port => 25, :user_name => ''user'', :password => ''password'', :authentication=>:login
2006 Jul 15
1
writing directories and files
how do you write directories and files on your web server? I am trying to create users personal directory where their files will be stored. -- Posted via http://www.ruby-forum.com/.
2006 Jul 28
0
error sending emails
i get his error when using ActionMailer: /usr/local/lib/ruby/1.8/timeout.rb:54:in `new'' /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' /usr/local/lib/ruby/1.8/timeout.rb:56:in `timeout'' /usr/local/lib/ruby/1.8/timeout.rb:76:in `timeout'' /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' /usr/local/lib/ruby/1.8/net/smtp.rb:393:in
2006 Jun 09
0
ssl and login generator
I am using rails with lighttpd, ssl and login-generator gem. my problem is that i can login securely but any controller that has before_filter :login_required does not recognize that i am logged in and kicks me back to the login screen? help. -- Posted via http://www.ruby-forum.com/.