Live data from Hacker News

Upgrading a Rails 2 App to Rails 3

railsdispatch.com

1–10 of 13 posts

Re: Upgrading a Rails 2 App to Rails 3

#4
post #3

Nice. Anyone have experience with Paperclip on Rails 3? Almost all my apps rely heavily on Paperclip for image storage.

Nope, but all of these people do: http://railsplugins.org/plugins/161-paperclip

Railsplugins.org has been an invaluable resource for me to figure out what's happening with plugin and gem compatibility.

Now if they just added a JSON layer so I could automate the process of checking my projects' gems...

Re: Upgrading a Rails 2 App to Rails 3

#6
post #3

Nice. Anyone have experience with Paperclip on Rails 3? Almost all my apps rely heavily on Paperclip for image storage.

Paperclip w/ Rails 3 beta is kind of a moving target right now. As of yesterday, the rails3 branch of the main repo wasn't working in my only Rails 3 app, but this fork works for me: http://github.com/enable/paperclip/tree/rails3

Re: Upgrading a Rails 2 App to Rails 3

#7
post #2

When will Rails 3 be formally released (as the stable, recommended version)?

Dive in, the water's fine! You may experience a few bumps along the way, but there are a lot of people already in the water ready to help you out. There are already production apps running Rails 3--just don't use it for anything mission critical.

Re: Upgrading a Rails 2 App to Rails 3

#10
post #2

When will Rails 3 be formally released (as the stable, recommended version)?

Dive in, the water's fine! You may experience a few bumps along the way, but there are a lot of people already in the water ready to help you out. There are already production apps running Rails 3--just don't use it for anything mission critical.

I think that was what the parent's question was: when will it be ready for "anything mission critical"?
Post reply on HN