Hi folks, I''m new to RoR development, but highly enthused! I''m often confused by all the options and commands associated with accessing databases. I tried RoR using Netbeans 7, with the Rails plugin installed, but found that only compounded the confusion. Does anyone use Netbeans for RoR? Can anyone help me connect to my MySQL db? Much thanks! Joel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 28 March 2011 07:17, Joel <joel.wesley-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi folks, > > I''m new to RoR development, but highly enthused! I''m often confused > by all the options and commands associated with accessing databases. > I tried RoR using Netbeans 7, with the Rails plugin installed, but > found that only compounded the confusion. Does anyone use Netbeans > for RoR? Can anyone help me connect to my MySQL db?I would advise against trying to use Netbeans though some disagree. Just use a good editor and use the console for commands. What stage have you got to? Have you managed to install rails and create an application? See the Rails Guide on getting started if you have not got that far. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Markus Proske
2011-Mar-28 13:55 UTC
Re: New here. Trying to integrate databases. Netbeans??
I second Colin not to go with Netbeans. Just take a good editor, for example Textmate on Mac. You do not provide much information on your current level or your concrete problem, therefore just a few links: - http://guides.rubyonrails.org - http://ruby.railstutorial.org/ruby-on-rails-tutorial-book - http://rails-nutshell.labs.oreilly.com/index.html - http://www.communityguides.eu (my own site) Markus On Monday, March 28, 2011 8:17:52 AM UTC+2, Joel wrote:> > Hi folks, > > I''m new to RoR development, but highly enthused! I''m often confused > by all the options and commands associated with accessing databases. > I tried RoR using Netbeans 7, with the Rails plugin installed, but > found that only compounded the confusion. Does anyone use Netbeans > for RoR? Can anyone help me connect to my MySQL db? > > Much thanks! > Joel-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.