Reputation: 1936
I'm about to install ruby for an application I am developing is there a particular reason I should do the latest stable build or is 1.9.3 going to be fine for my application? (it's a simple Rails app that will call a mongoDB with some queries visualize data, download it do some analysis) What are the primary advantages to using 1.9.3 over the latest build?
Upvotes: 0
Views: 67
Reputation: 3310
Simply for safety reasons, support and updates I would decide to use the newest stable release for a new project. That's my opinion and suggestion.
Upvotes: 1