Project

General

Profile

Bug #11996

Updated by hsbt (Hiroshi SHIBATA) about 8 years ago

Hey there, 

 I'm new to Ruby and Rails so not really sure what the problem is here. I've created a 'railsbridge' directory and under it created a Ruby app; 'test_app.'    After building and running 'rails server' in my terminal (Mac El Capitan), it returns the following:  

 ``` 
 [NOTE] 
 You may have encountered a bug in the Ruby interpreter or extension libraries. 
 ``` 

 Not really sure where to go from here. I've updated the latest ruby on my OS, ran through the InstallFest process all over again in case there were some key components that i had missed earlier on, but still get this [NOTE]. What is the next thing to do here?

Back