TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Experience Switching From Ruby 1.8 to Ruby 1.9

32 pointsby mudgeover 15 years ago

3 comments

RyanMcGrealover 15 years ago
`sudo make install`<p>AFAIK if you enter `sudo checkinstall` instead, it installs into your package manager so you can remove it more easily later.<p><a href="https://help.ubuntu.com/community/CheckInstall" rel="nofollow">https://help.ubuntu.com/community/CheckInstall</a>
评论 #782412 未加载
Andysover 15 years ago
I switched to 1.9 for several greenfields projects. The postgresql gem builds cleanly, as does thin, which can be used in place of mongrel.<p>The biggest gotcha was having to modify my application to explicitly open text files in UTF8 mode. But the more than 100% execution speedup was a nice upside.
Tichyover 15 years ago
I reverted to 1.8 because I could not find documentation for the Standard Library of 1.9. Generating it myself also proved impossible (out of memory errors and other issues).
评论 #782221 未加载
评论 #782636 未加载
评论 #782209 未加载