Displaying 4 results from an estimated 4 matches for "howtosetupii".
Did you mean:
howtosetupiis
2006 Apr 18
2
ruby on rails and Micro$oft environment support - IIS & ms sql
...on rails instead of 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 ----...
2006 Jan 05
2
Instant Rails 1.0 Final has been released!
This release is unchanged from release candidate 1 other than to update the
version number in the Help>>About dialog.
Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails,
Apache, and MySQL, all preconfigured and ready to run. No installer, you
simply drop it into the directory of your choice and run it. It does not
modify your system environment. This release of
2006 Apr 04
21
Rails on IIS
I just spent the last two days trying to get Rails on IIS to work with
Windows 2003/IIS 6.0. I think I''ve finally got it working, but it took
more googling than I care to describe. Now I''ve got a few questions:
1) Is there some ''official'' Rails on IIS guide on this site on another
official ruby site that''s known to work well?
2) If not, can someone
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