search for: mod_ruby

Displaying 20 results from an estimated 67 matches for "mod_ruby".

2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
...machine and can not get it to run. Maybe someone can help. The following was installed already: - apache2 2.0.54 (and PHP5) - Postgresql 8.1 Now, having the ''unstable'' branch in my /etc/apt/sources.list I did: apt-get install libapache2-mod-ruby and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4" successfully. Then: apt-get install rails that finished without errors (installing ruby 1.8.3 on the way). What follows gave me a deja-vu of Lotus Domino: Lots of helpful people writing lots of helpful hints in lots of places, nicely linked to other helpful sites - but...
2006 Apr 27
6
Why not mod_ruby?
Hi! I''ve understood that the mod_ruby apache module is not recommended for running Ruby on Rails applications. But I haven''t found any information as to why that is so. Please enlighten me. And could you point me to the (currently) prefered production environment. (That can handle both RoR and PHP sites). Thank you and be...
2006 Jun 30
2
Eruby.import -> "uninitialized constant" error
I''m working on porting a dynamic website done in PHP over to mod_ruby. I have everything set up and working nicely (I can make a .rhtml page, put ruby code between <% %> and it works etc), but when I try to use "Eruby.import" as a sort of analog to PHP''s "require_once()", I run into trouble. 1) eruby is in my cgi-bin 2) here...
2006 Jan 03
2
Rails is slow on Apache !!!
Hi , I have rails running on my development machine. I have installed mod_ruby and set up the httpd.conf file to add handlers for .rb files. But the speed I get is still slow compared to webrick which is blazingly fast. I have 2 questions 1. How do I determine if mod_ruby is loaded and is being used to run my ruby scripts ? 2. Which of these fcgi /mod_ruby is faster ? Thanks...
2006 Aug 23
12
mod_ruby and rails
Can rails run under apache and mod_ruby? How? -- 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@pub...
2006 Jun 04
4
eRuby & Rails: Not Compatible
...aming conventions"; i.e. where do I find an exhaustive list of these rules? Everything runs great under Webrick and then getting it all running under Apache is a nightmare. Why is this? Here''s the kind of output I''m getting in the logs: [Sun Jun 04 19:13:10 2006] [error] mod_ruby: error in ruby [Sun Jun 04 19:13:10 2006] [error] mod_ruby: /srv/www/htdocs/bget.org/www/aistracking/app/views/client/list.rhtml:5: uninitialized constant #<Module:0x40ab0278>::Client (NameError) [Sun Jun 04 19:13:10 2006] [error] mod_ruby: from (eval):77 [Sun Jun 04 19:13:10 2006] [error...
2005 Apr 08
0
switch mod_ruby to fastcgi but still use eruby?
Hello there list- I have a question I hope someone can answer. I have a Debian server that currently has mod_ruby and eruby installed and working great for the last year or so. I also have one rails app working great on this box. My question is this: I want to switch to fastcgi so i can have more than one rails app, but there are already many scripts using eruby with no framework at all just simple eruby...
2005 Aug 03
0
Apache::RailsDispatcher for mod_ruby
Hi, I wrote Apache::RailsDispatcher to run Rails applications on mod_ruby. http://blog.shugo.net/articles/2005/08/03/running-rails-on-mod_ruby Apache::RailsDispatcher can run multiple applications in the same process. It works like this: * require loads libraries into the top level, and they are shared with all applications. * require_dependency loads librar...
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
...Good Ruby Frameworks to grow more and More and for that we would like you to join us and sign below... This will considered to be an appeal by the Mass Ruby / Rails developers and students. ------------------------------------------------------------------------------- SIGN HERE.. TO SUPPORT... Mod_Ruby and Easy Deployment Solutions For a Best Future. Your Sign will change the Scenario Your Sign will be heard. Your Sign will be Noticed ----------------------------------------------------------------------------- I start with My Sign favouring this. Rahil Kantharia -- Posted via http://www.ruby...
2006 Jun 07
0
mod_ruby, mod_fcgid performance
anyone ever try to test between mod_ruby and mod_fcgid ? Artit S. -- Posted via http://www.ruby-forum.com/.
2005 Aug 16
9
Needed - a step by step WAMP installation of Rails
I am finding the installation process for Rails a bit confusing. First of all I want to use: Windows 2000 Apache 1.3+ MySQL The above is accomplished with WAMP5 from wampserver.com The problem is that there is no complete step-by-step for installation in this enviroment. The wiki instructions hop around from One-click to Apache.conf and other items. Installing CGI support for languages on
2005 Mar 02
4
Development without server restart?
I thought that Rails was supposed to allow development of an application *without* having to restart the webserver? I know this works in WEBRick ... but this doesn''t seem to be the case in Apache (linux). Am I missing something here, or does this only work in webrick? I suppose one should argue that for development you should just use webrick, but this wasn''t an option for me
2008 Jan 14
8
What is so hard about Rails deployment?
...be done with 1 command. (3) is just copy-pasting some configuration snippets and changing the port numbers. Granted, it took me a while to figure this out. Back in 2005, deployment documentation was quite bad. I expected to be able to integrate Rails into Apache, only to find out that there is no mod_rubyonrails, and that FastCGI on Apache is broken (at least, it was on Fedora 4 with Apache 2). After lots of Googling I eventually settled with lighttpd, and the thing Just Worked(tm). Today, we have tons of books about Rails deployment. And I agree, this setup is not usable for shared hosts, who hosts...
2005 Nov 06
11
Ideal Rails / Apache config?
Hi All, Just about to set up RoR on our server and was wondering what the ideal setup for RoR is these days? Apache 1? Apache 2? fCgi? Any guidance would be helpful! Thanks, -Adam
2005 Oct 17
2
What to install/configure?
...he (httpd, httpd-devel, and httpd-manual) 2) MySQL (mysql, mysql-server, mysqlclient, and mysql-devel) 3) ruby (ruby, ruby-libs, and ruby-devel) Gems: 4) rails 5) actionpack 6) actionmailer 7) actionwebservice 8) activerecord 9) activesupport 10) rake Where I start losing it is when we get to CGI/mod_ruby/FastCGI/SCGI and so on. What am I missing? What do I need? The default CGI stuff with Apache seems WAY too slow. I tried installing/configuring FastCGI and couldn''t get it working right. The SCGI stuff seems really new (is anyone using it?). What CGI solution do most use? FastCGI?...
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI. I have this config under httpd.conf ------------------------ LoadModule fastcgi_module modules/mod_fastcgi.dll ... Alias /fatturails/ "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public/" <Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public"> AddHandler fastcgi-script .fcgi
2009 Jun 09
8
Ui Designing with Rails opposed to PHP
Why are there more web design users using PHP instead of using Rails? Is there an advantage using PHP over Rails? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Feb 07
0
Re: odd http header corruption
...erates a string like: Content-Type: text/html Set-Cookie: _session_id=936ba003910da551a472708d4b7b3ff3; path=/ Status: 200 OK Cache-Control: no-cache but the output from rails through Apache is a properly formed HTTP header. >From looking at the ruby cgi library, I can see that if I was using mod_ruby that the output would be different, and would be directed straight to Apache, but I''m not using mod_ruby, so now I have two problems: 1. I can''t work out how the results of calling @cgi.header(@headers) in rails actually gets turned into a real HTTP response 2. I still can'...
2005 Jun 18
9
lighthttpd mod_scgi
I see that lighttpd 1.3.14 supports SCGI. lighttpd 1.3.14 - 2005-06-15 18:10 Changes ------- * added SCGI support via mod_scgi * added hash-based and round-robin load balancing to mod_proxy * fixed range requests larger than 2Gb * fixed compilation on Solaris * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy * fixed handling of URIs for ''+'' and
2006 May 13
7
Recognition Failure
I keep getting a Recognition failed for "/dispatch.fcgi" error. I search for a solution and the closest I came to finding one was someone saying "look at the Rewrite in .htaccess and you''ll be able to figure it out." Well, I can''t! If anyone could help, I would appreciate it. Thanks! Floyd -------------- next part -------------- An HTML attachment