I didn't get to the bottom of this, so I had to override the template
with my own and stop calling page_count.
But your mention of trying the tests, Bruno, brought up an interesting
point. I can't in fact pass a lot of the tests anymore, because it
seems that when I run them, it will not just use the CE rails app
embedded inside my app, it will use the WHOLE APP, and so all my
changes to your behavior will break tests. I didn't try going down
into the CE directory and running the rake task from there, maybe that
would work. I guess I expected that prefixing the test with
community_engine implied it would execute those tests within a
strictly community_engine context.
On Nov 10, 8:31 pm, Bruno Bornsztein <
bruno.bornszt...@gmail.com>
wrote:
> @activities is set in activities_controller, line #9. (Please note that this
> action can only be accessed by the current user, so you can't look at
> another user's network activities).
>
> Regarding your error: I can't reproduce it locally, and my tests pass.
> Please check your tests, specifically, make sure that
> activities_controller_test.rb runs without errors before submitting this as
> a bug.
>
> Thanks,
> Bruno
>
> On Tue, Nov 10, 2009 at 7:00 PM, Jim Ruther Nill <
jvn...@gmail.com> wrote:
>
>
>
> > how is @activities declared?
>