Ruby on Rails Friday, December 12, 2014

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/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d9ace4023e360b85df8dbaea7d35cd8a%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment