Error setting up Ruby on Rails environment

1

Good afternoon, folks. I'm learning Ruby on Rails in college and to practice at home I'm trying to install and configure the environment on my pc, but with no success. I installed NetBeans and MySQL Server and when I create a new Ruby on Rails project in Netbeans the following error occurs:

    
asked by anonymous 18.03.2016 / 19:26

1 answer

0

Probably what you have is an older version of Netbeans, and you are trying to create a project with an older version of Rails (2.3.8). Netbeans in the latest versions no longer officially support Rails. If you plan to use an IDE, I suggest using RubyMine . It gets paid but you can easily get a free version for students. You can still use Atom, Sublime, VIM or Textmate.

And since you're starting now, use Rails 4.

    
21.03.2016 / 17:24