Re: Rails 2.3.6

2010-06-01 Thread Matthew A. Brown
Just to follow up on this -- I went through the recommended migration process to switch over to bamboo. Everything looked great on the test app, but when I ran the migration tool on my real app, it went back to having the same weird dependency issues. I ended up just nuking my existing app and

Re: Rails 2.3.6

2010-05-25 Thread Steve Wilhelm
I was receiving the following error from Authlogic 2.1.4 with Rails 2.3.5. .../.gems/gems/authlogic-2.1.4/lib/authlogic/session/callbacks.rb: 69:in `included': undefined method `singleton_class' for Authlogic::Session::Base:Class (NoMethodError) Author suggests upgrading to Rails 2.3.6, so I

Re: Rails 2.3.6

2010-05-25 Thread Keenan Brock
2.3.6 from the manifest after multiple attempts. Anyone else? I would assume Rails 2.3.6 should be hitting the installed-gems pretty soon? On Mon, May 24, 2010 at 23:40, Steve Wilhelm st...@studio831.com wrote: I was receiving the following error from Authlogic 2.1.4 with Rails 2.3.5

Re: Rails 2.3.6

2010-05-25 Thread Matthew A. Brown
to get Heroku to install rails 2.3.6 from the manifest after multiple attempts. Anyone else? I would assume Rails 2.3.6 should be hitting the installed-gems pretty soon? On Mon, May 24, 2010 at 23:40, Steve Wilhelm st...@studio831.com wrote: I was receiving the following error from Authlogic 2.1.4

Re: Rails 2.3.6

2010-05-25 Thread Carl Anderson
breaking a number of tests. I think Rails 2.3.7 is just around the corner. --Keenan On May 25, 2010, at 12:26 PM, Matthew A. Brown wrote: Hmm, interesting. I still haven't been able to get Heroku to install rails 2.3.6 from the manifest after multiple attempts. Anyone else? I would

Rails 2.3.6

2010-05-23 Thread Matthew A. Brown
Hi all, Ran into a problem with gem dependency resolution that I wasn't able to easily solve without just updating everything to the latest, including Rails to 2.3.6. However this doesn't appear to be installed by default on alpine and when I put it into my .gems manifest, it seems to just sit

Re: Rails 2.3.6

2010-05-23 Thread Matthew A. Brown
For what it's worth, I added all of the individual components to the .gems manifest above the call to Rails itself -- all the components installed fine, but it still timed out trying to install the metapackage. Weird. On Sun, May 23, 2010 at 19:12, Matthew A. Brown mat.a.br...@gmail.com wrote: