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

Fuller explanations, more examples, etc. Just look at how much is in Rails' docs for this area.

This would make it so that the exposures _always take priority_ over any other methods that might be in the scope (i.e. helpers and other non-essential methods). We should combine...

feature

@parndt raised this: > I see this using better errors sometimes > > ``` > (Object too large. Modify > Hanami::View::Rendering#inspect or adjust > BetterErrors.maximum_variable_inspect_size if you need to see...

We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...

depfu

We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...

depfu

Right now if you try and build a named scope via `scope("my_scope_name", **some_locals)` but you haven't configured `scope_namespace` for the view, you'll get an inscrutable error: ``` NoMethodError: undefined method...

help-wanted

According to https://github.com/KonnorRogers/view-layer-benchmarks, hanami-view is the slowest of the view layer libraries tested (including slower than Rails partials). We should take a look to see if there's more performance improvements...

Do we want to add support for inline templates? That is, templates that are defined as strings in the `View` class, and not in a separate file to be read....

feature

These are loaded by tilt, and excluding them from autoloading ensures we avoid errors when zeitwerk:check is run. See [this forum topic](https://discourse.hanamirb.org/t/rails-app-with-hanami-fails-on-hanami-dependency-i-didnt-want-to-add/1126) for more.