I am happy to announce the release of Instant Rails 2.0. This is my first release after taking over the project for Curt Hibbs. I hope I can do as good a job as he has, thanks Curt. This release is part of bringing the environment up-to-date, no earth shattering changes but the following is updated: - Ruby 1.8.6 Patch Level 111 with tons of bug fixes and new updated gems - Ruby on Rails 2.0.2 - RubyGems 1.0.1 - Rake 0.8.0 - Mongrel 1.1.2 - SQLite3 Instant Rails 2.0 can be downloaded from RubyForge now<http://rubyforge.org/frs/?group_id=904>, please take a look at the Release Notes<http://instantrails.rubyforge.org/wiki/wiki.pl?Release_Notes_For_Instant_Rails_2.0>to see all the updates. Please submit questions to the Instant Rails list <http://rubyforge.org/mail/?group_id=904> Thanks to everyones input in this release and I will be announcing future updates from the comments I have received as well as future input. -Rob Bazinet http://www.accidentaltechnologist.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071228/a98a51ec/attachment.html
Congratulations on a successful release, Rob! Curt On Dec 28, 2007 9:18 PM, Robert Bazinet <rbazinet at gmail.com> wrote:> I am happy to announce the release of Instant Rails 2.0. This is my > first release after taking over the project for Curt Hibbs. I hope I can do > as good a job as he has, thanks Curt. > > This release is part of bringing the environment up-to-date, no earth > shattering changes but the following is updated: > > - Ruby 1.8.6 Patch Level 111 with tons of bug fixes and new updated > gems > - Ruby on Rails 2.0.2 > - RubyGems 1.0.1 > - Rake 0.8.0 > - Mongrel 1.1.2 > - SQLite3 > > Instant Rails 2.0 can be downloaded from RubyForge now<http://rubyforge.org/frs/?group_id=904>, > please take a look at the Release Notes<http://instantrails.rubyforge.org/wiki/wiki.pl?Release_Notes_For_Instant_Rails_2.0>to see all the updates. Please submit questions to the Instant > Rails list <http://rubyforge.org/mail/?group_id=904> > > Thanks to everyones input in this release and I will be announcing future > updates from the comments I have received as well as future input. > > -Rob Bazinet > http://www.accidentaltechnologist.com > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071228/c6e55f78/attachment.html
Thanks Curt, it took a bit of learning but not bad at all. -Rob On Dec 28, 2007 11:17 PM, Curt Hibbs <curt.hibbs at gmail.com> wrote:> Congratulations on a successful release, Rob! > > Curt > > On Dec 28, 2007 9:18 PM, Robert Bazinet <rbazinet at gmail.com> wrote: > > > I am happy to announce the release of Instant Rails 2.0. This is my > > first release after taking over the project for Curt Hibbs. I hope I can do > > as good a job as he has, thanks Curt. > > > > This release is part of bringing the environment up-to-date, no earth > > shattering changes but the following is updated: > > > > - Ruby 1.8.6 Patch Level 111 with tons of bug fixes and new > > updated gems > > - Ruby on Rails 2.0.2 > > - RubyGems 1.0.1 > > - Rake 0.8.0 > > - Mongrel 1.1.2 > > - SQLite3 > > > > Instant Rails 2.0 can be downloaded from RubyForge now<http://rubyforge.org/frs/?group_id=904>, > > please take a look at the Release Notes<http://instantrails.rubyforge.org/wiki/wiki.pl?Release_Notes_For_Instant_Rails_2.0>to see all the updates. Please submit questions to the Instant > > Rails list <http://rubyforge.org/mail/?group_id=904> > > > > Thanks to everyones input in this release and I will be announcing > > future updates from the comments I have received as well as future input. > > > > -Rob Bazinet > > http://www.accidentaltechnologist.com > > > > > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071229/cbc95014/attachment.html
Thank you, Robert and Curt for all your hard work! John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071229/a3d061ec/attachment.html
Walker Web Data wrote:> Thank you, Robert and Curt for all your hard work!I missed where Robert started working on this... lol but good work! Much has changed with rails 2.0 ... I''m struggling to keep up.
Hi Rob, Thanks to you and Curt Hibbs for a most important Rails support system. 1. Upgraded to InstantRails 2 today 30/12/2007. 2. Mongrel wont run. 3. No SCGI_Rails file in my previous app''s root or public subdirectory as stated in "How to Upgrade Notes". "The way SCGI_Rails is implemented has changed. In Instant Rails preview2, the SCGI Rails Runner ("scgi_rails") was physically placed in your app''s "public" subdirectory, and a startup cmd file ("start_scgi.cmd") was placed in your app''s root directory." 4. No "Configure SCGI Settings .." button on my IR interface as stated in the notes. "For each Rails application, select it and press the button "Configure SCGI Settings..."" 5. The normal Apache and Windows config file options are on the IR interface as before and I have updated these. 5. Am I missing something basic? (apologies if I am) Help! Regards euro On Dec 29, 3:18 am, "Robert Bazinet" <rbazi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am happy to announce the release of Instant Rails 2.0. This is my first > release after taking over the project for Curt Hibbs. I hope I can do as > good a job as he has, thanks Curt. > > This release is part of bringing the environment up-to-date, no earth > shattering changes but the following is updated: > > - Ruby 1.8.6 Patch Level 111 with tons of bug fixes and new updated > gems > - Ruby on Rails 2.0.2 > - RubyGems 1.0.1 > - Rake 0.8.0 > - Mongrel 1.1.2 > - SQLite3 > > Instant Rails 2.0 can be downloaded from RubyForge > now<http://rubyforge.org/frs/?group_id=904>, > please take a look at the Release > Notes<http://instantrails.rubyforge.org/wiki/wiki.pl?Release_Notes_For_Inst...>to > see all the updates. Please submit questions to the Instant > Rails list <http://rubyforge.org/mail/?group_id=904> > > Thanks to everyones input in this release and I will be announcing future > updates from the comments I have received as well as future input. > > -Rob Bazinethttp://www.accidentaltechnologist.com--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---