[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Instant Rails 1.0 preview7 -- with Typo!

Curt Hibbs

12/15/2005 5:57:00 AM

My apologies to all who downloaded preview6, it did not contain Rails 1.0 as
advertised -- I screwed up!

Preview7 does, in fact, contain Rails 1.0 and as a bonus, also includes Typo
2.6.0 as a preinstalled sample app. See the Getting Started page for
instructions on running Typo in Instant Rails:

http://instantrails.ruby...wiki/wiki.pl?Getti...

Also, you can thank David Morton for getting Typo into Instant Rails (he
just joined the Instant Rails development team!).

-------------------------------------------------------------------

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 for Windows,
but there are plans for ports to Linux, BSD, and OSX.

The Instant Rails home page has links for downloading and getting started
with Instant Rails:

http://instantrails.ruby...

If you already have Instant Rails installed, then be sure to read the
upgrade instructions:

http://instantrails.ruby...wiki/wiki.pl?How_To_Upgrade

-------------------------------------------------------------------
2005.12.13 Instant Rails preview7
(preview6 was a bad release)

* Included Typo 2.6.0 as a sample app

* Included RedCloth 3.0.4, BlueCloth 1.0.0, and RubyPants 0.2.0
(used as text formatters by Typo).

* Upgraded Rails to 1.0 final

* Instant Rails now detects being run from a directory path
that containd spaces, issues a warning, and quits.

-------------------------------------------------------------------
2005-11-08: Instant Rails 1.0 preview5

* Upgraded Rails to Rails 1.0: The Release Candidate 4 (aka 0.14.3)

-------------------------------------------------------------------
2005-11-01: Instant Rails 1.0 preview4

* Added mysql\\bin to the path in console windows.

-------------------------------------------------------------------
2005-10-27: Instant Rails 1.0 preview3

* Upgraded Rails to Rails 1.0: The Release Candidate 3 (aka 0.14.2)

* Upgraded to SCGI Rails Runer 0.4.3

* Added \"fxri\" to the help menu.

* Fixed a problem where console windows were being opened in the
wrong current directory. This meant that ruby\\bin wasn\'t being
put on the path which, in turn, meant you couldn\'t execute the
\"gem\" or \"rails\" commands.

* Fixed several minor problems.

* Created this change log! Also, added a ToDo.txt file.
8 Answers

Curt Hibbs

12/15/2005 6:05:00 AM

0

Wait about an hour before trying to download. This will give the
RubyForge mirrors time to sync and you avoid getting download errors.

Curt

On 12/14/05, Curt Hibbs <curt.hibbs@gmail.com> wrote:
> My apologies to all who downloaded preview6, it did not contain Rails 1.0 as
> advertised -- I screwed up!
>
> Preview7 does, in fact, contain Rails 1.0 and as a bonus, also includes Typo
> 2.6.0 as a preinstalled sample app. See the Getting Started page for
> instructions on running Typo in Instant Rails:
>
> http://instantrails.ruby...wiki/wiki.pl?Getti...
>
> Also, you can thank David Morton for getting Typo into Instant Rails (he
> just joined the Instant Rails development team!).
>
> -------------------------------------------------------------------
>
> 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 for Windows,
> but there are plans for ports to Linux, BSD, and OSX.
>
> The Instant Rails home page has links for downloading and getting started
> with Instant Rails:
>
> http://instantrails.ruby...
>
> If you already have Instant Rails installed, then be sure to read the
> upgrade instructions:
>
> http://instantrails.ruby...wiki/wiki.pl?How_To_Upgrade
>
> -------------------------------------------------------------------
> 2005.12.13 Instant Rails preview7
> (preview6 was a bad release)
>
> * Included Typo 2.6.0 as a sample app
>
> * Included RedCloth 3.0.4, BlueCloth 1.0.0, and RubyPants 0.2.0
> (used as text formatters by Typo).
>
> * Upgraded Rails to 1.0 final
>
> * Instant Rails now detects being run from a directory path
> that containd spaces, issues a warning, and quits.
>
> -------------------------------------------------------------------
> 2005-11-08: Instant Rails 1.0 preview5
>
> * Upgraded Rails to Rails 1.0: The Release Candidate 4 (aka 0.14.3)
>
> -------------------------------------------------------------------
> 2005-11-01: Instant Rails 1.0 preview4
>
> * Added mysql\\bin to the path in console windows.
>
> -------------------------------------------------------------------
> 2005-10-27: Instant Rails 1.0 preview3
>
> * Upgraded Rails to Rails 1.0: The Release Candidate 3 (aka 0.14.2)
>
> * Upgraded to SCGI Rails Runer 0.4.3
>
> * Added \"fxri\" to the help menu.
>
> * Fixed a problem where console windows were being opened in the
> wrong current directory. This meant that ruby\\bin wasn\'t being
> put on the path which, in turn, meant you couldn\'t execute the
> \"gem\" or \"rails\" commands.
>
> * Fixed several minor problems.
>
> * Created this change log! Also, added a ToDo.txt file.
>
>


Dr Nic

12/15/2005 11:48:00 AM

0

InstantRails is a developer's delight! I wasted a good day
unsuccessfully getting Apache etc working my laptop. With InstantRails
I could wipe away the tears.

Many ppl agree that setting up the infrastructure for Ruby + RoR is the
most challenging part of getting started - all pain and no Ruby love,
yet. So thanks for IR.

Jeez, I never write "thank you" notes about products, but if it means
another RoR newbie saves themselves a day or more by not having to set
up their environment, and subsequently perhaps not even writing a line
of Ruby code, then I'll hawk the product all day long :)

Nic

Curt Hibbs

12/15/2005 12:09:00 PM

0

Great... Thanks for letting me know!

Curt

On 12/15/05, Dr Nic <drnicwilliams@gmail.com> wrote:
> InstantRails is a developer's delight! I wasted a good day
> unsuccessfully getting Apache etc working my laptop. With InstantRails
> I could wipe away the tears.
>
> Many ppl agree that setting up the infrastructure for Ruby + RoR is the
> most challenging part of getting started - all pain and no Ruby love,
> yet. So thanks for IR.
>
> Jeez, I never write "thank you" notes about products, but if it means
> another RoR newbie saves themselves a day or more by not having to set
> up their environment, and subsequently perhaps not even writing a line
> of Ruby code, then I'll hawk the product all day long :)
>
> Nic
>
>
>


emptist

12/15/2005 12:54:00 PM

0

Tried the previous version and it's terribly;-) good!

Though if there was a Postgre... things can be 300% perfect
(no, I can install Postgre myself on Windows thanks to V8. Just want to
make sure it can be used once I.R. installed)
(On Linux I tried one year ago, failed to understand how to config ...
sad)

Curt Hibbs

12/15/2005 3:53:00 PM

0

On 12/15/05, emptist <jimg1968@yahoo.com.cn> wrote:
> Tried the previous version and it's terribly;-) good!
>
> Though if there was a Postgre... things can be 300% perfect
> (no, I can install Postgre myself on Windows thanks to V8. Just want to
> make sure it can be used once I.R. installed)
> (On Linux I tried one year ago, failed to understand how to config ...
> sad)

Its been a learning experience for me. Before I started this I knew
next to nothing about configuring Apache. Now I'm two steps away from
knowing nothing ;-)

Fortunately, David Morton just joined the Instant Rails dev team, and
he knows a lot more than I do!

Curt


Clifford Heath

12/24/2005 4:29:00 AM

0

Curt,

My thanks for putting IR together. After the "fun" I had
trying to get it working on Debian last year, I was torn
about recommending Rails to my son. He's now installed IRp7
and it's fantastic to have a bundle with Apache, MySQL, RoR,
etc all pre-configured. I'm writing this for him as he's just
moved house and has no connectivity yet. So thanks!

Unfortunately he's still having a few problems with it. I had
a little play with his install last night and couldn't figure
out how to diagnose them.

The mycookbook app creates its console window, and if you de-
iconify it quickly enough, you get a glimpse of a "not found"
error with a Ruby backtrace before the window vanishes. Is
there any logfile or global exception catcher that saves the
error text? Impossible to diagnose the problem when it vanishes!

He mentioned that you haven't worked out how to create an
invisible console window. I don't know if that's a Ruby problem,
but at the Windows API level, you have to use the "ShowWindow"
option in the STARTUPINFO structure that you pass as the ninth
parameter to CreateProcess. Set wShowWindow to SW_HIDE and set
dwFlags to include STARTF_USESHOWWINDOW, and the command window
won't display.

However, I do recommend that for debugging purposes, you allow
the window to be optionally displayed - and preferably to catch
an exception and allow it to be read before the window closes!

Happy Saturnalia, everyone!

Clifford Heath.

Curt Hibbs

12/24/2005 7:14:00 AM

0

See the first entry in the FAQ:

http://instantrails.rubyforge.org/wiki/w...

I think this same problem is happenning with the cookbook app.
Arrrrggg... I gotta get a new release out with this fixed.

Curt

PS
Glad you like Instant Rails!

On 12/23/05, Clifford Heath <no@spam.please.net> wrote:
> Curt,
>
> My thanks for putting IR together. After the "fun" I had
> trying to get it working on Debian last year, I was torn
> about recommending Rails to my son. He's now installed IRp7
> and it's fantastic to have a bundle with Apache, MySQL, RoR,
> etc all pre-configured. I'm writing this for him as he's just
> moved house and has no connectivity yet. So thanks!
>
> Unfortunately he's still having a few problems with it. I had
> a little play with his install last night and couldn't figure
> out how to diagnose them.
>
> The mycookbook app creates its console window, and if you de-
> iconify it quickly enough, you get a glimpse of a "not found"
> error with a Ruby backtrace before the window vanishes. Is
> there any logfile or global exception catcher that saves the
> error text? Impossible to diagnose the problem when it vanishes!
>
> He mentioned that you haven't worked out how to create an
> invisible console window. I don't know if that's a Ruby problem,
> but at the Windows API level, you have to use the "ShowWindow"
> option in the STARTUPINFO structure that you pass as the ninth
> parameter to CreateProcess. Set wShowWindow to SW_HIDE and set
> dwFlags to include STARTF_USESHOWWINDOW, and the command window
> won't display.
>
> However, I do recommend that for debugging purposes, you allow
> the window to be optionally displayed - and preferably to catch
> an exception and allow it to be read before the window closes!
>
> Happy Saturnalia, everyone!
>
> Clifford Heath.
>
>


Clifford Heath

1/20/2006 9:01:00 AM

0

Curt Hibbs wrote:
> See the first entry in the FAQ:

Thanks Curt - sorry for not having read the FAQ first
(as I said, my son was off the net at the time). But I
thought you'd like his comment:

"Rails feels like cheating. This really is too easy..."

:-)