Re: Rails 3 doesn't officially support Ruby 1.9.1

2010-08-12 Thread Stefan Wintermeyer
Am 12.08.2010 um 01:59 schrieb Mitchell Hashimoto:
 I would recommend running Rails 3 on Ruby
 1.8.7, which is supported, and which I can say from experience works
 great.

In my experience it doesn't work good enough for environments which need UTF8.

  Stefan

-- 
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  --  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister Montabaur B14998

Asterisk 1.6: http://das-asterisk-buch.de
Ruby on Rails 3: http://ruby-auf-schienen.de
Videos and slides of AMOOCON: http://amoocon.de

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Rails 3 doesn't officially support Ruby 1.9.1

2010-08-11 Thread Stefan Wintermeyer
Hi,

just wanted to do a heroku rake db:migrate and look what happened. The 
current situation with Ruby 1.9.1 on Heroku is a bit disappointing. I really 
would like to use Heroku but haven't been able to fire up a single Rails 3 
server yet.

---cut---
s...@swmbp 0 1.9.2-preview3 gemeinschaft.heroku.com(master)$ heroku rake 
db:migrate

Rails 3 doesn't officially support Ruby 1.9.1 since recent stable
releases have segfaulted the test suite. Please upgrade to Ruby 1.9.2
before Rails 3 is released!

You're running
  ruby 1.9.1p129 (2009-05-12 revision 23412) [x86_64-linux]

rake aborted!
/disk1/home/slugs/209589_ac244c3_4557/mnt/.bundle/gems/ruby/1.9.1/gems/workflow-0.6.0/lib/workflow.rb:182:
 Invalid return

(See full trace by running task with --trace)
(in /disk1/home/slugs/209589_ac244c3_4557/mnt)
s...@swmbp 0 1.9.2-preview3 gemeinschaft.heroku.com(master)$
---cut---

  Stefan

-- 
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  --  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister Montabaur B14998

Asterisk 1.6: http://das-asterisk-buch.de
Ruby on Rails 3: http://ruby-auf-schienen.de
Videos and slides of AMOOCON: http://amoocon.de

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Rails 3 doesn't officially support Ruby 1.9.1

2010-08-11 Thread Abel Tamayo
The best you can do is either find a deployment stack with the
specifications you're using or adapt your environment to what is offered by
Heroku. I'm checking the documents and it seems that Bamboo MRI supports
Ruby 1.9.1.

On Tue, Aug 10, 2010 at 10:53 AM, Stefan Wintermeyer 
stefan.winterme...@amooma.de wrote:

 Hi,

 just wanted to do a heroku rake db:migrate and look what happened. The
 current situation with Ruby 1.9.1 on Heroku is a bit disappointing. I really
 would like to use Heroku but haven't been able to fire up a single Rails 3
 server yet.

 ---cut---
 s...@swmbp 0 1.9.2-preview3 gemeinschaft.heroku.com(master)$ heroku rake
 db:migrate

Rails 3 doesn't officially support Ruby 1.9.1 since recent stable
releases have segfaulted the test suite. Please upgrade to Ruby 1.9.2
before Rails 3 is released!

You're running
  ruby 1.9.1p129 (2009-05-12 revision 23412) [x86_64-linux]

 rake aborted!
 /disk1/home/slugs/209589_ac244c3_4557/mnt/.bundle/gems/ruby/1.9.1/gems/workflow-0.6.0/lib/workflow.rb:182:
 Invalid return

 (See full trace by running task with --trace)
 (in /disk1/home/slugs/209589_ac244c3_4557/mnt)
 s...@swmbp 0 1.9.2-preview3 gemeinschaft.heroku.com(master)$
 ---cut---

  Stefan

 --
 AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  --  http://www.amooma.de
 Geschäftsführer: Stefan Wintermeyer, Handelsregister Montabaur B14998

 Asterisk 1.6: http://das-asterisk-buch.de
 Ruby on Rails 3: http://ruby-auf-schienen.de
 Videos and slides of AMOOCON: http://amoocon.de

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to her...@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.