Good Day, I am attempting to write a program that will convert Tibetan Uchen script to Romanized Wylie script. Through my research I believe Ruby Rails is what I will need to bring this to fruition. I only have a simple laptop running 64 bit applications on Vista Home. I have partitioned my drive so that I can load Ubuntu on the 2nd partition. First question, Based on what I want to accomplished, have I surmised correctly that Ruby Rails is in part what is needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I read a post here that Colin Law suggests using RVM to install Ruby or Ruby Rails, but at the Ruby download page, it only mentions Ruby Gems. Any clarification would be helpful. When it comes to an editor, it lists many include full IDE editors. I could also use some clarification on what editor is compatible with what direction I am taking. Thank you for your time, Jeff -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/015ab77e-b25b-40e9-83d2-9fe2e221f13b%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, May 29, 2013 6:39:27 PM UTC+1, FMF Corpsman wrote:> > Good Day, > > I am attempting to write a program that will convert Tibetan Uchen script > to Romanized Wylie script. Through my research I believe Ruby Rails is what > I will need to bring this to fruition. I only have a simple laptop running > 64 bit applications on Vista Home. I have partitioned my drive so that I > can load Ubuntu on the 2nd partition. First question, Based on what I want > to accomplished, have I surmised correctly that Ruby Rails is in part what > is needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I > read a post here that Colin Law suggests using RVM to install Ruby or Ruby > Rails, but at the Ruby download page, it only mentions Ruby Gems. Any > clarification would be helpful. When it comes to an editor, it lists many > include full IDE editors. I could also use some clarification on what > editor is compatible with what direction I am taking. > > Rubygems is a package manager for ruby libraries, so you need to installruby before you can install rubygems. RVM is a great way to install ruby and will in addition install rubygems for you. Once you''ve got ruby gems you can then install rails. Ubuntu Desktop works just fine. Editors are quite a personal thing, although at a basic level you are just editing text files, so any editor will work, although some will have features that may make your life easier. Rails is primarily for writing web applications and (at least that''s my first impression) it doesn''t sound like you''re writing a web application. Ruby itself is a fairly general purpose language and may well be good tool to use. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2fdf9d79-f666-438c-8b56-347422ac949e%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
On 29 May 2013 18:39, FMF Corpsman <combatfmfcorpsman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Good Day, > > I am attempting to write a program that will convert Tibetan Uchen script to > Romanized Wylie script. Through my research I believe Ruby Rails is what I > will need to bring this to fruition. I only have a simple laptop running 64 > bit applications on Vista Home. I have partitioned my drive so that I can > load Ubuntu on the 2nd partition. First question, Based on what I want to > accomplished, have I surmised correctly that Ruby Rails is in part what is > needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I read > a post here that Colin Law suggests using RVM to install Ruby or Ruby Rails, > but at the Ruby download page, it only mentions Ruby Gems. Any clarification > would be helpful.Google is very useful when someone mentions something that you do not already know about. https://rvm.io/ Is your application a web application? If not then RoR may not be what you are looking for.> When it comes to an editor, it lists many include full IDE > editors. I could also use some clarification on what editor is compatible > with what direction I am taking.Use whatever editor you like. I use jEdit. Most do not use an IDE. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLscdakVJHMqTS9gK530WNixrDOfuKfTTFaBjQYORfKypg%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
I have tried over and over to find how people have created their translators. The one and only clue I found was someone who was working with Ruby Rails. I know there are hundreds of programming languages out there, but I am unable to find a clue to the one I need. I do know I will need a database, but that alone won''t get the job done. So I am at a loss at this point. If Ruby isn''t my answer, then I am at a standstill. On Wednesday, May 29, 2013 9:39:27 AM UTC-8, FMF Corpsman wrote:> > Good Day, > > I am attempting to write a program that will convert Tibetan Uchen script > to Romanized Wylie script. Through my research I believe Ruby Rails is what > I will need to bring this to fruition. I only have a simple laptop running > 64 bit applications on Vista Home. I have partitioned my drive so that I > can load Ubuntu on the 2nd partition. First question, Based on what I want > to accomplished, have I surmised correctly that Ruby Rails is in part what > is needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I > read a post here that Colin Law suggests using RVM to install Ruby or Ruby > Rails, but at the Ruby download page, it only mentions Ruby Gems. Any > clarification would be helpful. When it comes to an editor, it lists many > include full IDE editors. I could also use some clarification on what > editor is compatible with what direction I am taking. > > > Thank you for your time, > > Jeff >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7be0cea9-de42-4731-9b16-a933c6d7ca08%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
On 29 May 2013 20:58, FMF Corpsman <combatfmfcorpsman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have tried over and over to find how people have created their > translators. The one and only clue I found was someone who was working with > Ruby Rails. I know there are hundreds of programming languages out there, > but I am unable to find a clue to the one I need. I do know I will need a > database, but that alone won''t get the job done. So I am at a loss at this > point. If Ruby isn''t my answer, then I am at a standstill.The first thing to do is write a rough specification for what your application has to do. Then you can decide on the tools. Ruby is a programming language, Ruby on Rails is a framework which uses Ruby (and other tools) to build a web application. If you need a web application, and particularly if you need a database, then RoR may be a good option. If it is not a web application then Ruby (without Rails) may still be an option. Colin> > On Wednesday, May 29, 2013 9:39:27 AM UTC-8, FMF Corpsman wrote: >> >> Good Day, >> >> I am attempting to write a program that will convert Tibetan Uchen script >> to Romanized Wylie script. Through my research I believe Ruby Rails is what >> I will need to bring this to fruition. I only have a simple laptop running >> 64 bit applications on Vista Home. I have partitioned my drive so that I can >> load Ubuntu on the 2nd partition. First question, Based on what I want to >> accomplished, have I surmised correctly that Ruby Rails is in part what is >> needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I read >> a post here that Colin Law suggests using RVM to install Ruby or Ruby Rails, >> but at the Ruby download page, it only mentions Ruby Gems. Any clarification >> would be helpful. When it comes to an editor, it lists many include full IDE >> editors. I could also use some clarification on what editor is compatible >> with what direction I am taking. >> >> >> Thank you for your time, >> >> Jeff > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/7be0cea9-de42-4731-9b16-a933c6d7ca08%40googlegroups.com?hl=en-US. > > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuC2siXeBZmmJMFVF3BHPmYnOVKpCsdBy0dzrzsXB_mxQ%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Thank you everyone for your time and responses. I found a program that I want to imitate and expand on, and it was written in Visual basic and Java. I don''t think the forum would like me asking questions concerning those languages on here, so this is where we part. I Thank you again. On Wednesday, May 29, 2013 9:39:27 AM UTC-8, FMF Corpsman wrote:> > Good Day, > > I am attempting to write a program that will convert Tibetan Uchen script > to Romanized Wylie script. Through my research I believe Ruby Rails is what > I will need to bring this to fruition. I only have a simple laptop running > 64 bit applications on Vista Home. I have partitioned my drive so that I > can load Ubuntu on the 2nd partition. First question, Based on what I want > to accomplished, have I surmised correctly that Ruby Rails is in part what > is needed? Can I run Ruby Rails on Ubuntu Desktop as opposed to Server? I > read a post here that Colin Law suggests using RVM to install Ruby or Ruby > Rails, but at the Ruby download page, it only mentions Ruby Gems. Any > clarification would be helpful. When it comes to an editor, it lists many > include full IDE editors. I could also use some clarification on what > editor is compatible with what direction I am taking. > > > Thank you for your time, > > Jeff >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6a0ba5d0-6898-4051-965b-d2098650315e%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.