[Radiant] 500 errors in Admin after upgrade to 0.6.6
Sean Cribbs
seancribbs at gmail.com
Tue Apr 22 10:13:42 CDT 2008
Dan,
The big one is that view templates must be named according to the Rails
2 convention - name.format.engine. For example, a normal template named
show.rhtml in Rails 1.x will become show.html.erb in Rails 2.
Similarly, Builder::Xml templates would change from show.rxml to
show.xml.builder and RJS templates from ajax.rjs to ajax.js.rjs.
Additionally, the way that extensions are loaded and initialized was
overhauled for 0.6.5/6. If you relied on a "hack" to get certain things
to load, those might break. However, the new method produces fewer
unexpected loading order and load path issues, and should be easier to use.
Sean
Dan and Norine Simpson wrote:
> Hi Sean,
>
> Can you elaborate on what incompatibilities we may encounter, or are these
> of the unknown variety?
>
> Thanks,
> Dan
>
> On Mon, Apr 21, 2008 at 11:20 PM, Sean Cribbs <seancribbs at gmail.com> wrote:
>
>
>> Andy,
>>
>> What extensions do you have installed? 0.6.5/6 introduced some
>> incompatibilities, mostly because of the upgrade to Rails 2.
>>
>> Sean
>>
>>
>> Andy Ratike wrote:
>>
>>
>>> I have two Radiant sites that I setup a while back, with both Mongrel
>>> and
>>> Nginx in front of them. After upgrading to the 0.6.6 release today, the
>>> sites are working fine, however, the admin interface throws 500 errors
>>> when
>>> attempting to edit a page. Has anyone else had this issue? Any ideas
>>> as to
>>> where I should start looking to debug this? I'm green when it comes to
>>> Rails...
>>> _______________________________________________
>>> Radiant mailing list
>>> Post: Radiant at radiantcms.org
>>> Search: http://radiantcms.org/mailing-list/search/
>>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>>>
>>>
>>>
>>>
>> _______________________________________________
>> Radiant mailing list
>> Post: Radiant at radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
> _______________________________________________
> Radiant mailing list
> Post: Radiant at radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
>
More information about the Radiant
mailing list