[Rails] Re: Begining with RoR, litle questions

2011-02-16 Thread gezope
Hello Copitux, 0. Never worry about your English, it's fine :) 1. Little Ruby is always helpful, but if you used any other prog lang like PHP then it won't be hard. The best Rails tutorials already has a little part about Ruby you need: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book -

[Rails] Re: Begining with RoR, litle questions

2011-02-16 Thread Julien
Hi, 1)Ruby is simple, clean and elegant, you can learn it while learning rails, it's nearly like speaking english. 2)you can use with Apache (http://www.modrails.com/) 3)i don't know PDO, but there is DB abstraction with Active Record http://guides.rubyonrails.org/active_record_querying.html, whic