Displaying 8 results from an estimated 8 matches for "rubyforii".
Did you mean:
rubyforiis
2005 Aug 02
0
Re: RubyForIIS
...ws
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 Apache anymore to get things going. A future
&g...
2006 Mar 01
6
Rails on 2003
The site describing how to set up IIS on Windows 2003 for Rails appears
to be down:
http://www.bitslapped.nl/articles/2005/06/05/rails-on-windows-2003
Does anyone know anywhere else where this information can be found?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 18
2
ruby on rails and Micro$oft environment support - IIS & ms sql
...asp, but I''d like
to know how well it goes with IIS and MS SQL, because for the moment there''s
no way we could switch to apache and mysql/postgresql.
I''ve already found some resources dealing with rails on IIS
http://wiki.rubyonrails.com/rails/pages/HowtoSetupIIS
http://rubyforiis.sosukodo.org/rubyforiis
http://bitmask.co.uk/ruby-on-rails.html
And I did some (very basic) test with a sql database.
But I''d like to know if anybody had any real experience with such an
environment.
Thanks a lot in advance.
Saludos
Sas
-------------- next part --------------
An HTML...
2006 Feb 13
8
Anyone have Ruby for IIS installer?
...yonrails.org] On Behalf Of Erwin Quita
Sent: Friday, February 10, 2006 3:03 AM
To: rails@lists.rubyonrails.org
Subject: [Rails] Anyone have Ruby for IIS installer?
I''m setting up ror on windows and will be using iis...
does anyone have the "ruby for iis" installer?
the http://rubyforiis.sosukodo.org/ site is down...
if anyone has the installer please email me.
any help would be appreciated.
best regards,
Erwin Quita
_______________________________________________
Rails mailing list
Rails@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2008 Jan 11
26
Mongrel doesn''t start under Rails 2.0.2/Win XP
All,
Mongrel 1.1.3
Rails 2.0.2
Ruby 1.8.6
Windows XP SP2
When I issue the command "ruby script/server" from any of my Rails
projects on v. 2.0.2, I get a Windows dialog with the error:
"The application has failed to start because MSVCR80.dll was not found.
Re-installing the application may fix this problem."
I''ve gone through the process of attempting to introduce
2006 Feb 10
0
Does anyone have Ruby for IIS installer?
I''m setting up ror on windows and will be using iis...
does anyone have the "ruby for iis" installer?
the http://rubyforiis.sosukodo.org/ site is down...
if anyone has the installer please email me.
any help would be appreciated.
best regards,
Erwin Quita
2006 Feb 10
22
Mongrel 0.3 -- Runs Ruby On Rails
Hello Folks,
This is the long awaited release of the Mongrel HTTP library that
supports *Ruby On Rails*. I know tons of people have been waiting
for it, so I''ve got a few things to lay down first before you get all
excited:
1) It''s very very ALPHA support for Rails. It will run a Rails app,
and runs my simple apps, but it''s not fast or correct as it needs to
2006 Feb 24
5
Controller Methods gets called twice on single invocation
I have no idea why this is happening but it seems like every method on
my controller gets called twice. Here is what it looks like when I call
a list using the scaffold code
==========================
Processing DepartmentsController#index (for 127.0.0.1 at 2006-02-24
01:05:00) [GET]
Parameters: {"action"=>"index", "controller"=>"departments"}