Web Reservoir
2008-Sep-18 10:11 UTC
How to get the code staright in to Netbeans from GitHub
Hi, I am using Netbeans 6.1 for my Rails Projects. I have seen that many projects on GitHub, do not offer the code in zip formats for downloads, hence it becomes very tough to copy the code step by step and paste it in Netbeans. for example i am looking for this project... http://github.com/kless/chuckslist/tree/master How can i download the entire project straight to netbeans to make it running. Thanks for your help in advance. -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Sep-18 10:15 UTC
Re: How to get the code staright in to Netbeans from GitHub
On 18 Sep 2008, at 11:11, Web Reservoir wrote:> > Hi, > > I am using Netbeans 6.1 for my Rails Projects. > > I have seen that many projects on GitHub, do not offer the code in zipLook harder. Try clicking the ''download'' link for example. Fred> > formats for downloads, hence it becomes very tough to copy the code > step > by step and paste it in Netbeans. > > for example i am looking for this project... > http://github.com/kless/chuckslist/tree/master > > How can i download the entire project straight to netbeans to make it > running. > > Thanks for your help in advance. > -- > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Commander Johnson
2008-Sep-18 10:30 UTC
Re: How to get the code staright in to Netbeans from GitHub
If it helps, NetBeans 6.5 Beta uses a newer version of JRuby with a smaller footprint. On my machine, 6.1 JRuby would simply run out of memory trying to perform a Gem Update. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
what i do is install git on my local machine, open up my shell, cd to my netbeans directory, clone the app using the address provided on the projects git page. git clone git://github.com/kless/chuckslist.git then in netbeans, create new project, select project type of existing rails app, the wizzard asks a couple qustions, then you should be all set. On Sep 18, 6:11 am, Web Reservoir <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I am using Netbeans 6.1 for my Rails Projects. > > I have seen that many projects on GitHub, do not offer the code in zip > formats for downloads, hence it becomes very tough to copy the code step > by step and paste it in Netbeans. > > for example i am looking for this project...http://github.com/kless/chuckslist/tree/master > > How can i download the entire project straight to netbeans to make it > running. > > Thanks for your help in advance. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---