First  |  Prev |  Next  |  Last
Pages: 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
Licensing for Ruby logo
I'm developing a site that is about Ruby, what is the licensing for the ruby icon? Is it okay to use? Miles Smith ... 23 Feb 2010 13:32
How do I set the encoding on a regexp ?
Title pretty much says it all. Here is a small sample program: #!/usr/bin/env ruby # -*- coding: utf-8 -*- s = "string" puts s.encoding r = Regexp.new(s) puts r.encoding Here is the output: UTF-8 US-ASCII I was expecting both to be set to UTF-8. There is no force_encoding method for RegExp. If... 3 Mar 2010 15:15
Performance of Ruby 1.9 vs. Ruby 1.8 (was: Speed sprint)
Alexander Jesner wrote: On 02/22/2010 20:30, Benedikt Müller wrote: Ruby is not the fastest interpreted language out there. If you have not already done so, switch to Ruby 1.9. I have seen this claim that Ruby 1.9 is somehow faster than Ruby 1.8 repeated over and over again, but I have *never* seen any cr... 26 Feb 2010 05:14
RDoc status and future?
Hi all, RDoc 1.0.1 is part of the standard library for Ruby 1.8.6 and 1.8.7 (don't know about Ruby 1.9.x). RDoc 2.4.3 seems to be the newest and very different version but is not part of the standard library. Can anyone shed some light on the status and future of RDoc as the standard way of documenting Ruby... 24 Feb 2010 07:30
How to turn $10 into $10,000 fast! 21
$$Make Money Message$$ This is a new program as you will see. This is a fantastic opportunity, try it for yourself!! EVERYTHING DONE ONLINE!! With just $10 and a Paypal account, you could make $$Thousands$$ in 2 SIMPLE STEPS!! READ THIS VERY CAREFULLY, THEN READ IT AGAIN, If you want to make a few thousand d... 23 Feb 2010 04:38
Now Win a laptop computer from (EZ laptop) free of charge
All you have to do is just click on the link below and register on- site.And you'll know the rest of the steps on your own http://ezlaptop.com/?r=130329 Good luck to all ... 23 Feb 2010 02:27
Test::Unit Newbie Question regarding loops
With the following example: #--------------------------------------------------------- #!/usr/bin/ruby require "test/unit" class TestImplArchFile < Test::Unit::TestCase def test_loop [0,1,2].each do |i| assert_equal(i, 6, "Duh, #{i} is not equal to 6.") end end end #------------... 23 Feb 2010 18:12
ActionController::AbstractRequest.relative_url_root = "/rotspecs"
http://pastie.org/pastes/837796 Sorry for the rails problem, but the Ruby pertinent question is, how do I find if some gem is missing? I installed rails today, and I would think this would be available, but it appears I need to install something, or add a configuration. Sincerely, Xeno -- "It's the prepon... 22 Feb 2010 18:40
tokyocabinet ruby api install problem
Now that I have TC installed, I seem to have encountered a similar issue with Hi all, I recently installed tokyocabinet with some help, on a debian system. My problems were with the configure file, since I hadn't done that before. Now I have an issue with the ruby api install. It involves running the rub... 22 Feb 2010 17:32
Speed sprint
Hi We all know: Ruby is not the fastest interpreted language out there. I think, this isn't the goal, but I also think, Ruby is too slow. I would suggest, that a time, say two monthes or three, only speed patches and bugfixes are accepted. So the development could be concentrated on speed. I'd like to hear what o... 23 Feb 2010 11:16
First  |  Prev |  Next  |  Last
Pages: 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168