On 29 May 2013 20:58, FMF Corpsman <[email protected]> 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 [email protected]. > To post to this group, send email to [email protected]. > 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 [email protected]. To post to this group, send email to [email protected]. 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.

