TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Addressing Concerns about Padrino

3 pointsby xoxabout 15 years ago

2 comments

mark_l_watsonabout 15 years ago
A pretty good justification for the project.<p>That said, I feel a little sorry that the Padrino developers even felt the need to publicly state the raison d'être for the project. Really, this is open source, and they should feel free building on top of Sinatra, Thor, etc. It is up to the developer community to decide as individuals if they want to use a project, but the essence of open source is being able to build new systems using large bodies of existing open source code.
评论 #1245388 未加载
xoxabout 15 years ago
I was disappointed they didn't address some of the security concerns that were raised on HN last time about using Padrino in the context of an ecommerce app. Is Padrino/Sinatra secure enough to handle ecommerce? Rails, for example, has a nice security guide:<p><a href="http://guides.rubyonrails.org/security.html" rel="nofollow">http://guides.rubyonrails.org/security.html</a><p>It would be useful to see some of these issues addressed in the context of Sinatra/Padrino.