view icon indicating copy to clipboard operation
view copied to clipboard

Views, templates and presenters for Ruby web applications

Results 22 view issues
Sort by recently updated
recently updated
newest added

In this PR we're achieving two things using dry-effects (the first I did [way back in September 2020](https://timriley.info/writing/2020/10/06/open-source-status-update-september-2020/), and the second I'm adding just now): ## Access to the render...

We've tested your project with an updated dependency and got errors while installing the dependencies. This version is either within the version range you specified or you haven't specified a...

depfu

A singular value will trigger the constantization of the names Array, which returns an invalid result. The user likely wanted to decorate an Array-like collection if they were manually providing...

bug
fix

This makes it possible for the layout to access any context state changed from within the template, which is necessary to enable `content_for`-style behaviour, or e.g. for context helpers that...

I've had an issue recently where I've wanted to create "component" classes that are essentially POROs which return an HTML component (say a modal, button or form) using the `HtmlBuilder`....

discussion

## Background Resolves: #252 ### Bug 1. When scope name is passed as string (either scope class name, or the path to the file), the name resolving goes through the...

### Background When you have two scopes used, in the single view rendering, and you'll use `path` to the scope file instead of a class, you'll get only the first...

bug