Timo Schilling

Results 37 issues of Timo Schilling

The controllers should move form the `lib` path to into the `app/controller` path, ref #2906.

class reloading

`inherited_resources` will support Rails 4.2 for us, see https://github.com/activeadmin/activeadmin/pull/3193#issuecomment-62421649 for details. To support Rails 5.0 in the future we need to remove `inherited_resources` and need to implement some features of...

help wanted

**Description:** I missed to nested `HostedZoneId` under `Route53` and didn't get an validation error. **Steps to reproduce the issue:** 1. create a stack with ```yaml Resources: ApiGateway: Type: AWS::Serverless::Api Properties:...

area/resource/api
area/validation
maintainer/need-response

**Description:** SAM policy templates are a very nice feature. But sometime we have use cases where they are unusable. This could be fixed if policy templates are able to deal...

area/policy-templates
type/feature
maintainer/need-response

I implemented this feature to disable a temperature sensor in a room where is already a more accurate temperature sensor. I see no other ability to do that in an...

We should extract the Rails part of Arbre in to a new gem. We could build a better solution for #43 and #38.

Example written from @seanlinsley on activeadmin/activeadmin#2874: ``` ruby # app/helpers/application_helper.rb module ApplicationHelper def arbre(&block) Arbre::Context.new(&block).to_s end end # app/decorators/foo_decorator.rb class FooDecorator < Draper::Decorator def wheelchair arbre do status_tag model.wheelchair, class:...

To prevent spam on the demo side, we could use Github OAuth as login. What do you think @activeadmin/owners?