On 19 April 2014 21:02, Matt Kazuka <[email protected]> wrote: > Thank you guys, this is what I did, apparently it is project specific > > $ mkdir myapp > $ cd myapp > $ rvm use ruby-2.1.1@myapp --ruby-version --create > $ gem install rails --pre > $ rails new . > > I have also got the ruby server running, but have no idea how to start > programming with ruby. I am using TextMate, so if I write some code now > where should I exactly save that file to?
If you want to use rails then work right through a good tutorial such as railstutorial.org, which is free to use online. If you just want to write scripts in ruby then you can save the files wherever you like. Colin > Thank you > > -- > 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 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/2f0e1ecc3e81f9298cc785f02c922c1b%40ruby-forum.com. > For more options, visit https://groups.google.com/d/optout. -- 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%3D0gLuMKio9o2c1Uj1YKJ6jbmsOYX9%3DwtAko49kK3oUvySwRw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

