refinerycms_membership icon indicating copy to clipboard operation
refinerycms_membership copied to clipboard

Fix missing Refinery helpers in PagesController

Open rottame opened this issue 13 years ago • 2 comments

NameError in Pages#home

Showing /home/ngl/.rvm/gems/ruby-1.9.2-p136/gems/refinerycms-core- 0.9.9.13/app/views/shared/_content_page.html.erb where line #8 raised:

undefined local variable or method `page_title' for #<#<Class:0x944b444>:0x9446a84>

Wrapping the monkeypatch for PagesController in refinery.on_attach instead of config.to_prepare in lib/refinerycms_memberships.rb fixes the problem for me.

There is a problem: in refinerycms master, the callback was renamed to refinery.after_inclusion

rottame avatar Mar 30 '11 12:03 rottame

Thanks! I was talking to Phil about this last night but didn't get a chance to do it. I'll pull your changes in, hopefully, tonight.

B

On Wed, Mar 30, 2011 at 8:35 AM, rottame < [email protected]>wrote:

NameError in Pages#home

Showing /home/ngl/.rvm/gems/ruby-1.9.2-p136/gems/refinerycms-core- 0.9.9.13/app/views/shared/_content_page.html.erb where line #8 raised:

undefined local variable or method `page_title' for #<#Class:0x944b444:0x9446a84>

Wrapping the monkeypatch for PagesController in refinery.on_attach instead of config.to_prepare in lib/refinerycms_memberships.rb fixes the problem for me.

There is a problem: in refinerycms master, the callback was renamed to refinery.after_inclusion

Reply to this email directly or view it on GitHub: https://github.com/rbriank/refinerycms_membership/pull/4

rbriank avatar Mar 30 '11 14:03 rbriank

I'd like to add you to my professional network on LinkedIn.

  • Brian

Brian Kierstead Information Technology and Services Professional Ontario, Canada

Confirm that you know Brian Kierstead: https://www.linkedin.com/e/-cff684-gui8ozav-2s/isd/4773951230/043mHC7G/?hs=false&tok=0JdvEK2wOIM4Y1

You are receiving Invitation to Connect emails. Click to unsubscribe: http://www.linkedin.com/e/-cff684-gui8ozav-2s/vEXs_3Sofs3M3LUCKykvylxR03SESUaKngFDJD0Rf3jEUapMV_F-_cj9cM0Voat28gOFVc5xN_0EZdaiq_HBiN19dRyKYaL1mF5aP9/goo/reply%2Bi-717569-1590d399f260364a93325da009ce45d2fa858acb%40reply%2Egithub%2Ecom/20061/I1659926204_1/?hs=false&tok=14IxuAnIGIM4Y1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.

rbriank avatar Nov 02 '11 11:11 rbriank