无法查看 Web 应用程序的后端而只能查看源代码:是否有任何特定的 Ruby 目录结构?我想学习这门语言,但我想搜索我想作为学习方式效仿的网站。
您如何确定网站是否是使用 Ruby 语言创建的?
逆向工程
网站
2021-06-17 04:19:47
1个回答
谷歌搜索给我带来了这个:
http://www.tutorialspoint.com/ruby-on-rails/rails-directory-structure.htm
demo/
..../app
......../controller
......../helpers
......../models
......../views
............../layouts
..../components
..../config
..../db
..../doc
..../lib
..../log
..../public
..../script
..../test
..../tmp
..../vendor
README
Rakefile