TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hanami – web framework for Ruby

185 pointsby r0mualdalmost 9 years ago

8 comments

lukeholderalmost 9 years ago
For those unaware, this project was previously called Lotus. I think this is being upvoted because it was mentioned in the recently popular solnic[0] blog post.<p>[0] <a href="http:&#x2F;&#x2F;solnic.eu&#x2F;2016&#x2F;05&#x2F;22&#x2F;my-time-with-rails-is-up.html" rel="nofollow">http:&#x2F;&#x2F;solnic.eu&#x2F;2016&#x2F;05&#x2F;22&#x2F;my-time-with-rails-is-up.html</a>
评论 #11758202 未加载
评论 #11760605 未加载
评论 #11756856 未加载
评论 #11759641 未加载
vinceguidryalmost 9 years ago
I would love to see an intermediate framework between Sinatra and not quite as huge as Rails. Hanami could fit that bill. But it appears as if it&#x27;s trying to compete with Rails, in which case I&#x27;ll never bother trying to learn it, because I already have Rails. From what I&#x27;ve seen of the code it looks like that&#x27;s the case.<p>What would be really awesome is a way to &#x27;promote&#x27; projects. Currently, if I start a Sinatra project and I realize later that I needed Rails, I&#x27;ve no choice but to either re-engineer the entire project, or tough it out with Sinatra.<p>If I had an upgrade path, then I could start every project off in Sinatra, then when I start finding myself wanting more functionality, fluidly migrate to Hanami or Rails.
评论 #11757503 未加载
评论 #11757523 未加载
评论 #11757522 未加载
评论 #11757510 未加载
评论 #11760882 未加载
评论 #11757864 未加载
hardwaresoftonalmost 9 years ago
<p><pre><code> % hanami new bookshelf 18 files successfully created </code></pre> Description is a little misleading, I was expecting to see something sinatra-like but found something rails-like. It might be more apt to call it &quot;The lightest full-featured ruby web MVC framework&quot;.<p>Obviously that doesn&#x27;t make for a good tagline, maybe: &quot;A full-featured yet light-weight web framework, for Ruby.&quot;
cagefacealmost 9 years ago
I&#x27;m happy to see some new ideas in Ruby frameworks but at this point if I&#x27;m going to go to all the trouble of learning a new framework I&#x27;ll learn a new language too. A lot of the problems of Rails (slow, poor concurrency story, dynamic typing) are Ruby problems not Rails problems.<p>A few years ago there weren&#x27;t a lot of great options but now we have Go, Scala, Clojure, C# on Linux, Elixir, Swift (maybe eventually) etc.
andrei_says_almost 9 years ago
Has anyone been using this? What&#x27;s your experience? What kind of project?<p>I am wondering if there are components for common scenarios like authentication etc?
评论 #11757168 未加载
评论 #11757225 未加载
snitkoalmost 9 years ago
It&#x27;s not obvious from the website, so I&#x27;m curious what problem does it solve?
评论 #11757260 未加载
评论 #11757208 未加载
euljialmost 9 years ago
I&#x27;d like to see some high performance ruby implementation for backend stuff (even if limited to some extent ...) sort of like what RubyMotion is for iOS&#x2F;OS X.<p>I can imagine a lot of stuff that could benefit from this on the other hand I can see why it has not been done (costs, complexity etc).<p>Anyway I am sad that RubyMotion is not just as popular as Rails is. That is...very surprising...
unusximmortalisalmost 9 years ago
&quot;The web, with simplicity.&quot; Isn&#x27;t this what every web framework ad is saying with more or less same words?