Ruby. Ruby · JRuby · IronRuby · RSpec. Rails. Rails · Rails Deployment · Rails I18N. Misc. RForum · Radiant CMS · Gnome 2 · wxRuby. Non-English ...
Link: ruby-forum.com
I'm working on a gem for DCI (maroon) and a major part of that gem does source code transformation. the gem works fine but I want to improve the debugging experience and to do that I need to be able to let the environment know what line of source code was actually executed. Is there a...
I am on Snow Leopard, installed 1.9.2 using rvm. Here is the runtime error I get from ncurses-0.9.1: dyld: lazy symbol binding failed: Symbol not found: _STR2CSTR Referenced from: /Users/rahul/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/x86_64-darwin10/ncurses.bundle Expected...
I just put up an Eclipse plugin that demo's using jruby to extend Eclipse. The plugin is simple, it just reads in a ruby file and creates a view that displays the results of whatever ruby method you put there. The interesting thing isn't so much the demo (although it's useful; I've go...
On Mon, Oct 29, 2012 at 07:43:27PM -0400, B.R. wrote: Hi there, > When submitting too large requests, Nginx replies a page containing the > right code status but serves the errors page with a HTTP/0.9 (!) 200 answer. No, it doesn't. Look at the "curl -i" output. Your browser is making...
On Sat, Feb 20, 2010 at 7:07 PM, Eric Christopherson <[email protected]> wrote: > post my code. Thanks. All right, I'm just going to paste my code. It's possible no one responded because no one here is that familiar with Rawr (or at least its internals), but I might as well as...
Sequel is a lightweight database access toolkit for Ruby. * Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. * Sequel includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated recor...
Issue #5400 has been updated by Joey Zhou. Magnus Holm wrote: > Nobody knows them. Nobody uses them. Let's just get rid of flip-flops, shall we? Well, the flip-flop behavior is useful, so it should not be removed. However, I agree that the syntax is a bit confusing. Flip-flop in Ruby ...
Hi, with the last changes a bug in glib2 was introduced. With a fresh installation you get this error: irb(main):001:0> require 'gtk2' NoMethodError: undefined method `prepend_environment_path' for GLib:Module from /usr/local/lib/site_ruby/1.9.1/gtk2/base.rb:20:in `<top (required)>' f...