forked from mcuyar/station
-
Notifications
You must be signed in to change notification settings - Fork 0
Using Modules Ruby Gems
mcuyar edited this page Nov 17, 2014
·
1 revision
A lot of great productivity gems like SASS/COMPASS for CSS are available with Ruby to enhance your workflow. Ruby-dev and Bundler are installed by default.
To add gems, supply the ruby-gems
parameter to your config file with a gems
parameter value as an array.
ruby-gems:
gems:
- sass
- compass
If you would like to uninstall Ruby-dev and Bundler, add these parameters to your config file.
ruby-gems:
install:
ruby-dev: false
bundler: false
- 前言
- 執行命令
- 更新 Composer
- 安裝 AWS Elastic Beanstalk CLI
- 目錄對應
- 增加 Domains 至 Known Hosts
- MySQL 資料庫管理
- PostgreSQL 資料庫管理
- ZSH 和 Oh My ZSH
- 新增/安裝 Ruby Gems
- 新增環境變數
- Xdebug 除錯
- 使用模組在站台中
- 資料庫
- 指令
- Xdebug
- 前言
- 產生模組目錄
- 與其他模組互動
- Laravel Forge
- AWS Elastic Beanstalk