简体   繁体   English

什么是铁轨堆叠?

[英]What is rails stack?

我已多次遇到rails stack术语,但我仍然无法得到人们称之为rails stack的东西,那么对rails堆栈有什么了解

A "rails stack" refers collectively to all the software needed to run a webapp using Ruby on Rails, most importantly: “rails stack”指的是使用Ruby on Rails运行webapp所需的所有软件,最重要的是:

  • Operating system 操作系统
  • Webserver 网络服务器
  • Ruby implementation Ruby实现
  • Rails itself Rails本身
  • Database 数据库

You'll also often see more project-specific libraries mentioned (eg here ). 您还经常会看到更多项目特定的库(例如此处 )。

This means that the expression "knowledge of the rails stack" is misleading, because different Rails projects may use quite different stacks. 这意味着表达“rails stack的知识”是误导性的,因为不同的Rails项目可能使用完全不同的堆栈。 What is probably meant is "knowledge of Rails as well as various frameworks and libraries commonly used with Rails". 可能意味着“Rails的知识以及Rails常用的各种框架和库”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM