Process finished with exit code 0

When trying to run a project I encounter the following problem:

2011-09-07 17:24:37,949 [ 297304]   INFO - ymbols.structure.SymbolBuilder - Unsupported extend/include call: ::ActiveRecord::Base.extend, file : /home/mark/.rvm/gems/ruby-1.9.2-head/gems/will_paginate-3.0.0/lib/will_paginate/active_record.rb

The app runs fine using web brick in terminal.

Steps i have taken to try to correct the problem.

1. Download Rubymine 3.2.4

2. rvm implode.

3. Purged rvm and ruby plus all gems I could find.

4. Reinstall ruby

5. reinstall rvm.

gem -v => 1.8.10

rvm -v => 1.8.2

rails -v => 3.1.0

ruby -v ruby 1.9.2p312 (2011-08-11 revision 32926) [x86_64-linux]

gem env =>

RubyGems Environment:
  - RUBYGEMS VERSION: 1.8.10
  - RUBY VERSION: 1.9.2 (2011-08-11 patchlevel 312) [x86_64-linux]
  - INSTALLATION DIRECTORY: /home/mark/.rvm/gems/ruby-1.9.2-head
  - RUBY EXECUTABLE: /home/mark/.rvm/rubies/ruby-1.9.2-head/bin/ruby
  - EXECUTABLE DIRECTORY: /home/mark/.rvm/gems/ruby-1.9.2-head/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /home/mark/.rvm/gems/ruby-1.9.2-head
     - /home/mark/.rvm/gems/ruby-1.9.2-head@global
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - http://rubygems.org/



gem list =>

actionmailer (3.1.0)
actionpack (3.1.0)
activemodel (3.1.0)
activerecord (3.1.0)
activeresource (3.1.0)
activesupport (3.1.0)
arel (2.2.1)
bcrypt-ruby (3.0.0)
builder (3.0.0)
bundler (1.0.18)
capistrano (2.8.0)
erubis (2.7.0)
highline (1.6.2)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.13)
mail (2.3.0)
mime-types (1.16)
multi_json (1.0.3)
net-scp (1.0.4)
net-sftp (2.0.5)
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
pg (0.11.0)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.3)
rack-mount (0.8.3)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.1.0)
railties (3.1.0)
rake (0.9.2)
rdoc (3.9.4)
recaptcha (0.3.1)
sprockets (2.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.29)
will_paginate (3.0.0)




0
1 comment
Avatar
Permanently deleted user

I fixed this by removing my .idea folder. I think this problem was instigated by my Dell Inspiron 1564 shutting down the other day with an overheated processor.

0

Please sign in to leave a comment.