CINXE.COM

Hanami | Community

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Hanami - The web, with simplicity" /> <meta name="keywords" content="hanami,hanamirb,lotus,lotusrb,web,framework,ruby,open source,oss,os,software,free,free software,architecture,fast,lightweight,testing,tdd,bdd,test driven development,behaviour driven development,full stack,mvc,model view object,pattern,patterns,design patterns,oop,object oriented programming,testability,http,https,routing,router,http router,restful,resource,resources,convention,controller,models,repository,query,sql,interactors,two-step view,view,template,presenters,render,rendering,helpers,erb,haml,tilt,json,xml,yaml,yml,framwork,framewrok,riby,free sowftare"/> <meta name="author" content="Luca Guidi"> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <link href="/atom.xml" rel="alternate" title="Hanami" type="application/atom+xml" /> <link href="/images/favicon.ico" rel="icon" type="image/ico" /> <title>Hanami | Community</title> <link href="//fonts.googleapis.com/css?family=Roboto:100,300,400,700" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Overpass:200,300,400,700" rel="stylesheet"> <link href="/stylesheets/toolkit-minimal.css" rel="stylesheet" /> <link href="/stylesheets/search.css" rel="stylesheet" /> <link href="/stylesheets/application-minimal.css" rel="stylesheet" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" /> <script async defer src="https://buttons.github.io/buttons.js"></script> </head> <body> <nav id="navigation" class="navbar navbar-default navbar-static-top navbar-padded app-navbar"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed p-x-0" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand text-uppercase" href="/"> <span>Hanami</span> </a> </div> <div class="navbar-collapse collapse" id="navbar-collapse"> <ul class="nav navbar-nav navbar-right text-uppercase"> <li> <a href="https://guides.hanamirb.org" target="_blank">Guides</a> </li> <li> <a href="https://docs.hanamirb.org" target="_blank">Docs</a> </li> <li> <a href="/community">Community</a> </li> <li> <a href="https://github.com/hanami" target="_blank">Source Code</a> </li> <li> <a href="/blog">Blog</a> </li> <li> <a href="/donate"><strong>💜 Become a Sponsor</strong></a> </li> </ul> </div><!--/.nav-collapse --> </div> </nav> <div id="hanami2" class="text-xs-center"> <div class="container"> <div class="row"> We have just released <strong>Hanami 2.2</strong>! Read the <a href="/blog/2024/11/05/hanami-220/">announcement</a>. </div> </div> </div> <div class="container"> <h1>Community</h1> <p class="lead">We strive for an inclusive and helpful community. We have a <a href="#code-of-conduct">Code of Conduct</a> to handle controversial cases. In general, we expect <strong>you</strong> to <strong>be nice</strong> with other people.<br>Our hope is for a great software and a great community.</p> <h2 class="page-header">Code Repository</h2> <p>Hanami's official code repository is on Github. If you find any bugs, please report them by opening an issue. Also, pull requests are always welcome. We will get back to you as soon as possible.</p> <a href="https://github.com/hanami" target="_blank">github.com/hanami</a> <h2 class="page-header">Discussion Forum</h2> <p>The Hanami Discourse forum is the best place for any kind of discussion related to Hanami. Feel free to ask a question, share your project with others, ask for guidance and best practices, offer your help contributing to a project, or anything else.</p> <a href="https://discourse.hanamirb.org" target="_blank">discourse.hanamirb.org</a> <h2 class="page-header">Chat Room</h2> <p>We have an official chat room on Discourse, too. If you need a quick question answered, this is a great place for it. We are always happy to help. You need to create an account there in order to read or chat, but you can authenticate with GitHub so it's quite simple.</p> <a href="https://discourse.hanamirb.org/chat/c/general/6" target="_blank">Hanami Discourse Chat</a> <h2 class="page-header">Blog</h2> <p>On the official Hanami blog, you can find the detailed announcements for new releases, some interesting use cases and things the team writes around the code they usually write.</p> <a href="/blog">Hanami Blog</a> <h2 class="page-header">Twitter</h2> <p>We regularly tweet general announcements on releases and events where Hanami is represented in any way. We also retweet interesting tweets from the Hanami and Ruby community. Please mention <code>@hanamirb</code> or use <code>#hanamirb</code> if you are tweeting about Hanami.</p> <a href="https://twitter.com/hanamirb" target="_blank">@hanamirb</a>, <a href="https://twitter.com/search?q=hanamirb" target="_blank">#hanamirb</a> <h2 class="page-header">Hanami Mastery</h2> <p>Hanami Mastery initiative is a collection of <strong>articles and video tutorials</strong> about Hanami and its dependencies, as well as all awesome gems that can be used within Hanami framework.</p> <a href="https://hanamimastery.com/t/hanami" target="_blank">hanamimastery.com</a>, <a href="https://hanamimastery.com/t/hanami" target="_blank">Content Tagged with Hanami</a> <h2 class="page-header">Mailing List</h2> <p>To stay updated with the latest releases, to receive code examples, implementation details and announcements, please consider to subscribe to the <a href="/mailing-list">Hanami mailing list</a>.</p> <h2 class="page-header">Conference Talks about Hanami</h2> <h4>Hanami 2</h4> <p> <ul> <li> <a href="https://timriley.info/">Tim Riley</a> - <a href="https://www.youtube.com/watch?v=vKWAjGatDa0">Livin' La Vida Hanami</a> - @ <a href="https://rubyconf.org/">RubyConf 2023</a> </li> <li> <a href="https://alchemists.io">Brooke Kuhlman</a> - <a href="https://www.youtube.com/watch?v=vVMZ6qhdxkg">Return To Simplicity: Architect Hypermedia REST applications using Hanami + HTMX</a> - @ <a href="https://rockymtnruby.dev/">Rocky Mountain Ruby 2023</a> </li> <li> <a href="https://timriley.info/">Tim Riley</a> - <a href="https://www.youtube.com/watch?v=jxJ4-iadvIk">Hanami 2: New Framework, New You</a> - @ <a href="https://rubyconf.org/">RubyConfTH 2022</a> </li> <li> <a href="https://twitter.com/jodosha">Luca Guidi</a> - <a href="https://www.youtube.com/watch?v=7DABLhbNy0I">Keynote (Hanami 2.0)</a> - @ <a href="https://2020.rubyparis.org/">Paris.rb Conf 2020</a> </li> <li> <a href="https://twitter.com/jodosha">Luca Guidi</a> - <a href="https://www.youtube.com/watch?v=LqGBhTSOmTI">Hanami 2.0</a> - @ <a href="https://2019.rubyday.it/">rubyday 2019</a> </li> </ul> </p> <h4>Hanami 1</h4> <p> <ul> <li><a href="http://stdout.in/">Yevhen Kuzminov</a> - <a href="https://www.youtube.com/watch?v=jDMUBRPI5zc">A year with Hanami in production: the Good, the Bad and some Recipes</a> - @ <a href="https://rubyc.eu/archives/9/">RubyC 2019</a></li> <li>Grzegorz Witek - <a href="https://www.youtube.com/watch?v=w9VXhtSlhGI">One year with Hanami - what we love, what we don't </a> - @ DeccanRubyConf 2018</a></li> <li><a href="https://twitter.com/parndt">Philip Arndt</a> and <a href="https://twitter.com/samseay">Samuel Seay</a> - <a href="https://www.youtube.com/watch?v=aVxJ0GyD3vw">Taking Refinery off the Rails</a> - @ <a href="http://www.rubyconf.org.au/2017">RubyConf AU 2017</a></li> <li><a href="https://twitter.com/anton_davydov">Anton Davydov</a> - <a href="https://www.youtube.com/watch?v=aYboQzyIoPc">Hanami - New Ruby Web Framework</a> - @ <a href="https://rubykaigi.org/2017/presentations/anton_davydov.html">RubyKaigi 2017</a></li> <li><a href="https://ibakesoftware.com/">Christophe Philemotte</a> - <a href="https://speakerdeck.com/toch/build-a-web-api-with-hanami">Building a Web API with Hanami</a> - @ <a href="https://confoo.ca/en">ConFoo.CA 2017</a></li> <li><a href="https://twitter.com/jodosha">Luca Guidi</a> - <a href="https://www.youtube.com/watch?v=0RyitUKfUFE">Lessons Learned While Building Hanami</a> - @ <a href="http://www.rubyday.it/">RubyDay IT 2016</li> <li><a href="https://twitter.com/_toch">Christophe Philemotte</a> - <a href="https://speakerdeck.com/toch/build-a-web-api-with-hanami">Building a Web API with Hanami</a> - @ <a href="http://takeoffconf.com/2016">TakeOffConf 2016</a></li> <li><a href="https://twitter.com/jmcharnes">Jason Charnes</a> - <a href="https://www.youtube.com/watch?v=99mCHPZ-Qro">A Handy Look at Hanami</a> - @ <a href="http://www.codedaze.io/">Daze Conf 2016</a></li> <li><a href="https://twitter.com/anton_davydov">Anton Davydov</a> - <a href="https://www.youtube.com/watch?v=3L6I4UoK8xM">Viewing Ruby Blossom</a> - @ <a href="http://euruko2016.org/">EURUKO 2016</a></li> <li><a href="http://twitter.com/heatherhsin">Heather Lim</a> - <a href="https://www.youtube.com/watch?v=88snSsNkDlU">Ruby & The Repository Pattern with Hanami</a> - @ <a href="https://www.meetup.com/it-IT/NYC-rb/events/230515892/">NYC.rb meetup (August 2016)</a></li> <li><a href="https://twitter.com/weppos">Simon Carletti</a> - <a href="https://www.youtube.com/watch?v=FkWt7ep5XRM">Developing and Maintaining a Platform With Rails and Lotus</a> - @ <a href="http://railsconf.com/2016/program">RailsConf 2016</a></li> <li><a href="https://twitter.com/jodosha">Luca Guidi</a> - <a href="https://www.youtube.com/watch?v=roePP0WVAg4">Introduction to Hamani</a> - @ <a href="https://www.meetup.com/ClevelandRuby/">Cleveland Ruby Brigade</a></li> <li><a href="https://twitter.com/nbancajas">Norman Ancajas</a> - <a href="https://www.youtube.com/watch?v=2V4_qjOl68w">Hanami Framework</a> - @ <a href="https://www.meetup.com/ruby-phil/events/228765148/">Philippine Ruby Users Group February 2016 meetup</a></li> <li><a href="https://twitter.com/jodosha">Luca Guidi</a> - <a href="https://www.youtube.com/watch?v=3GOHlXEeToM">Towards a better web development with Lotus</a> - @ <a href="http://rubyconf.pt/">RubyConf Portugal 2015</a></li> </ul> </p> <h2 class="page-header">Contribute to Hanami</h2> <p>Help is welcome and much appreciated, whether you are an experienced developer or just looking for sending your first pull request. Please check the open tikets. Be sure to follow the Contributor Code of Conduct below.</p> <a href="https://github.com/search?utf8=%E2%9C%93&q=user%3Ahanami+state%3Aopen+label%3Aeasy+label%3Ahelp-wanted&type=Issues&ref=searchresults" target="_blank">Open Tickets</a> <h2 class="page-header" id="code-of-conduct">Contributor Covenant Code of Conduct</h2> <h3 id="our-pledge">Our Pledge</h2> <p>We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.</p> <p>We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.</p> <h3 id="our-standards">Our Standards</h2> <p>Examples of behavior that contributes to a positive environment for our community include:</p> <ul> <li>Demonstrating empathy and kindness toward other people</li> <li>Being respectful of differing opinions, viewpoints, and experiences</li> <li>Giving and gracefully accepting constructive feedback</li> <li>Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience</li> <li>Focusing on what is best not just for us as individuals, but for the overall community</li> </ul> <p>Examples of unacceptable behavior include:</p> <ul> <li>The use of sexualized language or imagery, and sexual attention or advances of any kind</li> <li>Trolling, insulting or derogatory comments, and personal or political attacks</li> <li>Public or private harassment</li> <li>Publishing others’ private information, such as a physical or email address, without their explicit permission</li> <li>Other conduct which could reasonably be considered inappropriate in a professional setting</li> </ul> <h3 id="enforcement-responsibilities">Enforcement Responsibilities</h2> <p>Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.</p> <p>Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.</p> <h3 id="scope">Scope</h2> <p>This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.</p> <h3 id="enforcement">Enforcement</h2> <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at admin@hanamirb.org. All complaints will be reviewed and investigated promptly and fairly.</p> <p>All community leaders are obligated to respect the privacy and security of the reporter of any incident.</p> <h3 id="enforcement-guidelines">Enforcement Guidelines</h2> <p>Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:</p> <h4 id="1-correction">1. Correction</h3> <p><strong>Community Impact</strong>: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.</p> <p><strong>Consequence</strong>: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.</p> <h4 id="2-warning">2. Warning</h3> <p><strong>Community Impact</strong>: A violation through a single incident or series of actions.</p> <p><strong>Consequence</strong>: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.</p> <h4 id="3-temporary-ban">3. Temporary Ban</h3> <p><strong>Community Impact</strong>: A serious violation of community standards, including sustained inappropriate behavior.</p> <p><strong>Consequence</strong>: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.</p> <h4 id="4-permanent-ban">4. Permanent Ban</h3> <p><strong>Community Impact</strong>: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.</p> <p><strong>Consequence</strong>: A permanent ban from any sort of public interaction within the community.</p> <h3 id="attribution">Attribution</h2> <p>This Code of Conduct is adapted from the <a href="https://www.contributor-covenant.org">Contributor Covenant</a>, <a href="https://www.contributor-covenant.org/version/2/1/code_of_conduct.html">version 2.1</a>.</p> <h2 class="page-header">Logos</h2> <p>The Hanami logo is © Luca Guidi, but you can download and use it for non-commercial purposes.</p> <ul> <li><a href="/files/logo.sketch" target="_blank">Sketch file</a></li> <li><a href="/files/logo.eps" target="_blank">EPS format</a></li> <li><a href="/files/logo.png" target="_blank">High resolution PNG</a></li> </ul> </div> <div class="block app-block-footer"> <div class="container"> <div class="row"> <div class="col-sm-2 m-b"> <ul class="list-unstyled list-spaced"> <li><h6 class="text-uppercase">Project</h6></li> <li><a href="https://github.com/hanami" target="_blank">GitHub</a></li> <li><a href="https://rubygems.org/gems/hanami" target="_blank">Rubygems</a></li> <li><a href="/status">Gems Status</a></li> <li><a href="/team">Team</a></li> <li><a href="/security">Security</a></li> <li><a href="/privacy">Privacy Policy</a></li> <li><a href="https://guides.hanamirb.org/" target="_blank">Guides</a></li> <li><a href="https://docs.hanamirb.org/" target="_blank">Docs</a></li> </ul> </div> <div class="col-sm-2 m-b"> <ul class="list-unstyled list-spaced"> <li><h6 class="text-uppercase">Community</h6></li> <li><a href="/community#code-of-conduct">Code of Conduct</a></li> <li><a href="https://ruby.social/@hanami" target="_blank">Mastodon</a></li> <li><a href="https://discourse.hanamirb.org" target="_blank">Forum</a></li> <li><a href="https://stackoverflow.com/questions/tagged/hanami" target="_blank">StackOverflow</a></li> <li><a href="/mailing-list">Mailing List</a></li> </ul> </div> <div class="col-sm-2 m-b"> <ul class="list-unstyled list-spaced"> <a href="http://dnsimple.link/resolving-hanami" target="_blank"> <span>Resolving with<br/></span> <img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="display:block;margin:0;padding:0;width:100px;" loading="lazy"/> </a> </ul> </div> <div class="col-sm-6"> <h6 class="text-uppercase">About</h6> <p> &copy; 2014-2024 Hanami Team.<br> Released under the <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>. <br><br> This project was formerly known as <strong>Lotus</strong>. </p> <a class="github-button" href="https://github.com/hanami/hanami" data-size="large" data-show-count="true" aria-label="Star hanami/hanami on GitHub">Star</a> </div> </div> </div> </div> <script src="/javascripts/jquery.min.js" type="text/javascript"></script> <script src="/javascripts/toolkit.js" type="text/javascript"></script> <script src="/javascripts/application.js" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47369640-1', 'hanamirb.org'); ga('send', 'pageview'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10