惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
美团技术团队
H
Help Net Security
G
Google Developers Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
M
MIT News - Artificial intelligence
腾讯CDC
IT之家
IT之家
Vercel News
Vercel News
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
I
InfoQ
博客园 - 司徒正美
A
About on SuperTechFans

Ruby on Rails: Compress the complexity of modern web apps

Safer to_i coercion, custom to_fs formats, and more! This Week in Rails: May 16, 2026 This Week in Rails: May 8, 2026 This Week in Rails: May 1, 2026 Active Record gets better every week Great big Rails World 2026 update: CFP, Corporate Support tickets, workshops Query command for database queries and more Explicit query: and body: kwargs for integration tests and more! Speedup ActiveRecord::LogSubscriber#sql_color and more! This Week in Rails: March 27, 2026 Rails Versions 8.0.5 and 8.1.3 have been released! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! This Week in Rails: March 20, 2026 Validate URI scheme in Action Text and more This Week in Rails: March 6, 2026 Planning Center is the newest Rails Foundation Contributing member Action Text gets Markdown conversion, editor links in devcontainers, and more! BARRA seeks Rails developer Joe Agliozzo is looking for a Rails developer The rise of lighttpd as the alternative web server When longer is better and more is more Snowdevil: First e-tailer on Rails Natural selection for frameworks in Ruby vs Java Address book tutorial in Portuguese Becoming a better programmer with Rails 10 Things Every Java Programmer Should Know About Ruby Really Getting Started in Rails Off the Treadmill, Onto the Rails Rails 0.9.5: A world of fixes and tweaks Rich clients with Rails and XUL
Javalobby founder: 'Ruby on Rails is a powerhouse'
David Heinemeier Hansson · 2005-06-16 · via Ruby on Rails: Compress the complexity of modern web apps

Thursday, June 16, 2005
Posted by admin

Dave Thomas is turning them into believers by the dozen at the No Fluff Just Stuff symposiums. His one-two of Ruby for Java Programmers and Ruby on Rails talks are delivering just the cocktail to get a whole lot of people interested.

One of those people is Rick Ross, the founder of Javalobby. Under the heading of Ruby on Rails is a powerhouse, Rick wrote the following in the most recent newsletter from Javalobby:

I didn’t get to spend much time at the No Fluff Just Stuff symposium here in Research Triangle Park this past weekend, but one noteworthy session I did get to attend was Dave Thomas’ presentation about “Ruby on Rails.” I was amazed as I sat through the 90-minute presentation watching Dave knock out feature after feature of a real-life web application in record time and with more compact code than any I had previously seen.

The Rails developers seem to have carefully considered the recurring pattern needs of web apps, and the framework provides full functionality for a typical database-backed CRUD (create, read, update, delete) application in a matter of minutes. Rails uses intelligent reflection to map database tables to Ruby objects, and the apps you generate with the Rails scripts form a very reasonable foundation for extending and customizing to meet your specific needs. Unit testing is built-in by default, as is a full web server for testing and debugging.

The next time you need to get the job done very quickly you may want to try out Ruby on Rails for yourself. I don’t know enough yet to say how much it can scale, but Rails is quite clearly a major step forward for those who want web application development to be easier. Dave has a new book in beta, check it out here.

Thanks a bunch, Rick. And keep it up, Dave.