Django-like framework on Ruby?

好久不见. 提交于 2019-12-05 17:09:26

Try merb, merb-slices, and datamapper is probably the closest you can get in ruby.

I think you need to define a little closer what you mean by "Django-like". Depending on your exact definition, any of these might fit the bill:

Is having less files really a deciding factor on choosing a framework?

I agree that keeping track of a smaller number of files is easier on the brain, but I would choose a framework on:

  • documentation
  • size of community
  • maturity

before I woried about file count.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!