guides icon indicating copy to clipboard operation
guides copied to clipboard

Hanami Guides

Results 52 guides issues
Sort by recently updated
recently updated
newest added

Based on discussion https://discourse.hanamirb.org/t/testing-hanami-views/960/3 This PR should probably be merged after Sebastin's PR https://github.com/hanami/guides/pull/231 so that we could properly link this new page too

Add missing documentation about at route for the home.show action that got generated earlier in the guide.

It's a fairly important part of getting to know a new framework, and I couldn't find any mention of `binding.irb` or `binding.pry` in the guides. There's currently no open issue...

I had some troubles finding the right syntax, so I think it would be good to add it to the doc Supported by Rack::Utils, see: https://github.com/rack/rack/blob/8f5c885f7e0427b489174a55e6d88463173f22d2/lib/rack/utils.rb#L292C23-L292C32

While reading through this guide we noticed that the params assignment is never used so we removed it from the example. Co-authored-by: Amanda Wagener

For some reason, for this particular link, using brackets doesn't render the link properly

I wanted to add my own JSON body parser, like Oj. I looked and did as described in the documentation, but got an error in the RSpec tests. I saw...

This change introduces SCSS into the pipeline to simplify and consolidate styles into a more hierarchical structure. It also eliminates redundant or unused styles. Additional changes have been made to...