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 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 included Ruby runtime to > the One-Click Ruby Installer 1.8.4-16 rc1. > > Two sample Rails applications come preinstalled: cookbook (which runs > with Rails 1.1) and Typo (which is still using its own copy of Rails > 1.0). We will make another release of Instant Rails when Typo has been > made to work with Rails 1.1. > > For testing purposes (both for us and for you) this also includes the > Ruby based Mongrel web server. This is currently available from the > command line only. See the Mongrel site for more details: > > http://mongrel.rubyforge.org/ > > The Instant Rails home page has links for downloading and getting started > with Instant Rails: > > http://instantrails.rubyforge.org/ > > If you already have Instant Rails installed, then be sure to read the > upgrade instructions: > > http://instantrails.rubyforge.org/wiki/wiki.pl?How_To_Upgrade >
Excellent, however I am getting a 404 - Not Found error when trying to download the new 1.2 release. Am I just too early? --Bill -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Curt Hibbs Sent: Friday, April 07, 2006 1:31 PM To: rails@lists.rubyonrails.org; ruby-talk@ruby-lang.org; instantrails-users@rubyforge.org Subject: [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 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 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 included Ruby runtime to > the One-Click Ruby Installer 1.8.4-16 rc1. > > Two sample Rails applications come preinstalled: cookbook (which runs > with Rails 1.1) and Typo (which is still using its own copy of Rails > 1.0). We will make another release of Instant Rails when Typo has been> made to work with Rails 1.1. > > For testing purposes (both for us and for you) this also includes the > Ruby based Mongrel web server. This is currently available from the > command line only. See the Mongrel site for more details: > > http://mongrel.rubyforge.org/ > > The Instant Rails home page has links for downloading and getting > started with Instant Rails: > > http://instantrails.rubyforge.org/ > > If you already have Instant Rails installed, then be sure to read the > upgrade instructions: > > http://instantrails.rubyforge.org/wiki/wiki.pl?How_To_Upgrade >_______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails
Hi Folks, I found a patch that I think I need at: http://dev.rubyonrails.org/attachment/ticket/3811/date_helper_megapatch_agai nst_1.1.2.0 My question is how do I apply it? TIA! On 4/7/06 2:36 PM, "William (Bill) Froelich" <wfroelich@dbsnow.com> wrote:> Excellent, however I am getting a 404 - Not Found error when trying to > download the new 1.2 release. Am I just too early? > > --Bill > > -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Curt Hibbs > Sent: Friday, April 07, 2006 1:31 PM > To: rails@lists.rubyonrails.org; ruby-talk@ruby-lang.org; > instantrails-users@rubyforge.org > Subject: [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 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 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 included Ruby runtime to >> the One-Click Ruby Installer 1.8.4-16 rc1. >> >> Two sample Rails applications come preinstalled: cookbook (which runs >> with Rails 1.1) and Typo (which is still using its own copy of Rails >> 1.0). We will make another release of Instant Rails when Typo has been > >> made to work with Rails 1.1. >> >> For testing purposes (both for us and for you) this also includes the >> Ruby based Mongrel web server. This is currently available from the >> command line only. See the Mongrel site for more details: >> >> http://mongrel.rubyforge.org/ >> >> The Instant Rails home page has links for downloading and getting >> started with Instant Rails: >> >> http://instantrails.rubyforge.org/ >> >> If you already have Instant Rails installed, then be sure to read the >> upgrade instructions: >> >> http://instantrails.rubyforge.org/wiki/wiki.pl?How_To_Upgrade >> > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
On Fri, Apr 07, 2006 at 02:39:59PM -0400, Vince Puzzella wrote:> I found a patch that I think I need at: > http://dev.rubyonrails.org/attachment/ticket/3811/date_helper_megapatch_agai > nst_1.1.2.0 > > My question is how do I apply it?The first google result for ''applying patches'' is this: http://www.network-theory.co.uk/articles/patchintro.html The executive summary for those offended by teaching someone how to fish is: cd /top/level/dir/of/code/to/patch patch -p0 < /path/to/diff marcel -- Marcel Molina Jr. <marcel@vernix.org>
> The first google result for ''applying patches'' is this: > http://www.network-theory.co.uk/articles/patchintro.html > > The executive summary for those offended by teaching someone how to > fish is: > > cd /top/level/dir/of/code/to/patch > patch -p0 < /path/to/diff > > marcel > -- > Marcel Molina Jr. <marcel@vernix.org>lol ... well said! -Derrick Spell
Yeah... just wait for the RubyForge mirrors to sync up. Curt On 4/7/06, William (Bill) Froelich <wfroelich@dbsnow.com> wrote:> Excellent, however I am getting a 404 - Not Found error when trying to > download the new 1.2 release. Am I just too early? > > --Bill > > -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Curt Hibbs > Sent: Friday, April 07, 2006 1:31 PM > To: rails@lists.rubyonrails.org; ruby-talk@ruby-lang.org; > instantrails-users@rubyforge.org > Subject: [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 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 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 included Ruby runtime to > > the One-Click Ruby Installer 1.8.4-16 rc1. > > > > Two sample Rails applications come preinstalled: cookbook (which runs > > with Rails 1.1) and Typo (which is still using its own copy of Rails > > 1.0). We will make another release of Instant Rails when Typo has been > > > made to work with Rails 1.1. > > > > For testing purposes (both for us and for you) this also includes the > > Ruby based Mongrel web server. This is currently available from the > > command line only. See the Mongrel site for more details: > > > > http://mongrel.rubyforge.org/ > > > > The Instant Rails home page has links for downloading and getting > > started with Instant Rails: > > > > http://instantrails.rubyforge.org/ > > > > If you already have Instant Rails installed, then be sure to read the > > upgrade instructions: > > > > http://instantrails.rubyforge.org/wiki/wiki.pl?How_To_Upgrade > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >