Besides Rails, what are other popular web dev tools, frameworks, libs for Ruby? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question 开发者_JAVA技巧ORMs, HTML Templates, URL mappers? I'm new to Ruby and I'm wondering what other options are there for web development other than Rails.
Maybe sinatra?
You can get some information on these and many other topics at Ruby Toolbox:
- Web App Frameworks
- Template Languages
I'm not sure what "URL mappers" in your question refers to, however.
I would like to recommend Padrino. It's an easy framework to get started with, and the documentation is great.
Cut from the Padrino webpage:
Padrino is a ruby framework built upon the excellent Sinatra Microframework. Sinatra is a DSL for quickly creating simple web applications in Ruby. Padrino was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!
Would Watir count? 10 Alternative Ruby Web Frameworks has a list of other possibilities to explore.
精彩评论