refinerycms_membership icon indicating copy to clipboard operation
refinerycms_membership copied to clipboard

Membership engine for Refinery CMS

Results 21 refinerycms_membership issues
Sort by recently updated
recently updated
newest added

``` 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 # ``` Wrapping the monkeypatch for PagesController in refinery.on_attach instead of config.to_prepare...

``` undefined method `confirmation_instructions' for Refinery::Memberships::MembershipMailer:Class ```

rake refinery:override ? say the member/new view

file? This way as I roll out new sites all the settings are in place for the Membership that are common to all the sites? Thanks Al

Hi all, When I follow the readme I get following error: "runtime.rb:74:in `require': cannot load such file -- refinerycms/members (LoadError)" Is there a planned update of this engine? Because the...

I've put gem 'refinerycms-memberships', '2.0' in my Gemfile and when I do 'bundle install' I get "Could not find gem 'refinerycms-memberships (= 2.0) ruby' in the gems available on this...

Steps Taken: - Copied source into vendor/engines/refinerycms-memberships - Added "gem 'refinerycms-memberships', '1.0', :path => 'vendor/engines/'" to Gemfile - Ran "bundle install" successfully - Error occurred when attempting to execute "rails...

since the latest branch is not working with refinery 1.0.8 I am using the previous one. But I get this undefined local variable or method `page_title' for #

I'm receiving this error after member registration. I believe it is related to the `redirect_to(is_admin? ? admin_memberships_path : root_path )` call to `is_admin?` that fails when calling `!(current_user.role_ids & [REFINERY_ROLE_ID,...

I've got refinerycms_membership installed .. but I just don't get how a new member signs up? Any help here, or maybe an addition to the README would be a big...