Hi Bruno,
I was wondering... is CE for Rails 3 close to becoming an official
release? I have an idea for a project, which will eventually make use
of most of your paid plugins offered on your website. However, I
prefer to start developing against Rails 3 instead of upgrading later
on. That is why I'm so eager on finding out when the new release is
scheduled for. Please let me know what the CE status is.

Thanks,
SS

On Jul 5, 11:44 am, Bruno Bornsztein <bruno.bornszt...@gmail.com>
wrote:
> 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 <wapcaple...@gmail.com> 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 communityengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > communityengine+unsubscr...@googlegroups.com.
> > 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 communityengine@googlegroups.com.
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to