技术测试NativApps Ruby on Rails Ruby on Rails,也称为RoR或Rails,是一种遵循Model View Controller(MVC)模式范例,以Ruby编程语言编写的开源Web应用程序框架。 目录 安装 首先在您的计算机上克隆存储库 git clone https://github.com/afleones/cosmo.git 我们打开我们喜欢的控制台: example: on macos: Iterm2, Iterm, on Windows: cmd, git Bash, etc... 转到克隆存储库的路径,在我的情况下为: cd /c/Users/Aleones1/Desktop/RAILS/cosmo 我们使用以下命令继续安装gems: bundle install 我们在开发环境或代码编辑器中打开项目: example: atom