search for: gem_prelud

Displaying 4 results from an estimated 4 matches for "gem_prelud".

Did you mean: gem_prelude
2012 Sep 18
0
No such file to load -- gem_prelude.rb (LoadError)
Hi, I am new to IronRuby. I have installed IronRuby1.1. When I execute my IronRuby script I get an error: unknown: no such file to load -- gem_prelude.rb (LoadError) Can someone tell me why this error is occuring??? I am trying to automate using Bewildr. This is my script: require ''rubygems'' require ''bewildr'' puts "hello" @app = Bewildr::Application.start(''C:/Documents and Settings/Desktop...
2010 Jan 18
2
Can't get gem bundler to work with either rvm 1.9.1 and 1.9.2
...ck in <top (required)>'' from /Users/kristianconsult/.rvm/ruby-1.9.1-p376/lib/ruby/site_ruby/ 1.9.1/rubygems.rb:1134:in `each'' from /Users/kristianconsult/.rvm/ruby-1.9.1-p376/lib/ruby/site_ruby/ 1.9.1/rubygems.rb:1134:in `<top (required)>'' from <internal:gem_prelude>:235:in `require'' from <internal:gem_prelude>:235:in `load_full_rubygems_library'' from <internal:gem_prelude>:334:in `const_missing'' from /Users/kristianconsult/.rvm/ruby-1.9.1-p376/bin/gem:15:in `<main>'' kristian-mandrups-macbook-pro:~...
2006 Jun 21
7
How to install patches?
Hi, Can someone explain how do I install patches. Once I go to the page, I am not sure what to download and how to apply? I am RoR newbie. -Thanks Hari -- Posted via http://www.ruby-forum.com/.
2010 May 26
25
Extremely slow start up with ruby 1.9.1 vs 1.8.7
I created a fresh new rails app, no gems, no nothing. Completely unmodified. Doing anything that initializes rails takes 2 - 3 times longer in ruby 1.9.1 than it does in 1.8.7. Obviously with a fresh rails app, this is only 2 - 3 seconds extra. But with a decent sized app, this can take up to 25 seconds for rails to initialize, vs the 12 seconds in 1.8.7. I''ve been racking my brain on