[Rails] Re: Rails with SSL problem

2010-04-28 Thread kitty00
anks! On Apr 28, 1:33 pm, Fernando Perez wrote: > kitty00 wrote: > > Thanks. > > I did follow the first article to set it up and I had this problem. > > The second one is for Suse. But from its example, I did those similar > > n red hat. > > In your resourceful rou

[Rails] Re: Rails with SSL problem

2010-04-28 Thread kitty00
No. Could you help me , what and where is supposed to add (the full line of code) into the routes.rb(I guess)? I am still new to ruby. Thank you! On Apr 28, 1:33 pm, Fernando Perez wrote: > kitty00 wrote: > > Thanks. > > I did follow the first article to set it up and I h

[Rails] Re: Rails with SSL problem

2010-04-28 Thread kitty00
Thanks. I did follow the first article to set it up and I had this problem. The second one is for Suse. But from its example, I did those similar n red hat. On Apr 28, 9:51 am, Anubhaw Prakash wrote: > Check out following links, these might help you > > http://www.buildingwebapps.com/articles/640

[Rails] Rails with SSL problem

2010-04-28 Thread kitty00
Hi, I have Rails with ssl_requirement plugin running on red hat with apache and passenger. I got a commercial SSL certificate through godaddy. I followed the SSL requirement doc and added "include SslRequirement " in application controller and ssl_required and ssl_allowed in the page controller.

[Rails] Re: multiple rails app with passenger on Debian

2009-10-28 Thread kitty00
I was trying to deploy them as: domain.com/app1 domain.com/app2 But I got the error message: the page you are looking for does not exist. On Oct 28, 3:45 pm, Marnen Laibow-Koser wrote: > kitty00wrote: > > Thanks! > > Yes, I did implement that way. each URI per virtual host per file. But > > i

[Rails] Re: multiple rails app with passenger on Debian

2009-10-28 Thread kitty00
Thanks! Yes, I did implement that way. each URI per virtual host per file. But it still did not work. On Oct 28, 1:24 pm, Norm Scherer wrote: > kitty00wrote:Actually, I want to deploy as sub URI. I found the following > instruction on phusion passenger web. But it still did not work. You can >

[Rails] Re: multiple rails app with passenger on Debian

2009-10-28 Thread kitty00
Actually, I want to deploy as sub URI. I found the following instruction on phusion passenger web. But it still did not work. You can deploy multiple Rails applications under a virtual host, by specifying RailsBaseURI multiple times. For example: RailsBaseURI /app1 RailsBaseUR

[Rails] Re: multiple rails app with passenger on Debian

2009-10-28 Thread kitty00
Thanks! On Oct 27, 10:40 pm, Andrew Pace wrote: > Configuring virtual hosts can get tricky the first few times you do > it.  Slicehost has excellent articles on the subject.   > http://articles.slicehost.com. > I go there often.  Just look for the articles under your distro. > > Andrew --~--~---

[Rails] Re: multiple rails app with passenger on Debian

2009-10-28 Thread kitty00
I have only one hostname. On Oct 27, 4:11 pm, Norm Scherer wrote: > kitty00 wrote:I figured it out - about symlink. But it still does not work. > How do I access the different apps?Each virtual host needs a different > hostname and you access the different apps by going to the hostn

[Rails] Re: multiple rails app with passenger on Debian

2009-10-27 Thread kitty00
I figured it out - about symlink. But it still does not work. How do I access the different apps? On Oct 27, 3:20 pm, kitty00 wrote: > I did not aware of that. > > Could you please advise how I should do that? > Thanks! > > On Oct 27, 2:58 pm, Philip Hallstrom wrote: >

[Rails] Re: multiple rails app with passenger on Debian

2009-10-27 Thread kitty00
I did not aware of that. Could you please advise how I should do that? Thanks! On Oct 27, 2:58 pm, Philip Hallstrom wrote: > On Oct 27, 2009, at 12:42 PM, kitty00 wrote: > > > > > > > I have been trying to setup the passenger so that I can run multiple > > r

[Rails] multiple rails app with passenger on Debian

2009-10-27 Thread kitty00
I have been trying to setup the passenger so that I can run multiple rails app on it without success. I found someone suggested following: Edit your virtual host file (example: /etc/apache2/sites-available/ example) so that the following is used: NameVirtualHost *:80 ServerName one.example.com

[Rails] Re: rails: command not found on Debian lenny

2009-10-09 Thread kitty00
Thanks you! I found rails and did alias and export path. I ended up installing activesupport too. Now it is working! Finally! Thanks a bunch to everyone! On Oct 9, 2:41 am, Leonardo Mateo wrote: > On Thu, Oct 8, 2009 at 9:44 PM,kitty00 wrote: > > > How do I create symlink for

[Rails] Re: rails: command not found on Debian lenny

2009-10-08 Thread kitty00
there is no file with rails-2.3.4 inside of the folder. On Oct 6, 5:18 pm, Leonardo Mateo wrote: > On Tue, Oct 6, 2009 at 6:19 PM,kitty00 wrote: > > > I installed ruby gems from their website and installed rails using gem > > install rails > > I got a successful install

[Rails] Re: rails: command not found on Debian lenny

2009-10-08 Thread kitty00
It didn't work. my gem is under /usr/bin/gem. On Oct 6, 5:15 pm, Alberto Furia wrote: > kitty00wrote: > > I installed ruby gems from their website > > ?! Not from debian official repos? > > > After I installed gems. I had to create a symbolic link otherwise gem > > command wouldn't work. > > typ

[Rails] rails: command not found on Debian lenny

2009-10-06 Thread kitty00
I installed ruby gems from their website and installed rails using gem install rails I got a successful installed notification. But when I tried to use rails command, it gave me command not found. After I installed gems. I had to create a symbolic link otherwise gem command wouldn't work. Anyone

[Rails] Re: Rails server on linux

2009-10-06 Thread kitty00
Thanks! I will give it a try! On Oct 1, 2:54 pm, Greg Donald wrote: > On Thu, Oct 1, 2009 at 2:50 PM, Marnen Laibow-Koser > > wrote: > > I'll try that sometime.  For the second time in this thread, though: why > > is Nginx better?  Just speed? > > It's the fastest I've ever used. > > > Resource

[Rails] Re: Rails server on linux

2009-10-01 Thread kitty00
Thank you for the suggestion! I do prefer Debian as a server. On Sep 30, 3:05 am, Leonardo Mateo wrote: > On Tue, Sep 29, 2009 at 10:41 PM,kitty00 wrote: > > > Hi, > > > I am trying to decide which Linux OS to use to implement rails server. > > I don't know

[Rails] Re: Rails server on linux

2009-10-01 Thread kitty00
Thank you for the clarification! On Sep 29, 4:52 pm, Greg Donald wrote: > On Tue, Sep 29, 2009 at 3:41 PM,kitty00 wrote: > > I don't know if Debian is better or CentOS is better. > > 99% of the software you find inside will be the same.  Every Linux > distro uses the sam

[Rails] Rails server on linux

2009-09-29 Thread kitty00
Hi, I am trying to decide which Linux OS to use to implement rails server. I don't know if Debian is better or CentOS is better. Which one is easier to install, update and maintain rails server? Also, which rails application server do you recommend besides passenger with apache 2? Thanks! --~--