I've done some Rails work in the past using Netbeans and I was pretty
comfortable with it. I'm running Windows and I'm not really a command
line kind of guy.
So I downloaded Netbeans 8.0 and installed the plug-in and tried to
create a basic Rails app. I picked sqlite3 and when it asked, I
'upgraded Rails' to 4.1.8.
Then it fell over with a missing gem: activerecord-jdbcsqlite3-adapter.
Fair enough: load the gem and refresh the rake tasks. Another gem:
sass-rails. And another: uglifier. And so on. Is that expected?
Shouldn't they load automatically?
Eventually it jammed up on a gem version conflict, but by now I think
something is broken.
Question is: does this stuff actually work, or am I wasting my time?
What should I do now? All I want is any kind of running Rails in
Netbeans.
--
Posted via
http://www.ruby-forum.com/.