Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
silversmith
on Dec 22, 2011
|
parent
|
context
|
favorite
| on:
Rails master is now 4.0.0.beta; Ruby 1.8.7 support...
Except it does not handle neither installation (available via ruby-build), nor gemsets (has a plugin).
bronson
on Dec 22, 2011
|
next
[–]
And rbenv doesn't nest. If your Ruby program execs another Ruby program, rbenv won't use the correct interpreter.
https://github.com/sstephenson/rbenv/issues/121
tonycoco
on Dec 22, 2011
|
prev
|
next
[–]
Who needs gemsets? Isn't that the point of Bundler?
boundlessdreamz
on Dec 22, 2011
|
parent
|
next
[–]
Gemsets are still useful. see
http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gem...
latortuga
on Dec 22, 2011
|
root
|
parent
|
next
[–]
Thank you for this, I did not realize it was the case but it definitely makes sense. Back to using gemsets I suppose...
joshcrews
on Dec 22, 2011
|
parent
|
prev
|
next
[–]
I'd rather do gemsets than preface commands with "bundle exec"
bglusman
on Dec 22, 2011
|
root
|
parent
|
next
[–]
yes! Though I just discovered the other day you can use the --binstubs option which obviates the need to use bundle exec in the project
boundlessdreamz
on Dec 23, 2011
|
root
|
parent
|
next
[–]
Isn't that exchanging
bundle exec command
for
./bin/command
? Still not as convenient as just using
command
getsat
on Dec 22, 2011
|
prev
[–]
Yeah, the plugin architecture is cool. There's one for bundler, too:
https://github.com/carsomyr/rbenv-bundler
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: