Hi, I''d like to learn how to write web applications with Ruby on Rails, but I don''t know how to start with. Can you give me some names of books or some good links (really starting with the basics)? How can I run such an app on a server (the tutorials ony mention how to run it locally)? What kind of software do I need (editor, console?, packages)? Which software would you recommend (PC)? Would be nice if you''d help me out. Thanks zok --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hello, Follow Agile Web development with rails and also check out the link which enlists 12 best RoR tutorials. http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials Cheers Vaibhav On Jan 17, 2008 3:10 AM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > Hi, > > I''d like to learn how to write web applications with Ruby on Rails, > but I don''t know how to start with. > > Can you give me some names of books or some good links (really > starting with the basics)? > How can I run such an app on a server (the tutorials ony mention how > to run it locally)? > What kind of software do I need (editor, console?, packages)? > Which software would you recommend (PC)? > > > Would be nice if you''d help me out. > Thanks > zok > > >-- Cheers, Vaibhav Helping Laymen become Technology Enthusiasts at http://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
Thanks, so I have to install -- Ruby ( http://rubyforge.org/frs/?group_id=167 ) -- Rails ( http://rubyforge.org/frs/?group_id=307 ) -- MySQL ( http://dev.mysql.com/downloads/mysql/5.0.html#win32 ) -- Subversion for Windows ( http://subversion.tigris.org/project_packages.html ) -- Capistrano ( http://www.capify.org/download ) -- Mongrel ( http://rubyforge.org/frs/?group_id=1306 ) Do I need the Ruby Gems? I''ve heard this is the software I should use. What from the list above do I really need or did I forgot one essential package? I''ve looked at the tutorials, but I''m still not sure what software I should install and which versions. Would be nice if you cold write a step by step tutorial on that (including the recent software releases and version numbers). Kind Regards, zok On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > Follow Agile Web development with rails and also check out the link which > enlists 12 best RoR tutorials.http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > Cheers > Vaibhav > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hi, > > > I''d like to learn how to write web applications with Ruby on Rails, > > but I don''t know how to start with. > > > Can you give me some names of books or some good links (really > > starting with the basics)? > > How can I run such an app on a server (the tutorials ony mention how > > to run it locally)? > > What kind of software do I need (editor, console?, packages)? > > Which software would you recommend (PC)? > > > Would be nice if you''d help me out. > > Thanks > > zok > > -- > Cheers, > Vaibhav > Helping Laymen become Technology Enthusiasts athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
you need to get a copy of Agile Web Development with Ruby on Rails http://pragprog.com/titles/rails2 if you are using windows, get a copy of instant rails, and that will install everything you need to get started. once you start going through the book, your questions about Ruby Gems will be answered. There are quite a few great tutorials available, but if you follow the book, it will guide you in the right direction. Jason On Jan 17, 2008 12:24 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > Thanks, > > so I have to install > > -- Ruby ( http://rubyforge.org/frs/?group_id=167 ) > -- Rails ( http://rubyforge.org/frs/?group_id=307 ) > -- MySQL ( http://dev.mysql.com/downloads/mysql/5.0.html#win32 ) > -- Subversion for Windows ( > http://subversion.tigris.org/project_packages.html > ) > -- Capistrano ( http://www.capify.org/download ) > -- Mongrel ( http://rubyforge.org/frs/?group_id=1306 ) > > Do I need the Ruby Gems? > > I''ve heard this is the software I should use. What from the list above > do I really need or did I forgot one essential package? > > I''ve looked at the tutorials, but I''m still not sure what software I > should install and which versions. > Would be nice if you cold write a step by step tutorial on that > (including the recent software releases and version numbers). > > Kind Regards, > zok > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, > > Follow Agile Web development with rails and also check out the link > which > > enlists 12 best RoR tutorials > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > Cheers > > Vaibhav > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > > Hi, > > > > > I''d like to learn how to write web applications with Ruby on Rails, > > > but I don''t know how to start with. > > > > > Can you give me some names of books or some good links (really > > > starting with the basics)? > > > How can I run such an app on a server (the tutorials ony mention how > > > to run it locally)? > > > What kind of software do I need (editor, console?, packages)? > > > Which software would you recommend (PC)? > > > > > Would be nice if you''d help me out. > > > Thanks > > > zok > > > > -- > > Cheers, > > Vaibhav > > Helping Laymen become Technology Enthusiasts > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
thx, I''ve started to install ruby the gems and rails. (It worked!) Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. zok On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> you need to get a copy of Agile Web Development with Ruby on Railshttp://pragprog.com/titles/rails2 > > if you are using windows, get a copy of instant rails, and that will install > everything you need to get started. > > once you start going through the book, your questions about Ruby Gems will > be answered. There are quite a few great tutorials available, but if you > follow the book, it will guide you in the right direction. > > Jason > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Thanks, > > > so I have to install > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > -- Subversion for Windows ( > >http://subversion.tigris.org/project_packages.html > > ) > > -- Capistrano (http://www.capify.org/download) > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > Do I need the Ruby Gems? > > > I''ve heard this is the software I should use. What from the list above > > do I really need or did I forgot one essential package? > > > I''ve looked at the tutorials, but I''m still not sure what software I > > should install and which versions. > > Would be nice if you cold write a step by step tutorial on that > > (including the recent software releases and version numbers). > > > Kind Regards, > > zok > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello, > > > Follow Agile Web development with rails and also check out the link > > which > > > enlists 12 best RoR tutorials > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > Cheers > > > Vaibhav > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Hi, > > > > > I''d like to learn how to write web applications with Ruby on Rails, > > > > but I don''t know how to start with. > > > > > Can you give me some names of books or some good links (really > > > > starting with the basics)? > > > > How can I run such an app on a server (the tutorials ony mention how > > > > to run it locally)? > > > > What kind of software do I need (editor, console?, packages)? > > > > Which software would you recommend (PC)? > > > > > Would be nice if you''d help me out. > > > > Thanks > > > > zok > > > > -- > > > Cheers, > > > Vaibhav > > > Helping Laymen become Technology Enthusiasts > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
zok wrote:> thx, > > I''ve started to install ruby the gems and rails. (It worked!) > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > zokMongrel and MySQL are different thing -- Mongrel is a server and MySQL is a database. You should install Mongrel (it''s much faster than Webrick for development) but Rails 2.0 includes the SQLite database engine now. -- 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 -~----------~----~----~----~------~----~------~--~---
Just to make sure, did you install Ruby on Rails after installing Ruby Gems? if you did, great, if not you need to install it now (*gem install rails --include-dependencies*). Mongrel is not necessary at this point, you can use the builtin web server WebRick. MySql is the preferred database, but you can use any database that you desire. to make administration of MySql easier, you should consider installing WAMP server. It includes Apache, MySQL, and PHP My Admin. Jason On Jan 17, 2008 2:57 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > thx, > > I''ve started to install ruby the gems and rails. (It worked!) > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > zok > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > you need to get a copy of Agile Web Development with Ruby on > Railshttp://pragprog.com/titles/rails2 > > > > if you are using windows, get a copy of instant rails, and that will > install > > everything you need to get started. > > > > once you start going through the book, your questions about Ruby Gems > will > > be answered. There are quite a few great tutorials available, but if you > > follow the book, it will guide you in the right direction. > > > > Jason > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > Thanks, > > > > > so I have to install > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > -- Subversion for Windows ( > > >http://subversion.tigris.org/project_packages.html > > > ) > > > -- Capistrano (http://www.capify.org/download) > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > Do I need the Ruby Gems? > > > > > I''ve heard this is the software I should use. What from the list above > > > do I really need or did I forgot one essential package? > > > > > I''ve looked at the tutorials, but I''m still not sure what software I > > > should install and which versions. > > > Would be nice if you cold write a step by step tutorial on that > > > (including the recent software releases and version numbers). > > > > > Kind Regards, > > > zok > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hello, > > > > Follow Agile Web development with rails and also check out the link > > > which > > > > enlists 12 best RoR tutorials > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > Cheers > > > > Vaibhav > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hi, > > > > > > > I''d like to learn how to write web applications with Ruby on > Rails, > > > > > but I don''t know how to start with. > > > > > > > Can you give me some names of books or some good links (really > > > > > starting with the basics)? > > > > > How can I run such an app on a server (the tutorials ony mention > how > > > > > to run it locally)? > > > > > What kind of software do I need (editor, console?, packages)? > > > > > Which software would you recommend (PC)? > > > > > > > Would be nice if you''d help me out. > > > > > Thanks > > > > > zok > > > > > > -- > > > > Cheers, > > > > Vaibhav > > > > Helping Laymen become Technology Enthusiasts > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
so I''ve just installed Mongrel. Where should I install MySQL (or do i really have to?) After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I start with an new project? What kind of software do I have to use? Thanks for your help, this forum is amazing! zok On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Just to make sure, did you install Ruby on Rails after installing Ruby Gems? > if you did, great, if not you need to install it now (*gem install rails > --include-dependencies*). Mongrel is not necessary at this point, you can > use the builtin web server WebRick. > > MySql is the preferred database, but you can use any database that you > desire. to make administration of MySql easier, you should consider > installing WAMP server. It includes Apache, MySQL, and PHP My Admin. > > Jason > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > thx, > > > I''ve started to install ruby the gems and rails. (It worked!) > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > zok > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > you need to get a copy of Agile Web Development with Ruby on > > Railshttp://pragprog.com/titles/rails2 > > > > if you are using windows, get a copy of instant rails, and that will > > install > > > everything you need to get started. > > > > once you start going through the book, your questions about Ruby Gems > > will > > > be answered. There are quite a few great tutorials available, but if you > > > follow the book, it will guide you in the right direction. > > > > Jason > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Thanks, > > > > > so I have to install > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > -- Subversion for Windows ( > > > >http://subversion.tigris.org/project_packages.html > > > > ) > > > > -- Capistrano (http://www.capify.org/download) > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > Do I need the Ruby Gems? > > > > > I''ve heard this is the software I should use. What from the list above > > > > do I really need or did I forgot one essential package? > > > > > I''ve looked at the tutorials, but I''m still not sure what software I > > > > should install and which versions. > > > > Would be nice if you cold write a step by step tutorial on that > > > > (including the recent software releases and version numbers). > > > > > Kind Regards, > > > > zok > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hello, > > > > > Follow Agile Web development with rails and also check out the link > > > > which > > > > > enlists 12 best RoR tutorials > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > Cheers > > > > > Vaibhav > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hi, > > > > > > > I''d like to learn how to write web applications with Ruby on > > Rails, > > > > > > but I don''t know how to start with. > > > > > > > Can you give me some names of books or some good links (really > > > > > > starting with the basics)? > > > > > > How can I run such an app on a server (the tutorials ony mention > > how > > > > > > to run it locally)? > > > > > > What kind of software do I need (editor, console?, packages)? > > > > > > Which software would you recommend (PC)? > > > > > > > Would be nice if you''d help me out. > > > > > > Thanks > > > > > > zok > > > > > > -- > > > > > Cheers, > > > > > Vaibhav > > > > > Helping Laymen become Technology Enthusiasts > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
If it''a rails project then type rails MyProjectName I would suggest that you looked here: http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html just to get a feel og the framework. Please note, if you want to store and retrive data, you do need a database, this can be local or with a hostingfirm, you deside. regards svend On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> so I''ve just installed Mongrel. > > Where should I install MySQL (or do i really have to?) > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > start with an new project? What kind of software do I have to use? > > Thanks for your help, this forum is amazing! > zok > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Just to make sure, did you install Ruby on Rails after installing Ruby Gems? > > if you did, great, if not you need to install it now (*gem install rails > > --include-dependencies*). Mongrel is not necessary at this point, you can > > use the builtin web server WebRick. > > > MySql is the preferred database, but you can use any database that you > > desire. to make administration of MySql easier, you should consider > > installing WAMP server. It includes Apache, MySQL, and PHP My Admin. > > > Jason > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > thx, > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > zok > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > you need to get a copy of Agile Web Development with Ruby on > > > Railshttp://pragprog.com/titles/rails2 > > > > > if you are using windows, get a copy of instant rails, and that will > > > install > > > > everything you need to get started. > > > > > once you start going through the book, your questions about Ruby Gems > > > will > > > > be answered. There are quite a few great tutorials available, but if you > > > > follow the book, it will guide you in the right direction. > > > > > Jason > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > Thanks, > > > > > > so I have to install > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > -- Subversion for Windows ( > > > > >http://subversion.tigris.org/project_packages.html > > > > > ) > > > > > -- Capistrano (http://www.capify.org/download) > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > Do I need the Ruby Gems? > > > > > > I''ve heard this is the software I should use. What from the list above > > > > > do I really need or did I forgot one essential package? > > > > > > I''ve looked at the tutorials, but I''m still not sure what software I > > > > > should install and which versions. > > > > > Would be nice if you cold write a step by step tutorial on that > > > > > (including the recent software releases and version numbers). > > > > > > Kind Regards, > > > > > zok > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Hello, > > > > > > Follow Agile Web development with rails and also check out the link > > > > > which > > > > > > enlists 12 best RoR tutorials > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > Cheers > > > > > > Vaibhav > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > Hi, > > > > > > > > I''d like to learn how to write web applications with Ruby on > > > Rails, > > > > > > > but I don''t know how to start with. > > > > > > > > Can you give me some names of books or some good links (really > > > > > > > starting with the basics)? > > > > > > > How can I run such an app on a server (the tutorials ony mention > > > how > > > > > > > to run it locally)? > > > > > > > What kind of software do I need (editor, console?, packages)? > > > > > > > Which software would you recommend (PC)? > > > > > > > > Would be nice if you''d help me out. > > > > > > > Thanks > > > > > > > zok > > > > > > > -- > > > > > > Cheers, > > > > > > Vaibhav > > > > > > Helping Laymen become Technology Enthusiasts > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
I''m not able to start the Mongrel service!! it always says something about service::start !! I used this guide http://mongrel.rubyforge.org/docs/win32.html but it isn''t working. What''s wrong with that. zok On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> If it''a rails project then type > rails MyProjectName > > I would suggest that you looked here:http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > just to get a feel og the framework. > > Please note, if you want to store and retrive data, you do need a > database, this can be local or with a hostingfirm, you deside. > > regards > svend > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > so I''ve just installed Mongrel. > > > Where should I install MySQL (or do i really have to?) > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > start with an new project? What kind of software do I have to use? > > > Thanks for your help, this forum is amazing! > > zok > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Just to make sure, did you install Ruby on Rails after installing Ruby Gems? > > > if you did, great, if not you need to install it now (*gem install rails > > > --include-dependencies*). Mongrel is not necessary at this point, you can > > > use the builtin web server WebRick. > > > > MySql is the preferred database, but you can use any database that you > > > desire. to make administration of MySql easier, you should consider > > > installing WAMP server. It includes Apache, MySQL, and PHP My Admin. > > > > Jason > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > thx, > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > zok > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > if you are using windows, get a copy of instant rails, and that will > > > > install > > > > > everything you need to get started. > > > > > > once you start going through the book, your questions about Ruby Gems > > > > will > > > > > be answered. There are quite a few great tutorials available, but if you > > > > > follow the book, it will guide you in the right direction. > > > > > > Jason > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Thanks, > > > > > > > so I have to install > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > -- Subversion for Windows ( > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > ) > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > Do I need the Ruby Gems? > > > > > > > I''ve heard this is the software I should use. What from the list above > > > > > > do I really need or did I forgot one essential package? > > > > > > > I''ve looked at the tutorials, but I''m still not sure what software I > > > > > > should install and which versions. > > > > > > Would be nice if you cold write a step by step tutorial on that > > > > > > (including the recent software releases and version numbers). > > > > > > > Kind Regards, > > > > > > zok > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Hello, > > > > > > > Follow Agile Web development with rails and also check out the link > > > > > > which > > > > > > > enlists 12 best RoR tutorials > > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > Cheers > > > > > > > Vaibhav > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > Hi, > > > > > > > > > I''d like to learn how to write web applications with Ruby on > > > > Rails, > > > > > > > > but I don''t know how to start with. > > > > > > > > > Can you give me some names of books or some good links (really > > > > > > > > starting with the basics)? > > > > > > > > How can I run such an app on a server (the tutorials ony mention > > > > how > > > > > > > > to run it locally)? > > > > > > > > What kind of software do I need (editor, console?, packages)? > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > Thanks > > > > > > > > zok > > > > > > > > -- > > > > > > > Cheers, > > > > > > > Vaibhav > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
could this be that mongrel is already started, and occupy port 3000? you shall use gem install mongrel restart your computer after. On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> I''m not able to start the Mongrel service!! it always says something > about service::start !! > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbut it > isn''t working. > What''s wrong with that. > > zok > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote:> If it''a rails project then type > > rails MyProjectName > > > I would suggest that you looked here:http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > just to get a feel og the framework. > > > Please note, if you want to store and retrive data, you do need a > > database, this can be local or with a hostingfirm, you deside. > > > regards > > svend > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > so I''ve just installed Mongrel. > > > > Where should I install MySQL (or do i really have to?) > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > > start with an new project? What kind of software do I have to use? > > > > Thanks for your help, this forum is amazing! > > > zok > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Just to make sure, did you install Ruby on Rails after installing Ruby Gems? > > > > if you did, great, if not you need to install it now (*gem install rails > > > > --include-dependencies*). Mongrel is not necessary at this point, you can > > > > use the builtin web server WebRick. > > > > > MySql is the preferred database, but you can use any database that you > > > > desire. to make administration of MySql easier, you should consider > > > > installing WAMP server. It includes Apache, MySQL, and PHP My Admin. > > > > > Jason > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > thx, > > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > > zok > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > if you are using windows, get a copy of instant rails, and that will > > > > > install > > > > > > everything you need to get started. > > > > > > > once you start going through the book, your questions about Ruby Gems > > > > > will > > > > > > be answered. There are quite a few great tutorials available, but if you > > > > > > follow the book, it will guide you in the right direction. > > > > > > > Jason > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > Thanks, > > > > > > > > so I have to install > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > -- MySQL (http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > -- Subversion for Windows ( > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > ) > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > Do I need the Ruby Gems? > > > > > > > > I''ve heard this is the software I should use. What from the list above > > > > > > > do I really need or did I forgot one essential package? > > > > > > > > I''ve looked at the tutorials, but I''m still not sure what software I > > > > > > > should install and which versions. > > > > > > > Would be nice if you cold write a step by step tutorial on that > > > > > > > (including the recent software releases and version numbers). > > > > > > > > Kind Regards, > > > > > > > zok > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" <pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Hello, > > > > > > > > Follow Agile Web development with rails and also check out the link > > > > > > > which > > > > > > > > enlists 12 best RoR tutorials > > > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > Cheers > > > > > > > > Vaibhav > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > Hi, > > > > > > > > > > I''d like to learn how to write web applications with Ruby on > > > > > Rails, > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > Can you give me some names of books or some good links (really > > > > > > > > > starting with the basics)? > > > > > > > > > How can I run such an app on a server (the tutorials ony mention > > > > > how > > > > > > > > > to run it locally)? > > > > > > > > > What kind of software do I need (editor, console?, packages)? > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > Thanks > > > > > > > > > zok > > > > > > > > > -- > > > > > > > > Cheers, > > > > > > > > Vaibhav > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
it sounds like you are making this more complicated that it needs to be. you should just go with the base Ruby/Rails install. Use the builtin web server, and use a pre-packaged mysql instance (WAMP). you need to have a database installed in order to take advantage of Rails. On Jan 18, 2008 11:01 AM, gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > could this be that mongrel is already started, and occupy port 3000? > > you shall use gem install mongrel > > restart your computer after. > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > I''m not able to start the Mongrel service!! it always says something > > about service::start !! > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbut it > > isn''t working. > > What''s wrong with that. > > > > zok > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote:> If it''a rails project then type > > > rails MyProjectName > > > > > I would suggest that you looked here: > http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > just to get a feel og the framework. > > > > > Please note, if you want to store and retrive data, you do need a > > > database, this can be local or with a hostingfirm, you deside. > > > > > regards > > > svend > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > so I''ve just installed Mongrel. > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > > > start with an new project? What kind of software do I have to use? > > > > > > Thanks for your help, this forum is amazing! > > > > zok > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Just to make sure, did you install Ruby on Rails after installing > Ruby Gems? > > > > > if you did, great, if not you need to install it now (*gem install > rails > > > > > --include-dependencies*). Mongrel is not necessary at this point, > you can > > > > > use the builtin web server WebRick. > > > > > > > MySql is the preferred database, but you can use any database that > you > > > > > desire. to make administration of MySql easier, you should > consider > > > > > installing WAMP server. It includes Apache, MySQL, and PHP My > Admin. > > > > > > > Jason > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > thx, > > > > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > > > > zok > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > if you are using windows, get a copy of instant rails, and > that will > > > > > > install > > > > > > > everything you need to get started. > > > > > > > > > once you start going through the book, your questions about > Ruby Gems > > > > > > will > > > > > > > be answered. There are quite a few great tutorials available, > but if you > > > > > > > follow the book, it will guide you in the right direction. > > > > > > > > > Jason > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > Thanks, > > > > > > > > > > so I have to install > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > -- MySQL ( > http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > -- Subversion for Windows ( > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > ) > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > I''ve heard this is the software I should use. What from the > list above > > > > > > > > do I really need or did I forgot one essential package? > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure what > software I > > > > > > > > should install and which versions. > > > > > > > > Would be nice if you cold write a step by step tutorial on > that > > > > > > > > (including the recent software releases and version > numbers). > > > > > > > > > > Kind Regards, > > > > > > > > zok > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Hello, > > > > > > > > > Follow Agile Web development with rails and also check out > the link > > > > > > > > which > > > > > > > > > enlists 12 best RoR tutorials > > > > > > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > Cheers > > > > > > > > > Vaibhav > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > Hi, > > > > > > > > > > > > I''d like to learn how to write web applications with > Ruby on > > > > > > Rails, > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > Can you give me some names of books or some good links > (really > > > > > > > > > > starting with the basics)? > > > > > > > > > > How can I run such an app on a server (the tutorials ony > mention > > > > > > how > > > > > > > > > > to run it locally)? > > > > > > > > > > What kind of software do I need (editor, console?, > packages)? > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > Thanks > > > > > > > > > > zok > > > > > > > > > > > -- > > > > > > > > > Cheers, > > > > > > > > > Vaibhav > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
ok do I have to remove mongrel? How can I do that? On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> it sounds like you are making this more complicated that it needs to be. you > should just go with the base Ruby/Rails install. Use the builtin web server, > and use a pre-packaged mysql instance (WAMP). you need to have a database > installed in order to take advantage of Rails. > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > could this be that mongrel is already started, and occupy port 3000? > > > you shall use gem install mongrel > > > restart your computer after. > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > I''m not able to start the Mongrel service!! it always says something > > > about service::start !! > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > isn''t working. > > > What''s wrong with that. > > > > zok > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote:> If it''a rails project then type > > > > rails MyProjectName > > > > > I would suggest that you looked here: > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > just to get a feel og the framework. > > > > > Please note, if you want to store and retrive data, you do need a > > > > database, this can be local or with a hostingfirm, you deside. > > > > > regards > > > > svend > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > so I''ve just installed Mongrel. > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > > > > start with an new project? What kind of software do I have to use? > > > > > > Thanks for your help, this forum is amazing! > > > > > zok > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Just to make sure, did you install Ruby on Rails after installing > > Ruby Gems? > > > > > > if you did, great, if not you need to install it now (*gem install > > rails > > > > > > --include-dependencies*). Mongrel is not necessary at this point, > > you can > > > > > > use the builtin web server WebRick. > > > > > > > MySql is the preferred database, but you can use any database that > > you > > > > > > desire. to make administration of MySql easier, you should > > consider > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP My > > Admin. > > > > > > > Jason > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > thx, > > > > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > > > > zok > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > if you are using windows, get a copy of instant rails, and > > that will > > > > > > > install > > > > > > > > everything you need to get started. > > > > > > > > > once you start going through the book, your questions about > > Ruby Gems > > > > > > > will > > > > > > > > be answered. There are quite a few great tutorials available, > > but if you > > > > > > > > follow the book, it will guide you in the right direction. > > > > > > > > > Jason > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > Thanks, > > > > > > > > > > so I have to install > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > -- MySQL ( > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > -- Subversion for Windows ( > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > ) > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > I''ve heard this is the software I should use. What from the > > list above > > > > > > > > > do I really need or did I forgot one essential package? > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure what > > software I > > > > > > > > > should install and which versions. > > > > > > > > > Would be nice if you cold write a step by step tutorial on > > that > > > > > > > > > (including the recent software releases and version > > numbers). > > > > > > > > > > Kind Regards, > > > > > > > > > zok > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Hello, > > > > > > > > > > Follow Agile Web development with rails and also check out > > the link > > > > > > > > > which > > > > > > > > > > enlists 12 best RoR tutorials > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > Cheers > > > > > > > > > > Vaibhav > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > Hi, > > > > > > > > > > > > I''d like to learn how to write web applications with > > Ruby on > > > > > > > Rails, > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > Can you give me some names of books or some good links > > (really > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > How can I run such an app on a server (the tutorials ony > > mention > > > > > > > how > > > > > > > > > > > to run it locally)? > > > > > > > > > > > What kind of software do I need (editor, console?, > > packages)? > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > Thanks > > > > > > > > > > > zok > > > > > > > > > > > -- > > > > > > > > > > Cheers, > > > > > > > > > > Vaibhav > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
Hey, I''ve done the following things 1. Install Ruby (doubleclick on ruby186-26.exe) 2. Install Gems (doubleclick on setup.rb) 3. in CMD gem install rails --include-dependencies 4. rails NewProject 5. cd NewProject 6. ruby script/server 7. in Browser localhost:3000 ... and it orked I''m riding Ruby on Rails! So I''ve to install this WAMP and then? How can I modify the files? When do I have to use an Text-Editor and when CMD? Thank you so much , zok On 18 Jan., 13:02, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> ok do I have to remove mongrel? How can I do that? > > On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > it sounds like you are making this more complicated that it needs to be. you > > should just go with the base Ruby/Rails install. Use the builtin web server, > > and use a pre-packaged mysql instance (WAMP). you need to have a database > > installed in order to take advantage of Rails. > > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > could this be that mongrel is already started, and occupy port 3000? > > > > you shall use gem install mongrel > > > > restart your computer after. > > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > I''m not able to start the Mongrel service!! it always says something > > > > about service::start !! > > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > > isn''t working. > > > > What''s wrong with that. > > > > > zok > > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > wrote:> If it''a rails project then type > > > > > rails MyProjectName > > > > > > I would suggest that you looked here: > > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > > just to get a feel og the framework. > > > > > > Please note, if you want to store and retrive data, you do need a > > > > > database, this can be local or with a hostingfirm, you deside. > > > > > > regards > > > > > svend > > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > so I''ve just installed Mongrel. > > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > > > > > start with an new project? What kind of software do I have to use? > > > > > > > Thanks for your help, this forum is amazing! > > > > > > zok > > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Just to make sure, did you install Ruby on Rails after installing > > > Ruby Gems? > > > > > > > if you did, great, if not you need to install it now (*gem install > > > rails > > > > > > > --include-dependencies*). Mongrel is not necessary at this point, > > > you can > > > > > > > use the builtin web server WebRick. > > > > > > > > MySql is the preferred database, but you can use any database that > > > you > > > > > > > desire. to make administration of MySql easier, you should > > > consider > > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP My > > > Admin. > > > > > > > > Jason > > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > thx, > > > > > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > > > > > zok > > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > > if you are using windows, get a copy of instant rails, and > > > that will > > > > > > > > install > > > > > > > > > everything you need to get started. > > > > > > > > > > once you start going through the book, your questions about > > > Ruby Gems > > > > > > > > will > > > > > > > > > be answered. There are quite a few great tutorials available, > > > but if you > > > > > > > > > follow the book, it will guide you in the right direction. > > > > > > > > > > Jason > > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > Thanks, > > > > > > > > > > > so I have to install > > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > > -- MySQL ( > > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > > -- Subversion for Windows ( > > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > > ) > > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > > I''ve heard this is the software I should use. What from the > > > list above > > > > > > > > > > do I really need or did I forgot one essential package? > > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure what > > > software I > > > > > > > > > > should install and which versions. > > > > > > > > > > Would be nice if you cold write a step by step tutorial on > > > that > > > > > > > > > > (including the recent software releases and version > > > numbers). > > > > > > > > > > > Kind Regards, > > > > > > > > > > zok > > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > Hello, > > > > > > > > > > > Follow Agile Web development with rails and also check out > > > the link > > > > > > > > > > which > > > > > > > > > > > enlists 12 best RoR tutorials > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > > Cheers > > > > > > > > > > > Vaibhav > > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > I''d like to learn how to write web applications with > > > Ruby on > > > > > > > > Rails, > > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > > Can you give me some names of books or some good links > > > (really > > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > > How can I run such an app on a server (the tutorials ony > > > mention > > > > > > > > how > > > > > > > > > > > > to run it locally)? > > > > > > > > > > > > What kind of software do I need (editor, console?, > > > packages)? > > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > > Thanks > > > > > > > > > > > > zok > > > > > > > > > > > > -- > > > > > > > > > > > Cheers, > > > > > > > > > > > Vaibhav > > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
Hey, I''ve done the following things 1. Install Ruby (doubleclick on ruby186-26.exe) 2. Install Gems (doubleclick on setup.rb) 3. in CMD gem install rails --include-dependencies 4. rails NewProject 5. cd NewProject 6. ruby script/server 7. in Browser localhost:3000 ... and it orked I''m riding Ruby on Rails! So I''ve to install this WAMP and then? How can I modify the files? When do I have to use an Text-Editor and when CMD? Thank you so much , zok On 18 Jan., 13:02, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> ok do I have to remove mongrel? How can I do that? > > On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > it sounds like you are making this more complicated that it needs to be. you > > should just go with the base Ruby/Rails install. Use the builtin web server, > > and use a pre-packaged mysql instance (WAMP). you need to have a database > > installed in order to take advantage of Rails. > > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > could this be that mongrel is already started, and occupy port 3000? > > > > you shall use gem install mongrel > > > > restart your computer after. > > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > I''m not able to start the Mongrel service!! it always says something > > > > about service::start !! > > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > > isn''t working. > > > > What''s wrong with that. > > > > > zok > > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > wrote:> If it''a rails project then type > > > > > rails MyProjectName > > > > > > I would suggest that you looked here: > > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > > just to get a feel og the framework. > > > > > > Please note, if you want to store and retrive data, you do need a > > > > > database, this can be local or with a hostingfirm, you deside. > > > > > > regards > > > > > svend > > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > so I''ve just installed Mongrel. > > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How can I > > > > > > start with an new project? What kind of software do I have to use? > > > > > > > Thanks for your help, this forum is amazing! > > > > > > zok > > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Just to make sure, did you install Ruby on Rails after installing > > > Ruby Gems? > > > > > > > if you did, great, if not you need to install it now (*gem install > > > rails > > > > > > > --include-dependencies*). Mongrel is not necessary at this point, > > > you can > > > > > > > use the builtin web server WebRick. > > > > > > > > MySql is the preferred database, but you can use any database that > > > you > > > > > > > desire. to make administration of MySql easier, you should > > > consider > > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP My > > > Admin. > > > > > > > > Jason > > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > thx, > > > > > > > > > I''ve started to install ruby the gems and rails. (It worked!) > > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer MySQL. > > > > > > > > > zok > > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > you need to get a copy of Agile Web Development with Ruby on > > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > > if you are using windows, get a copy of instant rails, and > > > that will > > > > > > > > install > > > > > > > > > everything you need to get started. > > > > > > > > > > once you start going through the book, your questions about > > > Ruby Gems > > > > > > > > will > > > > > > > > > be answered. There are quite a few great tutorials available, > > > but if you > > > > > > > > > follow the book, it will guide you in the right direction. > > > > > > > > > > Jason > > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > Thanks, > > > > > > > > > > > so I have to install > > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > > -- MySQL ( > > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > > -- Subversion for Windows ( > > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > > ) > > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > > I''ve heard this is the software I should use. What from the > > > list above > > > > > > > > > > do I really need or did I forgot one essential package? > > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure what > > > software I > > > > > > > > > > should install and which versions. > > > > > > > > > > Would be nice if you cold write a step by step tutorial on > > > that > > > > > > > > > > (including the recent software releases and version > > > numbers). > > > > > > > > > > > Kind Regards, > > > > > > > > > > zok > > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > Hello, > > > > > > > > > > > Follow Agile Web development with rails and also check out > > > the link > > > > > > > > > > which > > > > > > > > > > > enlists 12 best RoR tutorials > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > > Cheers > > > > > > > > > > > Vaibhav > > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > I''d like to learn how to write web applications with > > > Ruby on > > > > > > > > Rails, > > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > > Can you give me some names of books or some good links > > > (really > > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > > How can I run such an app on a server (the tutorials ony > > > mention > > > > > > > > how > > > > > > > > > > > > to run it locally)? > > > > > > > > > > > > What kind of software do I need (editor, console?, > > > packages)? > > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > > Thanks > > > > > > > > > > > > zok > > > > > > > > > > > > -- > > > > > > > > > > > Cheers, > > > > > > > > > > > Vaibhav > > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
this is where personal preference comes in. you can use a number of text editors. for using wamp, you need to start the service, and then use the phpmyadmin to create a new database, and assign a user. then edit the database.yml file in the confg directory of your rails project. you can leave the socket and connector as default. update the database name/user/password to whatever you created. save your changes, and that''s it. On Jan 18, 2008 12:56 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > Hey, > > I''ve done the following things > > 1. Install Ruby (doubleclick on ruby186-26.exe) > 2. Install Gems (doubleclick on setup.rb) > 3. in CMD gem install rails --include-dependencies > 4. rails NewProject > 5. cd NewProject > 6. ruby script/server > 7. in Browser localhost:3000 > > ... and it orked I''m riding Ruby on Rails! > > So I''ve to install this WAMP and then? > How can I modify the files? When do I have to use an Text-Editor and > when CMD? > > Thank you so much , > zok > > > > On 18 Jan., 13:02, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > ok do I have to remove mongrel? How can I do that? > > > > On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > it sounds like you are making this more complicated that it needs to > be. you > > > should just go with the base Ruby/Rails install. Use the builtin web > server, > > > and use a pre-packaged mysql instance (WAMP). you need to have a > database > > > installed in order to take advantage of Rails. > > > > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > could this be that mongrel is already started, and occupy port 3000? > > > > > > you shall use gem install mongrel > > > > > > restart your computer after. > > > > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > I''m not able to start the Mongrel service!! it always says > something > > > > > about service::start !! > > > > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > > > isn''t working. > > > > > What''s wrong with that. > > > > > > > zok > > > > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > wrote:> If it''a rails project then type > > > > > > rails MyProjectName > > > > > > > > I would suggest that you looked here: > > > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > > > > just to get a feel og the framework. > > > > > > > > Please note, if you want to store and retrive data, you do need > a > > > > > > database, this can be local or with a hostingfirm, you deside. > > > > > > > > regards > > > > > > svend > > > > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > so I''ve just installed Mongrel. > > > > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How > can I > > > > > > > start with an new project? What kind of software do I have to > use? > > > > > > > > > Thanks for your help, this forum is amazing! > > > > > > > zok > > > > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > > > > > Just to make sure, did you install Ruby on Rails after > installing > > > > Ruby Gems? > > > > > > > > if you did, great, if not you need to install it now (*gem > install > > > > rails > > > > > > > > --include-dependencies*). Mongrel is not necessary at this > point, > > > > you can > > > > > > > > use the builtin web server WebRick. > > > > > > > > > > MySql is the preferred database, but you can use any > database that > > > > you > > > > > > > > desire. to make administration of MySql easier, you should > > > > consider > > > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP > My > > > > Admin. > > > > > > > > > > Jason > > > > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > thx, > > > > > > > > > > > I''ve started to install ruby the gems and rails. (It > worked!) > > > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer > MySQL. > > > > > > > > > > > zok > > > > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > > > > > you need to get a copy of Agile Web Development with > Ruby on > > > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > > > > if you are using windows, get a copy of instant rails, > and > > > > that will > > > > > > > > > install > > > > > > > > > > everything you need to get started. > > > > > > > > > > > > once you start going through the book, your questions > about > > > > Ruby Gems > > > > > > > > > will > > > > > > > > > > be answered. There are quite a few great tutorials > available, > > > > but if you > > > > > > > > > > follow the book, it will guide you in the right > direction. > > > > > > > > > > > > Jason > > > > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > wrote: > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > so I have to install > > > > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > > > -- MySQL ( > > > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > > > -- Subversion for Windows ( > > > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > > > ) > > > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > > > > I''ve heard this is the software I should use. What > from the > > > > list above > > > > > > > > > > > do I really need or did I forgot one essential > package? > > > > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure > what > > > > software I > > > > > > > > > > > should install and which versions. > > > > > > > > > > > Would be nice if you cold write a step by step > tutorial on > > > > that > > > > > > > > > > > (including the recent software releases and version > > > > numbers). > > > > > > > > > > > > > Kind Regards, > > > > > > > > > > > zok > > > > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > Hello, > > > > > > > > > > > > Follow Agile Web development with rails and also > check out > > > > the link > > > > > > > > > > > which > > > > > > > > > > > > enlists 12 best RoR tutorials > > > > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > > > > Cheers > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > wrote: > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > I''d like to learn how to write web applications > with > > > > Ruby on > > > > > > > > > Rails, > > > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > > > > Can you give me some names of books or some good > links > > > > (really > > > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > > > How can I run such an app on a server (the > tutorials ony > > > > mention > > > > > > > > > how > > > > > > > > > > > > > to run it locally)? > > > > > > > > > > > > > What kind of software do I need (editor, console?, > > > > packages)? > > > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > zok > > > > > > > > > > > > > > -- > > > > > > > > > > > > Cheers, > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
Easiest way to get RoR running: InstantRails. http://instantrails.rubyforge.org/wiki/wiki.pl -- 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 -~----------~----~----~----~------~----~------~--~---
Hey, --- 1. ''m using Aptana Studio now, but my question was: when do I have to use CMD and when the Editor? ---- 2. PHPMyAdmin told me about the folowing Problem: Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole. How can I fix that? How can I make a db with ID, firstname and lastname (ID has to be generated automatically). Do you know good MySQL/PHPMyAdmin tuts? Thanks, zok On 18 Jan., 20:07, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> this is where personal preference comes in. you can use a number of text > editors. > > for using wamp, you need to start the service, and then use the phpmyadmin > to create a new database, and assign a user. > > then edit the database.yml file in the confg directory of your rails > project. you can leave the socket and connector as default. update the > database name/user/password to whatever you created. > > save your changes, and that''s it. > > On Jan 18, 2008 12:56 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Hey, > > > I''ve done the following things > > > 1. Install Ruby (doubleclick on ruby186-26.exe) > > 2. Install Gems (doubleclick on setup.rb) > > 3. in CMD gem install rails --include-dependencies > > 4. rails NewProject > > 5. cd NewProject > > 6. ruby script/server > > 7. in Browser localhost:3000 > > > ... and it orked I''m riding Ruby on Rails! > > > So I''ve to install this WAMP and then? > > How can I modify the files? When do I have to use an Text-Editor and > > when CMD? > > > Thank you so much , > > zok > > > On 18 Jan., 13:02, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > ok do I have to remove mongrel? How can I do that? > > > > On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > it sounds like you are making this more complicated that it needs to > > be. you > > > > should just go with the base Ruby/Rails install. Use the builtin web > > server, > > > > and use a pre-packaged mysql instance (WAMP). you need to have a > > database > > > > installed in order to take advantage of Rails. > > > > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > > > could this be that mongrel is already started, and occupy port 3000? > > > > > > you shall use gem install mongrel > > > > > > restart your computer after. > > > > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > I''m not able to start the Mongrel service!! it always says > > something > > > > > > about service::start !! > > > > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > > > > isn''t working. > > > > > > What''s wrong with that. > > > > > > > zok > > > > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > > wrote:> If it''a rails project then type > > > > > > > rails MyProjectName > > > > > > > > I would suggest that you looked here: > > > > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > > > > just to get a feel og the framework. > > > > > > > > Please note, if you want to store and retrive data, you do need > > a > > > > > > > database, this can be local or with a hostingfirm, you deside. > > > > > > > > regards > > > > > > > svend > > > > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > so I''ve just installed Mongrel. > > > > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How > > can I > > > > > > > > start with an new project? What kind of software do I have to > > use? > > > > > > > > > Thanks for your help, this forum is amazing! > > > > > > > > zok > > > > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > > > > > > > Just to make sure, did you install Ruby on Rails after > > installing > > > > > Ruby Gems? > > > > > > > > > if you did, great, if not you need to install it now (*gem > > install > > > > > rails > > > > > > > > > --include-dependencies*). Mongrel is not necessary at this > > point, > > > > > you can > > > > > > > > > use the builtin web server WebRick. > > > > > > > > > > MySql is the preferred database, but you can use any > > database that > > > > > you > > > > > > > > > desire. to make administration of MySql easier, you should > > > > > consider > > > > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP > > My > > > > > Admin. > > > > > > > > > > Jason > > > > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > thx, > > > > > > > > > > > I''ve started to install ruby the gems and rails. (It > > worked!) > > > > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer > > MySQL. > > > > > > > > > > > zok > > > > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > > > > > > > > you need to get a copy of Agile Web Development with > > Ruby on > > > > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > > > > if you are using windows, get a copy of instant rails, > > and > > > > > that will > > > > > > > > > > install > > > > > > > > > > > everything you need to get started. > > > > > > > > > > > > once you start going through the book, your questions > > about > > > > > Ruby Gems > > > > > > > > > > will > > > > > > > > > > > be answered. There are quite a few great tutorials > > available, > > > > > but if you > > > > > > > > > > > follow the book, it will guide you in the right > > direction. > > > > > > > > > > > > Jason > > > > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > > wrote: > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > so I have to install > > > > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > > > > -- MySQL ( > > > > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > > > > -- Subversion for Windows ( > > > > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > > > > ) > > > > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > > > > I''ve heard this is the software I should use. What > > from the > > > > > list above > > > > > > > > > > > > do I really need or did I forgot one essential > > package? > > > > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure > > what > > > > > software I > > > > > > > > > > > > should install and which versions. > > > > > > > > > > > > Would be nice if you cold write a step by step > > tutorial on > > > > > that > > > > > > > > > > > > (including the recent software releases and version > > > > > numbers). > > > > > > > > > > > > > Kind Regards, > > > > > > > > > > > > zok > > > > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > > > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > Follow Agile Web development with rails and also > > check out > > > > > the link > > > > > > > > > > > > which > > > > > > > > > > > > > enlists 12 best RoR tutorials > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > > > > Cheers > > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > > wrote: > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > I''d like to learn how to write web applications > > with > > > > > Ruby on > > > > > > > > > > Rails, > > > > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > > > > Can you give me some names of books or some good > > links > > > > > (really > > > > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > > > > How can I run such an app on a server (the > > tutorials ony > > > > > mention > > > > > > > > > > how > > > > > > > > > > > > > > to run it locally)? > > > > > > > > > > > > > > What kind of software do I need (editor, console?, > > > > > packages)? > > > > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > zok > > > > > > > > > > > > > > -- > > > > > > > > > > > > > Cheers, > > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
I cant''t believe, nobody knows that :-) On 19 Jan., 13:52, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> Hey, > > --- 1. ''m using Aptana Studio now, but my question was: when do I have > to use CMD and when the Editor? > > ---- 2. PHPMyAdmin told me about the folowing Problem: > Your configuration file contains settings (root with no password) that > correspond to the default MySQL privileged account. Your MySQL server > is running with this default, is open to intrusion, and you really > should fix this security hole. > > How can I fix that? > > How can I make a db with ID, firstname and lastname (ID has to be > generated automatically). > Do you know good MySQL/PHPMyAdmin tuts? > > Thanks, > zok > > On 18 Jan., 20:07, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > this is where personal preference comes in. you can use a number of text > > editors. > > > for using wamp, you need to start the service, and then use the phpmyadmin > > to create a new database, and assign a user. > > > then edit the database.yml file in the confg directory of your rails > > project. you can leave the socket and connector as default. update the > > database name/user/password to whatever you created. > > > save your changes, and that''s it. > > > On Jan 18, 2008 12:56 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > Hey, > > > > I''ve done the following things > > > > 1. Install Ruby (doubleclick on ruby186-26.exe) > > > 2. Install Gems (doubleclick on setup.rb) > > > 3. in CMD gem install rails --include-dependencies > > > 4. rails NewProject > > > 5. cd NewProject > > > 6. ruby script/server > > > 7. in Browser localhost:3000 > > > > ... and it orked I''m riding Ruby on Rails! > > > > So I''ve to install this WAMP and then? > > > How can I modify the files? When do I have to use an Text-Editor and > > > when CMD? > > > > Thank you so much , > > > zok > > > > On 18 Jan., 13:02, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > ok do I have to remove mongrel? How can I do that? > > > > > On 18 Jan., 18:32, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > it sounds like you are making this more complicated that it needs to > > > be. you > > > > > should just go with the base Ruby/Rails install. Use the builtin web > > > server, > > > > > and use a pre-packaged mysql instance (WAMP). you need to have a > > > database > > > > > installed in order to take advantage of Rails. > > > > > > On Jan 18, 2008 11:01 AM, gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > > > > > could this be that mongrel is already started, and occupy port 3000? > > > > > > > you shall use gem install mongrel > > > > > > > restart your computer after. > > > > > > > On Jan 18, 2:52 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > I''m not able to start the Mongrel service!! it always says > > > something > > > > > > > about service::start !! > > > > > > > > I used this guidehttp://mongrel.rubyforge.org/docs/win32.htmlbutit > > > > > > > isn''t working. > > > > > > > What''s wrong with that. > > > > > > > > zok > > > > > > > > On 18 Jan., 14:10, "gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <gundest...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > > > wrote:> If it''a rails project then type > > > > > > > > rails MyProjectName > > > > > > > > > I would suggest that you looked here: > > > > > >http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > > > > > > > > just to get a feel og the framework. > > > > > > > > > Please note, if you want to store and retrive data, you do need > > > a > > > > > > > > database, this can be local or with a hostingfirm, you deside. > > > > > > > > > regards > > > > > > > > svend > > > > > > > > > On Jan 18, 1:36 pm, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > so I''ve just installed Mongrel. > > > > > > > > > > Where should I install MySQL (or do i really have to?) > > > > > > > > > > After installatoin of Mongrel, Ruby, RubyGems and Rails: How > > > can I > > > > > > > > > start with an new project? What kind of software do I have to > > > use? > > > > > > > > > > Thanks for your help, this forum is amazing! > > > > > > > > > zok > > > > > > > > > > On 17 Jan., 22:06, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > > > > > > > > > Just to make sure, did you install Ruby on Rails after > > > installing > > > > > > Ruby Gems? > > > > > > > > > > if you did, great, if not you need to install it now (*gem > > > install > > > > > > rails > > > > > > > > > > --include-dependencies*). Mongrel is not necessary at this > > > point, > > > > > > you can > > > > > > > > > > use the builtin web server WebRick. > > > > > > > > > > > MySql is the preferred database, but you can use any > > > database that > > > > > > you > > > > > > > > > > desire. to make administration of MySql easier, you should > > > > > > consider > > > > > > > > > > installing WAMP server. It includes Apache, MySQL, and PHP > > > My > > > > > > Admin. > > > > > > > > > > > Jason > > > > > > > > > > > On Jan 17, 2008 2:57 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > thx, > > > > > > > > > > > > I''ve started to install ruby the gems and rails. (It > > > worked!) > > > > > > > > > > > Is it necessary to install Mongrel ans MySQL? I''d prefer > > > MySQL. > > > > > > > > > > > > zok > > > > > > > > > > > > On 17 Jan., 20:26, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > > > > > > > > > > you need to get a copy of Agile Web Development with > > > Ruby on > > > > > > > > > > > Railshttp://pragprog.com/titles/rails2 > > > > > > > > > > > > > if you are using windows, get a copy of instant rails, > > > and > > > > > > that will > > > > > > > > > > > install > > > > > > > > > > > > everything you need to get started. > > > > > > > > > > > > > once you start going through the book, your questions > > > about > > > > > > Ruby Gems > > > > > > > > > > > will > > > > > > > > > > > > be answered. There are quite a few great tutorials > > > available, > > > > > > but if you > > > > > > > > > > > > follow the book, it will guide you in the right > > > direction. > > > > > > > > > > > > > Jason > > > > > > > > > > > > > On Jan 17, 2008 12:24 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > > > wrote: > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > so I have to install > > > > > > > > > > > > > > -- Ruby (http://rubyforge.org/frs/?group_id=167) > > > > > > > > > > > > > -- Rails (http://rubyforge.org/frs/?group_id=307) > > > > > > > > > > > > > -- MySQL ( > > > > > >http://dev.mysql.com/downloads/mysql/5.0.html#win32) > > > > > > > > > > > > > -- Subversion for Windows ( > > > > > > > > > > > > >http://subversion.tigris.org/project_packages.html > > > > > > > > > > > > > ) > > > > > > > > > > > > > -- Capistrano (http://www.capify.org/download) > > > > > > > > > > > > > -- Mongrel (http://rubyforge.org/frs/?group_id=1306) > > > > > > > > > > > > > > Do I need the Ruby Gems? > > > > > > > > > > > > > > I''ve heard this is the software I should use. What > > > from the > > > > > > list above > > > > > > > > > > > > > do I really need or did I forgot one essential > > > package? > > > > > > > > > > > > > > I''ve looked at the tutorials, but I''m still not sure > > > what > > > > > > software I > > > > > > > > > > > > > should install and which versions. > > > > > > > > > > > > > Would be nice if you cold write a step by step > > > tutorial on > > > > > > that > > > > > > > > > > > > > (including the recent software releases and version > > > > > > numbers). > > > > > > > > > > > > > > Kind Regards, > > > > > > > > > > > > > zok > > > > > > > > > > > > > > On 17 Jan., 05:22, "Vaibhav Pandey" < > > > > > > pandey.vaib...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > Follow Agile Web development with rails and also > > > check out > > > > > > the link > > > > > > > > > > > > > which > > > > > > > > > > > > > > enlists 12 best RoR tutorials > > > > .http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tuto... > > > > > > > > > > > > > > > Cheers > > > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > > > > On Jan 17, 2008 3:10 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> > > > wrote: > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > I''d like to learn how to write web applications > > > with > > > > > > Ruby on > > > > > > > > > > > Rails, > > > > > > > > > > > > > > > but I don''t know how to start with. > > > > > > > > > > > > > > > > Can you give me some names of books or some good > > > links > > > > > > (really > > > > > > > > > > > > > > > starting with the basics)? > > > > > > > > > > > > > > > How can I run such an app on a server (the > > > tutorials ony > > > > > > mention > > > > > > > > > > > how > > > > > > > > > > > > > > > to run it locally)? > > > > > > > > > > > > > > > What kind of software do I need (editor, console?, > > > > > > packages)? > > > > > > > > > > > > > > > Which software would you recommend (PC)? > > > > > > > > > > > > > > > > Would be nice if you''d help me out. > > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > zok > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > Cheers, > > > > > > > > > > > > > > Vaibhav > > > > > > > > > > > > > > Helping Laymen become Technology Enthusiasts > > > > > > > > > > > > > athttp://technofriends.wordpress.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 -~----------~----~----~----~------~----~------~--~---
On Jan 20, 2008 2:05 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > I cant''t believe, nobody knows that :-)Actually, everybody does but you... j/k :-)> On 19 Jan., 13:52, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > --- 1. ''m using Aptana Studio now, but my question was: when do I have > > to use CMD and when the Editor?Use what''s necessary and/or appropriate; work your way through any of the tutorials available, or start developing your own app -- it should be pretty obvious when one or the other doesn''t work, or is less effective.> > ---- 2. PHPMyAdmin told me about the folowing Problem: > > Your configuration file contains settings (root with no password) that > > correspond to the default MySQL privileged account. Your MySQL server > > is running with this default, is open to intrusion, and you really > > should fix this security hole. > > > > How can I fix that?This is a MySQL question and you should learn a little about the DB you''re using. Understanding permissions and security issues is not something to skip over lightly.> > How can I make a db with ID, firstname and lastname (ID has to be > > generated automatically). > > Do you know good MySQL/PHPMyAdmin tuts?No. Throw away PHPMyAdmin and learn to use the MySQL client -- at least for anything that migrations won''t handle :-) FWIW, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 would say that you would do well to take the advice and learn a bit about databases first. Mysql is nice, and installs ok on windows. I use the gui tools from mysql. Mysql admin for managing the database, and creating tables etc. And mysql query for looking at data and trying out queries etc. you can get the gui tools from the mysql site http://dev.mysql.com/downloads/gui-tools/5.0.html the file you want for windows is: mysql-gui-tools-5.0-r12-win32.mis regards Tonypm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
May I ask WHY you would ever need to use the GUI tools? You have migrations for altering/creating the tables and script/console for adding new rows. On Jan 23, 2008 3:19 AM, tonypm <tonypmartin-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> > I would say that you would do well to take the advice and learn a bit > about databases first. Mysql is nice, and installs ok on windows. > > I use the gui tools from mysql. Mysql admin for managing the > database, and creating tables etc. And mysql query for looking at > data and trying out queries etc. > > you can get the gui tools from the mysql site > > http://dev.mysql.com/downloads/gui-tools/5.0.html > > the file you want for windows is: > > mysql-gui-tools-5.0-r12-win32.mis > > > regards > Tonypm > > >-- 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 -~----------~----~----~----~------~----~------~--~---
On Jan 22, 6:46 pm, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> May I ask WHY you would ever need to use the GUI tools? You have migrations > for altering/creating the tables and script/console for adding new rows.I use Mysql query-browser (a GUI tool) because it''s a quick way to see if a new row has been added. I''ve also used it for situations where I''ve had to insert data into a column after adding it to the schema. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Jan 22, 2008, at 4:08 PM, eggman2001 wrote:> I use Mysql query-browser (a GUI tool) because it''s a quick way to see > if a new row has been added. I''ve also used it for situations where > I''ve had to insert data into a column after adding it to the schema.I suppose we all fall prey to verification by anecdotal observation, but a good test would be far more effective. If you use Test::Unit, you can use assert_difference. So, if you want to know whether you are adding a comment to your blog, assert_difference ''Comment.count'' do c = Comment.new c.attributes = comments(:valid_comment) c.save end assert_no_difference ''Comment.count'' do c = Comment.new c.attributes = comments(:invalid_comment) c.save end Now you know you are inserting the row but only when it passes validation. If you prefer rSpec to Test::Unit, that might look like: lambda { c = Comment.new c.attributes = comments(:valid_comment) c.save }.should change(Comment, :count).by(1) lambda { c = Comment.new c.attributes = comments(:invalid_comment) c.save }.should_not change(Comment, :count).by(1) --~--~---------~--~----~------------~-------~--~----~ 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 agree with s.ross, it''s much easier to write a test I think. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Not just easier but also just smarter. "eyeing it" works that one time really quick. but to have it work every time you make a change to anything, you would need to "eye" it again. once the test is written, you never have to worry again, just run the tests and any regressions will be immediately noted. -- 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 -~----------~----~----~----~------~----~------~--~---
Hey, I only need WebRick as my server, a basic local RoR app does not need Apache and/or PHP, right? So I only need a MySQL database? thanks, zok PS.: Which MySQL application do they use on the official RoR tuts? On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I agree with s.ross, it''s much easier to write a test I think.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yes you only need to install Ruby and Rails as well as MySQL. On Jan 24, 2008 8:08 AM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > Hey, > > I only need WebRick as my server, a basic local RoR app does not need > Apache and/or PHP, right? > So I only need a MySQL database? > > thanks, > zok > > PS.: Which MySQL application do they use on the official RoR tuts? > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I agree with s.ross, it''s much easier to write a test I think. > > >-- 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 -~----------~----~----~----~------~----~------~--~---
Jeah, but on the official RoR tutorials on www.rubyonrails.com, especially on the blog in 15 mins tut, they''re using a kind of MySQL Admin tool. Can you give me a link where I can download this tool? zok On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes you only need to install Ruby and Rails as well as MySQL. > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hey, > > > I only need WebRick as my server, a basic local RoR app does not need > > Apache and/or PHP, right? > > So I only need a MySQL database? > > > thanks, > > zok > > > PS.: Which MySQL application do they use on the official RoR tuts? > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I agree with s.ross, it''s much easier to write a test I think. > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Books: The Ruby Way The Rails Way Editors: Programmers Notepad RAD Rails Terminal Recommended plugins: for Rails: rSpec Rails::Spec for Firefox: firebug webdeveloper -- 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 -~----------~----~----~----~------~----~------~--~---
Hey Zok, you can find the tool at the following location: http://cocoamysql.sourceforge.net/ However, I use Navicat MySQL prior to Rails 2.0 and you can find it at the following location: http://www.navicat.com/ Lastly, you might want to also consider using migrations for Rails development. Good luck, -Conrad On 1/24/08, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > > Jeah, but on the official RoR tutorials on www.rubyonrails.com, > especially on the blog in 15 mins tut, they''re using a kind of MySQL > Admin tool. > Can you give me a link where I can download this tool? > > zok > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > > > > > Hey, > > > > > I only need WebRick as my server, a basic local RoR app does not need > > > Apache and/or PHP, right? > > > So I only need a MySQL database? > > > > > thanks, > > > zok > > > > > PS.: Which MySQL application do they use on the official RoR tuts? > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > -- > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Are there any alternative programs like cocoa for PC, or can I get an emulator to emulate os x for that program? ... and what are migrations? thanks for help, zok On 24 Jan., 23:14, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey Zok, you can find the tool at the following location: > > http://cocoamysql.sourceforge.net/ > > However, I use Navicat MySQL prior to Rails 2.0 and you can find it at the > following location: > > http://www.navicat.com/ > > Lastly, you might want to also consider using migrations for Rails > development. > > Good luck, > > -Conrad > > On 1/24/08, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Jeah, but on the official RoR tutorials onwww.rubyonrails.com, > > especially on the blog in 15 mins tut, they''re using a kind of MySQL > > Admin tool. > > Can you give me a link where I can download this tool? > > > zok > > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Hey, > > > > > I only need WebRick as my server, a basic local RoR app does not need > > > > Apache and/or PHP, right? > > > > So I only need a MySQL database? > > > > > thanks, > > > > zok > > > > > PS.: Which MySQL application do they use on the official RoR tuts? > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > -- > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just use the MySQL GUI tools http://dev.mysql.com/downloads/gui-tools/5.0.html On Jan 25, 2008 12:11 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > Are there any alternative programs like cocoa for PC, or can I get an > emulator to emulate os x for that program? > ... and what are migrations? > > thanks for help, > zok > > On 24 Jan., 23:14, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hey Zok, you can find the tool at the following location: > > > > http://cocoamysql.sourceforge.net/ > > > > However, I use Navicat MySQL prior to Rails 2.0 and you can find it at > the > > following location: > > > > http://www.navicat.com/ > > > > Lastly, you might want to also consider using migrations for Rails > > development. > > > > Good luck, > > > > -Conrad > > > > On 1/24/08, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > Jeah, but on the official RoR tutorials onwww.rubyonrails.com, > > > especially on the blog in 15 mins tut, they''re using a kind of MySQL > > > Admin tool. > > > Can you give me a link where I can download this tool? > > > > > zok > > > > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hey, > > > > > > > I only need WebRick as my server, a basic local RoR app does not > need > > > > > Apache and/or PHP, right? > > > > > So I only need a MySQL database? > > > > > > > thanks, > > > > > zok > > > > > > > PS.: Which MySQL application do they use on the official RoR > tuts? > > > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > > > -- > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yeah but that''s not as easy as cocoa or phpmyadmin, right? I only want to make databases in a very quick way and I also want to be able to drag and drop the fields. like you can see on http://media.rubyonrails.org/video/rails_take2_with_sound.mov zok On 25 Jan., 19:29, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Just use the MySQL GUI toolshttp://dev.mysql.com/downloads/gui-tools/5.0.html > > On Jan 25, 2008 12:11 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Are there any alternative programs like cocoa for PC, or can I get an > > emulator to emulate os x for that program? > > ... and what are migrations? > > > thanks for help, > > zok > > > On 24 Jan., 23:14, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hey Zok, you can find the tool at the following location: > > > >http://cocoamysql.sourceforge.net/ > > > > However, I use Navicat MySQL prior to Rails 2.0 and you can find it at > > the > > > following location: > > > >http://www.navicat.com/ > > > > Lastly, you might want to also consider using migrations for Rails > > > development. > > > > Good luck, > > > > -Conrad > > > > On 1/24/08, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Jeah, but on the official RoR tutorials onwww.rubyonrails.com, > > > > especially on the blog in 15 mins tut, they''re using a kind of MySQL > > > > Admin tool. > > > > Can you give me a link where I can download this tool? > > > > > zok > > > > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Hey, > > > > > > > I only need WebRick as my server, a basic local RoR app does not > > need > > > > > > Apache and/or PHP, right? > > > > > > So I only need a MySQL database? > > > > > > > thanks, > > > > > > zok > > > > > > > PS.: Which MySQL application do they use on the official RoR > > tuts? > > > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > > > -- > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
is it possible? On 25 Jan., 20:48, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> yeah but that''s not as easy as cocoa or phpmyadmin, right? > I only want to make databases in a very quick way and I also want to > be able to drag and drop the fields. like you can see onhttp://media.rubyonrails.org/video/rails_take2_with_sound.mov > > zok > > On 25 Jan., 19:29, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Just use the MySQL GUI toolshttp://dev.mysql.com/downloads/gui-tools/5.0.html > > > On Jan 25, 2008 12:11 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > Are there any alternative programs like cocoa for PC, or can I get an > > > emulator to emulate os x for that program? > > > ... and what are migrations? > > > > thanks for help, > > > zok > > > > On 24 Jan., 23:14, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hey Zok, you can find the tool at the following location: > > > > >http://cocoamysql.sourceforge.net/ > > > > > However, I use Navicat MySQL prior to Rails 2.0 and you can find it at > > > the > > > > following location: > > > > >http://www.navicat.com/ > > > > > Lastly, you might want to also consider using migrations for Rails > > > > development. > > > > > Good luck, > > > > > -Conrad > > > > > On 1/24/08, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > Jeah, but on the official RoR tutorials onwww.rubyonrails.com, > > > > > especially on the blog in 15 mins tut, they''re using a kind of MySQL > > > > > Admin tool. > > > > > Can you give me a link where I can download this tool? > > > > > > zok > > > > > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > Hey, > > > > > > > > I only need WebRick as my server, a basic local RoR app does not > > > need > > > > > > > Apache and/or PHP, right? > > > > > > > So I only need a MySQL database? > > > > > > > > thanks, > > > > > > > zok > > > > > > > > PS.: Which MySQL application do they use on the official RoR > > > tuts? > > > > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > > > > -- > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
please, I need your help! Thanks, zok On 26 Jan., 23:36, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> is it possible? > > On 25 Jan., 20:48, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > yeah but that''s not as easy as cocoa or phpmyadmin, right? > > I only want to make databases in a very quick way and I also want to > > be able to drag and drop the fields. like you can see onhttp://media.rubyonrails.org/video/rails_take2_with_sound.mov > > > zok > > > On 25 Jan., 19:29, "jason white" <sillymun...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Just use the MySQL GUI toolshttp://dev.mysql.com/downloads/gui-tools/5.0.html > > > > On Jan 25, 2008 12:11 PM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > Are there any alternative programs like cocoa for PC, or can I get an > > > > emulator to emulate os x for that program? > > > > ... and what are migrations? > > > > > thanks for help, > > > > zok > > > > > On 24 Jan., 23:14, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hey Zok, you can find the tool at the following location: > > > > > >http://cocoamysql.sourceforge.net/ > > > > > > However, I use Navicat MySQL prior to Rails 2.0 and you can find it at > > > > the > > > > > following location: > > > > > >http://www.navicat.com/ > > > > > > Lastly, you might want to also consider using migrations for Rails > > > > > development. > > > > > > Good luck, > > > > > > -Conrad > > > > > > On 1/24/08, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > Jeah, but on the official RoR tutorials onwww.rubyonrails.com, > > > > > > especially on the blog in 15 mins tut, they''re using a kind of MySQL > > > > > > Admin tool. > > > > > > Can you give me a link where I can download this tool? > > > > > > > zok > > > > > > > On 23 Jan., 23:54, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Yes you only need to install Ruby and Rails as well as MySQL. > > > > > > > > On Jan 24, 2008 8:08 AM, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote: > > > > > > > > > Hey, > > > > > > > > > I only need WebRick as my server, a basic local RoR app does not > > > > need > > > > > > > > Apache and/or PHP, right? > > > > > > > > So I only need a MySQL database? > > > > > > > > > thanks, > > > > > > > > zok > > > > > > > > > PS.: Which MySQL application do they use on the official RoR > > > > tuts? > > > > > > > > > On 23 Jan., 04:49, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > I agree with s.ross, it''s much easier to write a test I think. > > > > > > > > -- > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
zok, grab yourself a nice Ruby on Rails book and learn all about migrations. These remove the need for a database admin tool like phpmyadmin. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ok, I thought about "Agile Web Development with Rails" --> http://pragprog.com/titles/rails2/index.html Everyone says that this is the best book to start programming with RoR. Is it true? How much does it cost to ship that book to Europe? Thanks, zok PS.: Do you have a coupon code for this shop? Would be nice! On 30 Jan., 00:02, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> zok, > > grab yourself a nice Ruby on Rails book and learn all about migrations. > These remove the need for a database admin tool like phpmyadmin.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
is this the best book to start with? On 30 Jan., 12:27, zok <goo...-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> Ok, I thought about "Agile Web Development with Rails" -->http://pragprog.com/titles/rails2/index.html > > Everyone says that this is the best book to start programming with > RoR. Is it true? > How much does it cost to ship that book to Europe? > > Thanks, > zok > > PS.: Do you have a coupon code for this shop? Would be nice! > > On 30 Jan., 00:02, "Ryan Bigg" <radarliste...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > zok, > > > grab yourself a nice Ruby on Rails book and learn all about migrations. > > These remove the need for a database admin tool like phpmyadmin.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Check out the screencasts on my site too! On Jan 16, 2008 1:40 PM, zok <google-48tJirJDW89Wk0Htik3J/w@public.gmane.org> wrote:> > How can I run such an app on a server (the tutorials ony mention how > to run it locally)? > What kind of software do I need (editor, console?, packages)? > Which software would you recommend (PC)? > > > --http://www.rubyplus.org/ Free Ruby and Rails Screencasts --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---