similar to: Virtual host using Instant Rails 1.7

Displaying 20 results from an estimated 40000 matches similar to: "Virtual host using Instant Rails 1.7"

2007 May 24
4
Create a virtual host using Instant Rails 1.7
Hi, I created a new rails application called demo using Instant Rails 1.7. It runs at the URL http://localhost:3003/blog/ The applications that a packaged with the zip file, cookbook and typo are currenlty the two virtual hosts. I can already run them using the following URLs http://www.mycookbook.com and http://typo/ Now, I want to add my application demo as the third virtual host in
2006 Apr 11
0
Instant Rails 1.3
Instant Rails 1.3 upgrades Ruby on Rails to its newly released version 1.1.2 and adds the native C MySQL/Ruby driver. There were no other changes over Instant Rails 1.1 ----------- 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
2006 Apr 19
0
Instant Rails 1.3a -- bug fix release
It turns out the native C MySQL driver is causing segfaults (at least on Windows 2000), so this is a minor maintenance release that removes this driver. Rails will automatically use the pure Ruby driver, instead. If you already have Instant Rails 1.3 installed, you don''t need to download this, just delete the file: InstantRails\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\mysql.so There
2006 Nov 04
1
Instant Rails 1.4 preview1 released (with RadRails support!)
This release of Instant Rails contains the following major changes: * Upgrades Rails to version 1.1.6 (other components upgraded to current release, also) * SCGI has been replaced by Mongrel (using Apache''s mod_proxy for forward requests). * For the development server, WEBrick has also been replaced by Mongrel. * Automatic RadRails configuration: if
2006 Apr 08
1
Aw: Instant Rails 1.2
----- Urspr?ngliche Mitteilung ----- Von: Curt Hibbs <ml.chibbs@gmail.com> An: rails@lists.rubyonrails.org, ruby-talk@ruby-lang.org, instantrails-users@rubyforge.org Gesendet: Fr., 7. Apr. 2006 20:30:44 CEST Betreff: [Rails] [ANN] Instant Rails 1.2 According to Zed Shaw who is doing extensive work on Windows at the moment, there is some kind of bug or adverse interaction between the Ruby
2006 Apr 01
2
Instant Rails 1.1
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 Instant Rails is for Windows, but there are plans for ports to Linux, BSD, and OSX. This release upgrades Rails to 1.1 and the
2006 Nov 04
2
Instant Rails 1.4 final released (with RadRails support!)
This is the final release for Instant Rails 1.4. It corrects the two known problems with the preview1 release (two help menu items caused Instant Rails to crash). Instant Rails 1.4 contains the following major changes: * Upgrades Rails to version 1.1.6 (other components upgraded to current release, also) * SCGI has been replaced by Mongrel (using Apache''s mod_proxy for
2006 Apr 07
5
Instant Rails 1.2
According to Zed Shaw who is doing extensive work on Windows at the moment, there is some kind of bug or adverse interaction between the Ruby based MySQL driver and Rails 1.1, but it appears the the C base MySQL driver works just fine. Instant Rails 1.2 now includes the C based MySQL driver and Ruby on Rails 1.1.1. Curt On 4/1/06, Curt Hibbs <ml.chibbs@gmail.com> wrote: > Instant Rails
2006 Dec 11
5
Instant Rails on XP sp1 setup issue
I recently downloaded and extracted Instant Rails v1.4 on my Win XP sp1 machine. After changing and saving the windows host file and starting the cookbook app with Mongrel, browsing to www.mycookbook.com does not work. With Mozilla it displays ''redirecting to cookbook...'' but never loads. It is finding the index.html in the cookbook/public dir, but the redirect to
2006 Jun 27
3
Reg webrick using instant rails.
Hi guys. I installed instant rails on windows xp home edition sp2.when i start webrick server on cookbook application.I am unable to access cookbook website from http:\\localhost:3000 as port 3000 is its defauls port .Please let me know whats wrong been happening.When i tried samething on xp pro it worked. please reply ASAP regards, Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 15
8
Instant Rails on Win XP SP2
I am trying to run instant rails on windows xp SP2. I can get the cookbook and typo sample sites to work with webrick but not with scgi. When i click the start with scgi i get a blank dos window and typing www.mycookbook.com returns Firefox can''t establish a connection to the server at www.mycookbook.com. This suggests that apache is not even running even though the green light is
2006 Jun 12
1
Instant Rails and your own applications
?I like your form css at http://www.pllite.com/projects/new Nice stuff! Stuart -----Original Message----- From: ian.connor at gmail.com Sent: Monday, June 12, 2006 3:14 AM -07:00 To: instantrails-users at rubyforge.org Subject: [Instantrails-users] Instant Rails and your own applications Here is the download link for the Instant Rails version of ProjectLounge Lite.
2006 Apr 12
1
Great Job Instant Rails Team
Hey John, I received the same type of functionality but I simply used WebBrick instead of SCGI and I was up and running. Great Job Instant Rails Team! :-) BTW, I have used rails on my PowerMac but this is the first for the PC and it took me less than 10 minutes to get operational. This includes download time, unpacking, and firing up the cookbook application. Now, I wish that my .Net project
2007 Mar 25
0
Instant Rails 1.7 has been released!
Instant Rails 1.7 contains the following major changes: * Upgrades Ruby to version 1.8.6 * Upgrades Rails to 1.2.3 * Upgrades phpMyAdmin to version 2.10.0.2 Many thanks to Jirka Pech who made the phpMyAdmin upgrade possible. You can download Instant Rails here: http://rubyforge.org/frs/?group_id=904 You can read the complete release notes here:
2009 Feb 08
0
Instant Rails CookBook Into Full Ajax CookBook
Hello everybody, are there any link in this world that pointed tutorial on how to convert Windows InstantRails CookBook app into a Full Ajax CookBook app, I mean by FULL here is when I need to create a new recipe the page doesn''t fully refresh at all but just partial refreshing and put a new input form in top or the bottom of the list and when the create new recipe button being pressed
2006 Oct 25
4
Instant Rails
I''m having a newbie problem getting Instant Rails to start WEBrick. I''ve created a demo project by type Rails Demo at the InstantRails command prompt. This worked fine. I then navigate to the Demo directory and type ruby script/server. I get the following errors... C:\InstantRails\InstantRails\rails_apps\demo>ruby script/server => Booting WEBrick... => Rails
2006 Feb 03
1
Rolling with Ruby on *Instant* Rails - "New" Tutorial
Greetings! The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my
2006 May 26
7
Instant Rails and your own applications
Hi, I want to make an open source rails project as easy as possible to install. Can I use Instant Rails for this? I treid to look at the FAQ but could not see this was possible. Ideally I would like to have Instant Rails install Ruby, Rails, MySql, etc and then have it add my application and add the mysql user (could be just root also) and then the sql for creating the tables. Sound like fun
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 Jan 03
2
Instant Rails 1.0 Release Candidate 1
This release upgrades the included Ruby to version 1.8.4 and will become the final 1.0 release of Instant Rails if no serious problems are found. 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.