Hi Eric, Thanks for the e-mail! Please send me a pull request once your changes are finished and tests are passing.
Thanks! Bruno On Tue, Jun 28, 2011 at 10:51 AM, Eric Pierce <[email protected]> wrote: > First, thanks for CE! It's a great fit for a new project I'm starting > on, and will save a lot of development time. > > I've installed the Rails3 branch and gotten it running with minimal > fuss. Due to an issue with more recent versions of Sprockets[1], I had > to specify an older version of that in my Gemfile: > > gem 'sprockets', '2.0.0.beta.2' > > Ruby 1.9.2 also appears to be a requirement, or at least a good > recommendation; I couldn't get the themes/assets to work with 1.8.7. > > Finally, there are a bunch of deprecation warnings like this: > > DEPRECATION WARNING: class_inheritable_attribute is deprecated, > please use class_attribute method instead. > > I managed to avoid most of them by using the latest authlogic gem: > > gem 'authlogic', '~> 3.0.3' > > But there are others coming from app/models/photo.rb, as well as the > enumerations_mixin plugin within CE. I've Googled around but can't > quite wrap my brain around what this warning means--one of them comes > from this line: > > has_attached_file :photo, > configatron.photo.paperclip_options.to_hash > > I don't get where class_inheritable_attribute comes into play there. > Too meta for me, I guess. > > Anyway, I'll probably stash any "improvements" I make in my fork[2] > and submit pull requests once I have something coherent to share. I'd > really like to see the Rails3 branch become solid & stable, since I'm > planning to use it for a large project at work. > > Once again, thanks to everyone who has made CE possible! Keep up the > great work. > > [1] https://github.com/rails/rails/issues/453 > [2] https://github.com/wapcaplet/communityengine/tree/rails3 > > -- > You received this message because you are subscribed to the Google Groups > "CommunityEngine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/communityengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
