DEV Community

Discussion on: Please stop using Ruby

Collapse
 
shevegen profile image
markus heiler

I use my own fake-webframework (created before rails came out).

Granted, it is way below feature parity with rails. But it also does not want to be feature equal.

I also use sinatra so I more belong into this world of simplicity.

And I am mega-productive related to the www there too, without needing RoR (but I value simplicity at all times; I hate the complexity of rails).

I just wonder why people think the www in ruby belongs to rails. I don't see it that way at all.

Thread Thread
 
princejoseph profile image
Prince Joseph

what is your framework?