Morning folks, Following is my take on ruby on rails and highlighting its strength in this quick tutorial : http://techpanacea.blogspot.com/2008/07/ruby-on-rails-setup-and-install.html Do proofread it and give me your thoughts on this... -- 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 -~----------~----~----~----~------~----~------~--~---
David thanks! that will help with that huge "code block" of mysql related information. Is there a way of creating the "database" schema or test_development database without having to go into mysql admin? the more the user has to go back and forth between apps (command line and mysql admin) the better. David A. Black wrote:> Hi Ather -- > > On Tue, 22 Jul 2008, Ather Shiraz wrote: > >> >> Morning folks, >> >> Following is my take on ruby on rails and highlighting its strength in >> this quick tutorial : >> >> http://techpanacea.blogspot.com/2008/07/ruby-on-rails-setup-and-install.html >> >> Do proofread it and give me your thoughts on this... > > Don''t forget you can do: > > rails my_app -d mysql > > and then database.yml will be created for MySQL. > > > David-- 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 -~----------~----~----~----~------~----~------~--~---
rake db:create:all (or just rake db:create if you only want the dev database). -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Ather Shiraz Sent: Tuesday, July 22, 2008 6:23 AM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: My Take on Hello World for Ruby on Rails David thanks! that will help with that huge "code block" of mysql related information. Is there a way of creating the "database" schema or test_development database without having to go into mysql admin? the more the user has to go back and forth between apps (command line and mysql admin) the better. David A. Black wrote:> Hi Ather -- > > On Tue, 22 Jul 2008, Ather Shiraz wrote: > >> >> Morning folks, >> >> Following is my take on ruby on rails and highlighting its strength >> in this quick tutorial : >> >> http://techpanacea.blogspot.com/2008/07/ruby-on-rails-setup-and-insta >> ll.html >> >> Do proofread it and give me your thoughts on this... > > Don''t forget you can do: > > rails my_app -d mysql > > and then database.yml will be created for MySQL. > > > David-- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
great! I almost forgot both these commands! I wonder if we can make a gui out of this? all these commands are just ripe for being used in a gui. Roy Pardee wrote:> rake db:create:all (or just rake db:create if you only want the dev > database).-- 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 -~----------~----~----~----~------~----~------~--~---
Well, there are several IDEs out there. I hear good things about netbeans, for one... -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Ather Shiraz Sent: Tuesday, July 22, 2008 9:38 AM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: My Take on Hello World for Ruby on Rails great! I almost forgot both these commands! I wonder if we can make a gui out of this? all these commands are just ripe for being used in a gui. Roy Pardee wrote:> rake db:create:all (or just rake db:create if you only want the dev > database).-- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I am writing the next blog on netbeans... I didnt have such a good experience with it. Roy Pardee wrote:> Well, there are several IDEs out there. I hear good things about > netbeans, for one...-- 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 -~----------~----~----~----~------~----~------~--~---