John Small

Results 24 issues of John Small

In RSpec view specs 'can?' in the view is calling the default 'current_user', which fails because I'm not using current_user, but current_something_else. I can see how to change the default...

bug

Yes I know that logic in views is a code smell, but I have to work with legacy code. However... While upgrading cells from 3.x to 4.1.7 I've come across...

Weird problem in a Rails 5.0.1 app. I just added delayed_job_active_record, ran the migration in development, but I can't run it in test because I get NameError: uninitialized constant Delayed::DelayMail...

help wanted

I have to use the old 1.12 version because the new one requires Comfy >=2.0.0 which requires Rails >= 5.2, which I don't have time to upgrade to. I'm on...

### Summary Added missing parameter `lookup_context.view_paths` in if (options = Comfy::Cms::Layout.app_layouts_for_select(lookup_context.view_paths)).present? Thanks for contributing!

I'm seeing scopeactiverecordattributespage in place of field labels all over the place. Which is irritating as I can't use the forms without knowing what the fields refer to. Anyone else...

The [JSON-API spec regarding relationships](http://jsonapi.org/format/#crud-updating-relationships) allows both PATCH and POST for updating a relationship. If a PATCH is used then the entire contents of the relationship are replaced. If a...

**The problem** We have a hierarchy over a table with records that use single table inheritance. That means the relation has_many :children Can return any of the types we use....

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...