Displaying 20 results from an estimated 3000 matches similar to: "Instant Rails 1.7 has been released!"
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 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 02
0
phpMyAdmin Instant Rails
On 4/2/06, Gregor Jovanovich <gregor007 at gmail.com> wrote:
>
> I really think Instant Rails is a classic - all the right stuff in a small
> package!
>
> My problem is that I have IR installed on my desktop and laptop, but the
> phpMyAdmin is "greyed out" on the desktop system - why?
Both Apache and MySQL have to be running in order to use phpMyAdmin. If
either
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
2007 Apr 11
1
Does Ruby 1.8.6 fix the Breakpointer problem?
Hello,
Does anyone here know if Ruby 1.8.6 fixes the "BreakPointer" problem in
Rails? The reason I ask is that I have been working with Curt Hibb''s
InstantRails in Window (at last I have found a usable Rails system on
Windows). Currently, I am on InstantRails 1.6, but Curt has made
available InstantRails 1.7 which has the following components:
Instant Rails 1.7 contains the
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 Jul 20
3
Instant Rails not finding database
Hey there
I''ve got instant rails installed, and it''s phpmyadmin can find the
database at the ascribed mysql port (3210)
...however, altho i have got my ''depot_development'' db in there (along
with the other dbs that ship with instant rails)... the rake script from
the instant rails command interface cant find ''depot_development''.
Looking at
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 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 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 May 18
10
What IDE can be used with InstantRails
What IDE can be used with InstantRails
I have installed ?InstantRails-1.3a-win? on my PC.
When I first started the InstantRails, an error message said something
about unable to start Apache because Port 80 being used by another
process. I went to change the Apache Port 80 and List 80 to Port 4001
and Listen 4001 respectively.
I was ratrher pleased that ?phpmyadmin? was working at
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.
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 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
2005 Oct 12
0
Download link for Instant Rails
When I announced Instant Rails I forgot to include the download links. I''ve
since posted them several times to that thread, but some people will miss
them because they are buried in the thread. So, here they are in their own
top-level message.
The Instant Rails home page is:
http://instantrails.rubyforge.org/
and the download page is at:
http://rubyforge.org/frs/?group_id=904
Curt
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.
2006 Jun 14
5
InstantRails Lost connection to MySQL server
Hiall,
I just tried out InstantRails version 1.3a. After a virgin install and
filling the fresh mysql db with my app schema, I tried runningthe app
with webrick, only to see the infamous "Lost connection to mysql
server" for every action. What is it that I''m doing wrong? I also have
mysql 5 installed on my machine, but the service is stopped while
experimenting with
2006 Dec 07
2
No Instant Gratification ! Browser can''t access localhost:3000 (IR 1.4)
Hi! I''m learning Ruby on Rails with the Agile Web Development With Rails
book. I have installed InstantRails 1.4 (under windows xp 2) and after
doing all steps (gem updates, rails demo, ruby script/server which
launches WEBrick server), I can''t access the localhost:3000 with the
browser. I tried 127.0.0.1:3000 in apache config, then with my IP
address 192.168.1.100:3000