Get warned quickly of Ruby vulnerabilities to f...
The Ruby security newsletter Always up to date on vulnerabilities and security features for Ruby and all the gems you need...
Fix: IRB pasting is super slow, typing in ruby debugger has lag Posted on May 29, 2012 by Bill After numerous hours spent trying unsuccessfully to fix this problem by following the instructions outlined on a few StackOverflow posts, Jordan presented a recipe for fixing this problem (that actually fixed the problem) today. The essence of the issue is that the readline package that gets installed with REE is by default some bastard version that lags, at least on our Ubuntu and Mint installations. Installing the rvm readline package did not fix it for either of us, nor did an assortment of experiments on compiling REE with different options. Here’s what did: $> sudo apt- get remove libreadline6- dev $> sudo apt- get install libreadline- gplv2- dev $> rvm remove ree $> rvm install ree One problem you may encounter is that if you’re avoiding newer versions of Ubuntu until admit...
Full article: http://www.williambharding.com/blog/rails/fix-irb-pasting...
@rubyalert
»
09 Feb '13, 6pm
@delicerubyrails
»
09 Feb '13, 7pm
The Ruby security newsletter Always up to date on vulnerabilities and security features for Ruby and all the gems you need...