如果只用一句话总结:
Ruby on Rails 不是教你从零搭每一栋楼,而是先把整座城市的标准脚手架、审批流、档案馆、公告牌和后勤系统搭好,让你把精力留给真正的业务建筑。
所以学 Rails,不要只学 API。
要学这三层:
- 它如何规定一座城的施工标准
- 它如何把资源、路由、页面、数据串成主干
- 你如何在这套标准之上,仍然保持清晰的业务设计
一旦这三层打通,Rails 就不会再是“那个很会生成 CRUD 的老框架”。
它会变成你脑中一套非常完整、非常高效的软件建城方法。
#官方来源链接清单
- https://guides.rubyonrails.org/
- https://guides.rubyonrails.org/getting_started.html
- https://guides.rubyonrails.org/install_ruby_on_rails.html
- https://guides.rubyonrails.org/maintenance_policy.html
- https://rubyonrails.org/2025/10/29/new-rails-releases-and-end-of-support-announcement
- https://guides.rubyonrails.org/command_line.html
- https://guides.rubyonrails.org/v8.0.0/routing.html
- https://guides.rubyonrails.org/v7.2.0/active_record_basics.html
- https://guides.rubyonrails.org/association_basics.html
- https://guides.rubyonrails.org/active_record_migrations.html
- https://guides.rubyonrails.org/action_controller_overview.html
- https://guides.rubyonrails.org/action_view_overview.html
- https://guides.rubyonrails.org/layouts_and_rendering.html
- https://guides.rubyonrails.org/active_job_basics.html
- https://guides.rubyonrails.org/action_mailer_basics.html
- https://guides.rubyonrails.org/active_storage_overview.html
- https://guides.rubyonrails.org/action_text_overview.html
- https://guides.rubyonrails.org/asset_pipeline.html
- https://guides.rubyonrails.org/working_with_javascript_in_rails.html
- https://guides.rubyonrails.org/api_app.html