[Radiant] Re: Shards not changing UI

Andrew O'Brien obrien.andrew at gmail.com
Thu Apr 3 13:02:30 CDT 2008


Ok, I think I've solved this, but I want to run it by you all:  The
problem was that the view in
shards/app/views/admin/page/index.html.erb wasn't getting rendered.
Instead, it was just using the default.  Consequently the changes to
the UI that Reorder and Scheduler make never showed up.

Finally I realized that using 0.6.4 wouldn't work because it names its
views differently.  I changed the suffix of the views in Shards to
.rhtml and it worked fine.  So I guess this means that Shards (at
least as it is in the repository) is only compatible with 0.6.5.

So I guess this will work until I upgrade to 0.6.5 (when it's stable).

On Thu, Apr 3, 2008 at 11:46 AM, Andrew O'Brien <obrien.andrew at gmail.com> wrote:
> I've started using some extensions that use Shards for the first time
>  and ran into a bit of a problem: there are no changes in the admin UI
>  that I can see.  I'm not getting any errors, so I'm pretty sure This
>  is happening with both Reorder and Scheduler, so I think this has to
>  be an issue with Shards or how I've set it up.
>
>  My setup:
>  * Radiant 0.6.4 unpacked into vendor
>  * Shards is definitely loading first in config.extensions in environment.rb
>  * Migration and update tasks have been run for all extensions
>  * Extensions are all definitely loading and enabled (confirmed by
>  putting debug messages in #activate)
>  * All extensions are from the git repository as of today
>
>  Anything I missed?
>
>  -Andrew
>


More information about the Radiant mailing list