Ruby 有人用过过 hanami 吗

tablecell · August 24, 2021 · Last by gaicitadie replied at August 24, 2021 · 490 hits
  • hanami new bookshelf
  • bundle install
  • rackup
    ruby 三板斧就把网站做起来了,相比 rails 一堆 webpack 简单多了

也可以命令行生成 controller/model

bundle exec hanami generate action web 'home#index' --url=/
bundle exec hanami generate model book

文档也很全
https://guides.hanamirb.org/v1.3/introduction/getting-started/

看上去不错,不过,感觉很多地方就是 rails 的复刻,如果不想用 webpack 完全可以用 rails5

You need to Sign in before reply, if you don't have an account, please Sign up first.