I just downloaded ruby instant rails and played with the cookbook online as well as the typo webblog. But how do you create these programs? Do you use InstantRails.exe to create your web? I see a lot of folders under the main folder where I installed the program but don''t know how to open any of them. I''ve done a little programming with VB6 and made my web with FrontPage but both of those have windows programs. All I have found with this rails program is that dos screen that comes up. Is there something else I need to getting started with this ruby rails thing? Rae --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Rae wrote:> I just downloaded ruby instant rails and played with the cookbook > online as well as the typo webblog. > But how do you create these programs? Do you use InstantRails.exe to > create your web? I see a lot of folders under the main folder where I > installed the program but don''t know how to open any of them. I''ve done > a little programming with VB6 and made my web with FrontPage but both > of those have windows programs. All I have found with this rails > program is that dos screen that comes up. Is there something else I > need to getting started with this ruby rails thing? > RaeInstantRails.exe is just a program that provides a quick way to get ''Ruby on Rails'' up and running. Ruby on Rails is built around the Ruby programming language. Before you even attempt to try to build Ruby on Rails applications, I would study Ruby first. You can do even do a quick 20 minute online tutorial at http://www.ruby-lang.org/en/ . After that you can get started with a basic rails tutorial online. Just search the wiki or google. -- 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 -~----------~----~----~----~------~----~------~--~---
Ok. Thanks. I looked at some of the Ruby programming language already. I was just looking at this Rails program and wondering what else you need to use it. I am looking at this link now: http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I downloaded Instant RAils, HeidiSQL, Ruby 1-8521. Do I need any other software to program with Ruby? I still don''t know how to open those folder files. RAe On Jan 27, 12:10 am, Daniel Fischer <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Rae wrote: > > I just downloaded ruby instant rails and played with the cookbook > > online as well as the typo webblog. > > But how do you create these programs? Do you use InstantRails.exe to > > create your web? I see a lot of folders under the main folder where I > > installed the program but don''t know how to open any of them. I''ve done > > a little programming with VB6 and made my web with FrontPage but both > > of those have windows programs. All I have found with this rails > > program is that dos screen that comes up. Is there something else I > > need to getting started with this ruby rails thing? > > RaeInstantRails.exe is just a program that provides a quick way to get > ''Ruby on Rails'' up and running. Ruby on Rails is built around the Ruby > programming language. > > Before you even attempt to try to build Ruby on Rails applications, I > would study Ruby first. You can do even do a quick 20 minute online > tutorial athttp://www.ruby-lang.org/en/. > > After that you can get started with a basic rails tutorial online. Just > search the wiki or google. > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rae wrote:> Ok. Thanks. I looked at some of the Ruby programming language already. > I was just looking at this Rails program and wondering what else you > need to use it. I am looking at this link now: > http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > > I downloaded Instant RAils, HeidiSQL, Ruby 1-8521. Do I need any other > software to program with Ruby? I still don''t know how to open those > folder files. > > RAe > > > On Jan 27, 12:10 am, Daniel Fischer <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Well Rae, first you have to understand what Ruby on Rails is, and what programs you are downloading. I''m not sure if you do, either way I''ll help explain everything. Ruby, like I mentioned before is the language. Ruby on Rails is the framework for developing applications on the web, using the Ruby language. Ruby on Rails uses a database to manipulate data. The most common database used is MySql. I myself have never heard of HeidiSQL but I assume it''s a database language just because of the sql suffix. Alright so you pretty much have all the "nessecary" programs. All you need to do is open up the .rb files. You can do this with any text editor. Usually easier with one that supports syntax highlighting for Ruby. I''d google "Rad Rails" - It''s a nice IDE for Ruby, it''s what I used when I started out on Windows. I actually bought a Mac just for Rails and the Textmate editor (which is what they use in the screen casts at rubyonrails.org). Anyway, that tutorial is a good start. It should explain how to install rails and develop your first application. Let me know if you still need any help or have questions. Daniel Fischer, http://www.danielfischer.com -- 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 -~----------~----~----~----~------~----~------~--~---