views:

28

answers:

1

I'm currently using 1.9.2 with rails 3, and I ran into a snag with ruby-debug.

Should I be using 1.8.7 to be more on the safe side with rails 3?

I'm new to rails, and I want to stay away from hackish workarounds or configuration nightmares.

(I'm using rvm)

A: 

The best in performance is ruby 1.9.2. But ruby 1.8.7 is stable too. So you can use both.

shingara