Rails 2.1 Migration Issue

2008-07-25 Thread shammond42


I think that this is an issue with 2.1 migrations. The yellow Migrate
Now link is appearing at the bottom of my heroku editor panel, even
though it looks like all migrations have been applied.

If I click the link, I see the following.

Migration Results:
(in /mnt/home/userapps/22484)

Thanks,
Steve

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



Rails 2.1

2008-07-23 Thread Adam Wiggins

It's now possible to run Rails 2.1 apps on Heroku.  Just change your
config/environment.rb to contain:

RAILS_GEM_VERSION = '2.1'

We'll be supporting 2.0.2 for the foreseeable future, but I encourage
you to try 2.1 when you get the chance.  Most apps should require
little or no porting work.

You might wonder why it took so long, since it seems like just a
simple matter of installing the new gems on the app servers.  It was
actually much more complex than this, because we maintain our own fork
of Rails in order to make it work within the unique constraints of the
Heroku platform.  The good news is that many of the things we did
order to make both versions work - like porting a lot of our
customizations to Rack middleware - are things that will make our
platform more robust over the long term as well.  That means, among
other things, that future versions of Rails will be much easier to
support and will be available much more quickly.

Please give it a try, and if you're so inclined, post here about how it went!

Adam

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



Re: Rails 2.1

2008-07-22 Thread mikong

Great news! Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Rails 2.1

2008-07-05 Thread jesse

How do I upgrade to Rails 2.1 on my Heroku app? Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: It's support rails 2.1?

2008-06-23 Thread Morten Bagai

For now you have to use 2.0.2, but we plan on supporting 2.1 very soon.

/Morten

On Jun 22, 2008, at 11:24 PM, NY wrote:


 Or just 2.02?
 


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



Re: Rails 2.1

2008-06-20 Thread yong

It looks like rail 2.1 is not supported. I uploaded my rail2.1 app and
got those:

Migration Results

rake aborted!
undefined method `time_zone=' for #

(See full trace by running task with --trace)
(in /mnt/home/userapps/21456)


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



Re: Rails 2.1

2008-06-02 Thread DyingToLearn

I haven't tried this, but can't you just vendor it and upload it like
you would any plugin/gem that wasn't in the heroku list already?

Paul

On Jun 1, 2:17 pm, shammond42 [EMAIL PROTECTED] wrote:
 Rails 2.1 has been released. I'm just wondering how long before we get
 support for it in Heroku?

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



Re: Rails 2.1

2008-06-01 Thread Kevin Triplett

shammond42 wrote:
 
 Rails 2.1 has been released. I'm just wondering how long before we get
 support for it in Heroku?

I would also like 2.1 as it fixes a couple things my app 
uses. I suspect it won't happen until after RailsConf.

Hi Morten, Ricardo, and Pedro! Glad you could make it to the 
party!

Kevin

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