mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
updated post: My Ruby Development Environment
This commit is contained in:
@@ -89,6 +89,17 @@ alias ca="bundle exec cap"
|
||||
alias cu="bundle exec cucumber"
|
||||
{% endhighlight %}
|
||||
|
||||
**Update:** Instead of using an alias to set Bundler options, you can set
|
||||
default Bundler config options in `~/.bundle/config`. Mine looke liks this:
|
||||
|
||||
{% highlight yaml %}
|
||||
---
|
||||
BUNDLE_PATH: vendor/bundle
|
||||
BUNDLE_BIN: .bin
|
||||
{% endhighlight %}
|
||||
|
||||
Run `bundle help config` for more information.
|
||||
|
||||
|
||||
## Running Ruby Apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user