Project

General

Profile

Actions

Bug #11682

closed

cant create my first controller after initial rails install

Added by jchauhan (Jasel Chauhan) over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:71468]

Description

hi there, i'm having difficulty in creating my first rails controller - i have just installed rails following the installrails.com instructions.
when typing 'rails generate controller welcome index" into my terminal I am presented with the attached error bug log.

Any ideas as to what could be causing this??

Help is muchos appreciated :)

J


Files

bugCrashLog.txt (78.3 KB) bugCrashLog.txt jchauhan (Jasel Chauhan), 11/13/2015 12:53 AM

Updated by nobu (Nobuyoshi Nakada) over 8 years ago

  • Status changed from Open to Rejected

You load an extension library for older version of ruby.
2.2.1 is outdated and 2.2.3 will show more descriptive message.

$ ruby2.2 -v -r /usr/lib/ruby/2.0.0/universal-darwin15/etc.bundle -ep
ruby 2.2.3p173 (2015-08-18 revision 51636) [universal.x86_64-darwin15]
/opt/local/lib/ruby2.2/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': incompatible library version - /usr/lib/ruby/2.0.0/universal-darwin15/etc.bundle (fatal)
	from /opt/local/lib/ruby2.2/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
Actions

Also available in: Atom PDF

Like0
Like0