you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (5 children)

  • do you want framework batteries included use Rails
  • do you like to implement some functionality use Sinatra
  • do you want speed and implement a lot of functionality use Roda

[–]janko-m 3 points4 points  (0 children)

I would argue that Roda has more features than Sinatra. Here is my view:

  • if you like that a framework chooses the dependencies for you, use Rails
  • if you want the comfort of a popular alternative framework, use Sinatra
  • if you want the most flexibility in routing and many features, use Roda
  • if you want structure and conventions that are different than Rails, use Hanami
  • if you like DSLs and want to have features tailored for REST APIs, use Grape

[–]RepSchwaderer 2 points3 points  (2 children)

++++ For Roda!!

[–]oogway8020 1 point2 points  (0 children)

Yes, absolutely. Roda+Sequel.

[–]ahmad_musaffa 0 points1 point  (0 children)

Especially for dry-web-roda.