does anyone here use console2 with there RoR development? I already use e as my editor and after reading the blog on garbage burrito... http://garbageburrito.com/blog/entry/391/a-macesque-rails-development-environment-on-windows I would love to use console2, I am not real familiar with setting something like this up plus I use instantrails which the article does not go into. I am pretty sure I need to set the shell and maybe a thing or two else but not sure. Anyone done this that can help? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I sometimes develop on my home machine running Windows XP and you don''t really have to do much. I''m using Netbeans 6.0 with Console2 and a Rails install done by installing Ruby using the One-click Installer and then doing gem install rails. Everything should be set up for you with Netbeans being able to do most of the work for you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I guess I just need to know how to configure console2 for the rails environment if I am using instantrails. I.E. I opened console2 and tried to create a project by command line using the command ''rails testapp'' and received an error. I expected the error since I know my console2 installation was completely separate from rails and is therefor not pointed to anything it needs. On Jan 7, 8:55 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I sometimes develop on my home machine running Windows XP and you don''t > really have to do much. I''m using Netbeans 6.0 with Console2 and a Rails > install done by installing Ruby using the One-click Installer and then doing > gem install rails. Everything should be set up for you with Netbeans being > able to do most of the work for you.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You have to add c:\ruby\bin (or something like that) to the Environment Variables PATH line which you can get to by right-clicking on My Computer, going into Advanced and then Environment Variables. On Jan 8, 2008 12:41 PM, agilehack <jason.rabolli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I guess I just need to know how to configure console2 for the rails > environment if I am using instantrails. I.E. I opened console2 and > tried to create a project by command line using the command ''rails > testapp'' and received an error. I expected the error since I know my > console2 installation was completely separate from rails and is > therefor not pointed to anything it needs. > > On Jan 7, 8:55 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I sometimes develop on my home machine running Windows XP and you don''t > > really have to do much. I''m using Netbeans 6.0 with Console2 and a Rails > > install done by installing Ruby using the One-click Installer and then > doing > > gem install rails. Everything should be set up for you with Netbeans > being > > able to do most of the work for you. > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''m using Console2 at home and I did not need to add anything to the path. I had "rails XXX" working on my regular cmd prompt, and it worked the same way on Console2. One tip: Using the newer version (2.0 build 136 I guess) you can set up "favorites" trough the settings menu. It its called tabs there. I created a WEBrick and a "Rails Console" tab. On the first one, I used %WINDIR%\cmd.exe ruby script/server as the shell and my app as the startup dir. Same thing for Rails Console, just change to use script/console instead of script/server. To access those "favorites", use the first button I just go to File > New > WEBrick. On Jan 7, 6:44 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You have to add c:\ruby\bin (or something like that) to the Environment > Variables PATH line which you can get to by right-clicking on My Computer, > going into Advanced and then Environment Variables. > > On Jan 8, 2008 12:41 PM, agilehack <jason.rabo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > I guess I just need to know how to configure console2 for the rails > > environment if I am using instantrails. I.E. I opened console2 and > > tried to create a project by command line using the command ''rails > > testapp'' and received an error. I expected the error since I know my > > console2 installation was completely separate from rails and is > > therefor not pointed to anything it needs. > > > On Jan 7, 8:55 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I sometimes develop on my home machine running Windows XP and you don''t > > > really have to do much. I''m using Netbeans 6.0 with Console2 and a Rails > > > install done by installing Ruby using the One-click Installer and then > > doing > > > gem install rails. Everything should be set up for you with Netbeans > > being > > > able to do most of the work for you. > > -- > Ryan Bigghttp://www.frozenplague.net > Feel free to add me to MSN and/or GTalk as this email.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---