Comment on Ruby Frameworks? Which one? Bye bye Rails.Comments−mickeyben14yPadrino is great for small apps but for medium to big projects I much prefer go the rails way and remove the parts I don't need.You can remove the big rails modules if you don't need them (activesupport, activemailer, activerecord,. ..) but also the rack middlewares.
Comments
Padrino is great for small apps but for medium to big projects I much prefer go the rails way and remove the parts I don't need.
You can remove the big rails modules if you don't need them (activesupport, activemailer, activerecord,. ..) but also the rack middlewares.