Project

General

Profile

Bug #12844

Updated by nobu (Nobuyoshi Nakada) over 7 years ago

If I run rails console it diplays many lines of code and then states:  

 ``` `[NOTE] 
 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 Bug reports are welcome. 
 For details: http://www.ruby-lang.org/bugreport.html 
 ``` http://www.ruby-lang.org/bugreport.html``` 

 If I specify development it will show me the console has started. But upon issuing any command for instance `user user = User.new` User.new it will revert back to the original error. I'm running mac sierra 

 ``` 
 $ $` bin/rails console development 
 Running via Spring preloader in process 30451 
 Loading development environment (Rails 5.0.0.1) 
 irb(main):001:0> 
 ``` 
 irb(main):001:0>`  

Back