Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

55
votes
12answers
5k views

Why is this RMagick call generating a segmentation fault?

I've been banging my head against the wall for the better part of an hour trying to figure out what's going wrong here, and I'm sure (or rather hoping) it's something fairly obvious that I'm ...
20
votes
2answers
2k views

Rails initializes extremely slow on ruby 1.9.1

I just got my rails 2.3.8 app running on ruby 1.9.1. To get into the console, start the webserver, anything that initializes rails, takes 3 - 4 times longer in ruby 1.9 than in ruby 1.8.7. I'm using ...
9
votes
6answers
3k views

rake aborted! stack level too deep [closed]

Possible Duplicate: Rails 3.0 & Ruby 1.9.2rc: Rake commands return 'already initialized constant' & stack level too deep errors. Any ideas Am using Ruby version 1.9.1 on ...
2
votes
3answers
1k views

Ruby 1.9.1 and Aptana Studio 3 Cant get debug to work (Windows)

So for the last few weeks ive been reading posts on SO and other sites about Ruby IDE's, especially for support with Ruby 1.9. Aptana/RadRails plugin looks amazing as im very used to the eclipse ...
2
votes
3answers
218 views

How can I run a Rails 1.2.5 application on ruby 1.9?

I have a old app made on rails 1.2.5, this application have alot of access per day. I intend to upgrade my server (a joyent accelerator) to run ruby 1.9.x and work with rails 3 but I can't stop or ...
2
votes
4answers
135 views

Ruby 1.9.1 standard library documentation online anywhere?

rubydoc.org has the core documentation for Ruby 1.8.x and Ruby 1.9.1, and for the 1.8.x standard library. But it doesn't document the 1.9.1 standard library, and nor does anywhere else I can find ...
1
vote
1answer
108 views

module_function example in the ruby documentation

I saw the example in the module_function in the ruby documentation. I do not understand the latter part of the code where Mod.one returns the old "this is one" and the c.one returns the updated "this ...
0
votes
0answers
110 views

Ruby 1.9.1 Console - invalid byte sequence in UTF-8

I cannot use Rails console. Anything that I write there I get the following error. Any idea? /Users/macuser/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:773:in ...
0
votes
1answer
1k views

uninitialized constant Syck::DefaultResolver

I'm a fairly new dev to ruby and especially rails, but I do have some perl and php experience. Anyway, I'm trying to get rails version 3 configured on Ubuntu 10.10 using the latest ruby package: ...
0
votes
3answers
263 views

Ruby Strange Error

Whenever I require a file in ruby or irb I get this error: LoadError: no such file to load -- (insert any filename).rb from <internal:lib/rubygems/custom_require>:29:in `require' from ...
0
votes
2answers
1k views

Ruby 1.9.1 is not working under rvm, mac os x

I had rvm installed for several months and it has system (1.8.7) and installed (1.9.1) rubies listed. And both versions worked fine. Yesterday I tried to update 1.9.1 but after installation it wasn't ...
0
votes
1answer
170 views

What command line options are available for test/unit in ruby 1.9.1?

What command line options are available if you're using the Test::Unit compatibility layer in ruby 1.9.1? Background: ruby test/test_all.rb --help provides information on what command line options ...