Hi all, I am new to ROR, and I plan to build a website by using ROR, I am wondering if it is best for me to get started with Rails3 or Rails 2.3.x series, one reason for me considering with 2.3.x version is that I know we've got more plugins(gems) for Rails 2.3.x at the moment. However, the other thing is that I noticed that there is quite big changes between Rails 2 and 3, especially with Merb merges with Rails happened in Rails3.
Second question is related to the 'dictionary' type data. for example, I have "Gender" field in my model, normally, I will use Hash for this, like [ :1 => "Female", :2 => "Male"], meanwhile, I want to get those 'Female' and 'Male' to be able i18n. I am not sure how we do this in the Rails way. Should I create a separate model for these data, or put these data along with their own models? Thanks Jeff -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
