Rails 2.1.1 Available?

2008-11-13 Thread Matthew Moore
I uploaded my first app to Heroku (yay!!), but it seems like Heroku isn't running with Rails 2.1.1 (the current release). Missing the Rails 2.1.1 gem. Please `gem install -v=2.1.1 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed,

Re: Rails 2.1.1 Available?

2008-11-13 Thread Matthew Moore
Apparently 2.1.2 is the most current stable release! I would like to apply my question to 2.1.2 :) On Nov 13, 4:56 pm, Matthew Moore [EMAIL PROTECTED] wrote: I uploaded my first app to Heroku (yay!!), but it seems like Heroku isn't running with Rails 2.1.1 (the current release). Missing the

Re: Rails 2.1.1 Available?

2008-11-13 Thread Kamilion
On Thu, Nov 13, 2008 at 4:56 PM, Matthew Moore [EMAIL PROTECTED] wrote: I uploaded my first app to Heroku (yay!!), but it seems like Heroku isn't running with Rails 2.1.1 (the current release). Correct. SNIP Message I take it I can freeze rails if I want to, to get 2.1.1, right? No.

Re: Rails 2.1.1 Available?

2008-11-13 Thread Matthew Moore
No. Heroku has a custom patched rails specifically for their service. In most cases it is compatible with the upstream rails, but there are still some snags the Heroku team's working out. That's too bad. My app relies on a lot of the bugfixes in 2.1.1 (it has heavy use of ActiveResource!)

Re: Rails 2.1.1 Available?

2008-11-13 Thread Keenan Brock
I changed the version to 2.1 and it worked fine --Keenan On Nov 13, 2008, at 7:56 PM, Matthew Moore [EMAIL PROTECTED] wrote: I uploaded my first app to Heroku (yay!!), but it seems like Heroku isn't running with Rails 2.1.1 (the current release). Missing the Rails 2.1.1 gem. Please `gem

App restarts when pushing to branches other than master

2008-11-13 Thread Mat
Seems like an oversight to me, but the app redeploys master when I push to a branch other than master (development in this case). Not especially harmful, but does mean I can't use heroku for a both a highly available environment and a centralized git repository. Looking good so far otherwise!

Re: Rails 2.1.1 Available?

2008-11-13 Thread Matthew Moore
Hmm I'm not sure what you mean by this. I'm trying to get 2.1.1 or 2.1.2 to work... On Thu, Nov 13, 2008 at 6:04 PM, Keenan Brock [EMAIL PROTECTED] wrote: I changed the version to 2.1 and it worked fine --Keenan On Nov 13, 2008, at 7:56 PM, Matthew Moore [EMAIL PROTECTED] wrote: I

Re: xml-mapping gem problem [peppod]

2008-11-13 Thread Robert Stapp
Thanks Pedro, I did try uploading the .gem file before, but that didn't work. I had to locally: rake gems:unpack GEM=xml-mapping All is good now, Robert On Nov 12, 2008, at 10:58 PM, Pedro Belo wrote: Hi Robert, The method gem() won't load gems in vendor. Since you already defined the