Re: [Radiant] Re: Rails 2.3.9 anecdote

2010-09-08 Thread Wes Gamble

 Additional anecdotal stuff:

I moved my Radiant app. to use bundler for gem management today.

I run Radiant in a standard Rails app. out of vendor/radiant.  I 
followed these instructions for running bundler with Rails 2.3.x: 
http://gembundler.com/rails23.html


I was able to remove all of the config.gem lines from my 
RAILS_ROOT/environment.rb.  The only problem that I had was 
RADIANT_ROOT/app/models/standard_tags.rb would fail to load because of 
its dependency on will_paginate.  I had to add a require 'will_paginate' 
to the top of that file to get the app. to work.


Wes

On 9/8/10 8:00 AM, Jim Gay wrote:

Yes.
There is a Rails 3 branch http://github.com/radiant/radiant/tree/rails3

I'm gearing up to dive in to that, but any help would be appreciated.
We'll probably do another release with 2.3.9 and then Rails 3. It will include 
serious and breaking changes to the entire system.

On Sep 8, 2010, at 8:38 AM, Bermon wrote:


I'm actually looking for the same answer. Wondering if Rails 3 support
is in the near future and if there's anything that we can do to help
out.

On Sep 6, 2:26 pm, Wes Gamble  wrote:

   Anecdotally...

I'm running my Radiant app. under Rails 2.3.9 and it seems to be working
fine - lots of deprecation warnings about

   ActiveSupport::Dependencies.load_once_paths is deprecated

   ActiveSupport::Dependencies.load_paths

but nothing seems to have broken so far.

What is the best guess for when Radiant will support using Rails 3?

Thanks,
Wes




RE: [Radiant] Re: Rails 2.3.9 anecdote

2010-09-08 Thread Clayton Naude
Please can you remove me from the mailing list.

Kind regards
Clayton

-Original Message-
From: radiantcms@googlegroups.com [mailto:radiant...@googlegroups.com] On
Behalf Of Jim Gay
Sent: 08 September 2010 03:00 PM
To: radiantcms@googlegroups.com
Subject: Re: [Radiant] Re: Rails 2.3.9 anecdote

Yes.
There is a Rails 3 branch http://github.com/radiant/radiant/tree/rails3

I'm gearing up to dive in to that, but any help would be appreciated.
We'll probably do another release with 2.3.9 and then Rails 3. It will
include serious and breaking changes to the entire system.

On Sep 8, 2010, at 8:38 AM, Bermon wrote:

> I'm actually looking for the same answer. Wondering if Rails 3 support
> is in the near future and if there's anything that we can do to help
> out.
> 
> On Sep 6, 2:26 pm, Wes Gamble  wrote:
>>   Anecdotally...
>> 
>> I'm running my Radiant app. under Rails 2.3.9 and it seems to be working
>> fine - lots of deprecation warnings about
>> 
>>   ActiveSupport::Dependencies.load_once_paths is deprecated
>> 
>>   ActiveSupport::Dependencies.load_paths
>> 
>> but nothing seems to have broken so far.
>> 
>> What is the best guess for when Radiant will support using Rails 3?
>> 
>> Thanks,
>> Wes



[Radiant] Re: Rails 2.3.9 anecdote

2010-09-08 Thread Bermon
Rock on. More than happy to dig in on the Rails 3 branch. We're
planning on using Radiant on a work project and would love to be able
to start out on Rails 3.

On Sep 8, 9:00 am, Jim Gay  wrote:
> Yes.
> There is a Rails 3 branchhttp://github.com/radiant/radiant/tree/rails3
>
> I'm gearing up to dive in to that, but any help would be appreciated.
> We'll probably do another release with 2.3.9 and then Rails 3. It will 
> include serious and breaking changes to the entire system.
>
> On Sep 8, 2010, at 8:38 AM, Bermon wrote:
>
>
>
> > I'm actually looking for the same answer. Wondering if Rails 3 support
> > is in the near future and if there's anything that we can do to help
> > out.
>
> > On Sep 6, 2:26 pm, Wes Gamble  wrote:
> >>   Anecdotally...
>
> >> I'm running my Radiant app. under Rails 2.3.9 and it seems to be working
> >> fine - lots of deprecation warnings about
>
> >>   ActiveSupport::Dependencies.load_once_paths is deprecated
>
> >>   ActiveSupport::Dependencies.load_paths
>
> >> but nothing seems to have broken so far.
>
> >> What is the best guess for when Radiant will support using Rails 3?
>
> >> Thanks,
> >> Wes


Re: [Radiant] Re: Rails 2.3.9 anecdote

2010-09-08 Thread Jim Gay
Yes.
There is a Rails 3 branch http://github.com/radiant/radiant/tree/rails3

I'm gearing up to dive in to that, but any help would be appreciated.
We'll probably do another release with 2.3.9 and then Rails 3. It will include 
serious and breaking changes to the entire system.

On Sep 8, 2010, at 8:38 AM, Bermon wrote:

> I'm actually looking for the same answer. Wondering if Rails 3 support
> is in the near future and if there's anything that we can do to help
> out.
> 
> On Sep 6, 2:26 pm, Wes Gamble  wrote:
>>   Anecdotally...
>> 
>> I'm running my Radiant app. under Rails 2.3.9 and it seems to be working
>> fine - lots of deprecation warnings about
>> 
>>   ActiveSupport::Dependencies.load_once_paths is deprecated
>> 
>>   ActiveSupport::Dependencies.load_paths
>> 
>> but nothing seems to have broken so far.
>> 
>> What is the best guess for when Radiant will support using Rails 3?
>> 
>> Thanks,
>> Wes



[Radiant] Re: Rails 2.3.9 anecdote

2010-09-08 Thread Bermon
I'm actually looking for the same answer. Wondering if Rails 3 support
is in the near future and if there's anything that we can do to help
out.

On Sep 6, 2:26 pm, Wes Gamble  wrote:
>   Anecdotally...
>
> I'm running my Radiant app. under Rails 2.3.9 and it seems to be working
> fine - lots of deprecation warnings about
>
>   ActiveSupport::Dependencies.load_once_paths is deprecated
>
>   ActiveSupport::Dependencies.load_paths
>
> but nothing seems to have broken so far.
>
> What is the best guess for when Radiant will support using Rails 3?
>
> Thanks,
> Wes