search for: rubyforapache

Displaying 15 results from an estimated 15 matches for "rubyforapache".

2006 Apr 23
1
really silly question (my first project and such)
Hi all My question has to do with a statement made in the database.yml file as generated by RadRails- " # There is no gem for Windows. Install mysql.so from RubyForApache. # http://rubyforge.org/projects/rubyforapache " Is webrick based on the apache web server? I don''t understand this particular aspect yet. I apologize if radrails questions aren''t supposed to be here, but I figured someone must know something. Thanks! Fred ------------...
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
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
I''m trying to install mod_fastcgi for my rails app. I use Apache 2.2 and FastCGI 2.4.2 in windows xp. I have modified the httpd.conf adding LoadModule fastcgi_module modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the modules directory). Whe i try to start Apache i have this error ---------------------------- apache: Syntax error on line 122 of
2006 May 06
4
Scaffold Uses Wrong Host for MySQL user
I''m following the example Depot app in Agile Web Development with Rails. The scaffold fails because it is not using the correct host for the user. Here is the error that the scaffold emits: Access denied for user ''jimmy''@''%'' to database ''depot_development'' The MySql user ''jimmy'' was created with the host of
2005 May 23
16
Success - Rails, FastCGI, and IIS / Windows Server
...Ionic Shade ISAPI ReWriter: http://cheeso.members.winisp.net/dl/IonicIsapiRewriter.zip Shane Caraveo''s FastCGI ISAPI DLL: http://www.caraveo.com/fastcgi/fastcgi-0.6.zip fcgi.rb and fcgi.so from Ruby for Apache: http://rubyforge.org/frs/download.php/2198/RubyForApache-beta2.exe It appears to be stable. I haven''t had a chance to stress test it yet but so far I have not seen anything odd like rubyw processes multiplying without limit. It took an all-nighter and more than once my stack of ASP.Net books started looky mighty attractive. xev
2006 May 11
12
Verifying Good Setup of RoR + PostgreSQL
I''ve been reading the RoR tutorials and wiki help stuff, but I''m stuck. :( I''ve got RoR installed properly and get the "Welcome aboard! You''re riding the rails." I have an "article" controller, "article" model, and both an "article" and "articles" views (one is a remnant, I think, and no longer needed) (the
2006 Jul 25
0
RESOLVED: Re: NameError (uninitialized constant Mysql)
Hi all I had asked the group about the error: NameError (uninitialized constant Mysql) appearing on the localhost since last few days. I was using Webrick for testing. I installed RubyForApache module, which installed mysql.so along with that. It wasnt successful even after following documentation/tutorials word-by-word. Anyway, the bottom line is : I uninstalled RubyForApache and everything is fine :) May this help if any of you have encountered this problem. Cheers Rajesh ________...
2006 May 03
3
mysql error
Hi, I am starting new on rails. Tried my first example got this error #28000Access denied for user ''root''@''localhost'' (using password: NO) Please do suggest as I am having this problem on one of my system but it works fine on the other.Really confused. Thanks Rohan -- Posted via http://www.ruby-forum.com/.
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
...to the database I have set up (the information is correct because I have used MySQL-front and MySQL administrator to talk to it). I ensure there was no weird characters in the file. 2) In the out-of-box database.yml, it says "On Windows: There is no gem for Windows. Install mysql.so from RubyForApache." A supposedly popular framework that doesn''t support the popular Windows+MySQL setup -- fine, even though the often touted "convention over configuration" ease-of-use fails to apply here, I am technical enough, so I go deep. I got the mysql.so. Because I have ruby i...
2006 Jan 11
3
Idle Apache+FastCGI sleeping?
...re a way to keep FastCGI ready all the time, even when there haven''t been any requests for a while? We''re deploying this app on a kiosk, so traffic is very low, but it needs to respond quickly at any time. System: - Windows XP (I know..) - Apache 2.0.55 + FastCGI - Ruby 1.8.2 - RubyForApache-1.3.1 - Rails 1.0 >From httpd.conf: <VirtualHost *:80> ServerName rails DocumentRoot "approot/rails/public" <Directory "approot/rails/public"> Options ExecCGI FollowSymLinks AllowOverride all Allow from localhost 127.0.0.1 Order allow,deny AddHandle...
2005 Aug 02
0
Re: RubyForIIS
...a client that wants to host the service on a windows machine with IIS. I was beginning to get a headache trying to figure out how to get it started without Apache. Thanks again. Francois Paul Boris wrote: > Hi, > > In cooperation with Kent Sibilev I have create a spin-off of the > RubyForApache one click installer and have made a RubyForIIS installer > that should help getting rails up and running within a windows > environment. > > _http://rubyforiis.sosukodo.org/_ > > This release is the first phase where setup is a manual process but at > least we do not need Ap...
2005 Dec 16
25
I Would Really Like to Try RoR but...
it''s been a nightmare trying to set it up. I keep getting a an Application Error message when I try to navigate to a url which should be taken care of by my newly created controllers. For instance, I wanted to test RoR out so I created a MyTest controller which should allow me to navigate something like: http://localhost/rubytest/MyTest but it does not. I have no problem getting
2005 Mar 06
10
A Nightmare on Rails Street: Windows Lives!
Just spent 40+ hours in two days deploying my app on Windows 2000. Not all the time was Apache/MySql related, but a significant portion was. What a nightmare that was. Unfortunately, the customer is dead-set on "standardizing" by using Windows. So, as I sat there between a Linux box and an AIX box working on this thing, I ran into problems, part of which were: CGI was slow (Dell
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 Dec 28
11
some notes about rails, apache, fastcgi and windows
hello. i''d like to share some feelings of mine after a couple of *weeks* intermittent attempts to have rails applications working on windows (XP) with fastcgi performances under apache (2.0). i''d say the software stack i''m using now will be fairly common as more and more new rails developers will join the bandwagon. what is stunning me is the fact that, even if