Currently in my rails application, I am using ruby 1.9.3. There is a requirement for which I need to use jruby.
If I am using jruby, then I can’t use ruby.
Will there be any affect if I switch from ruby to jruby in my application ?
Will the rails application behave normally ?
Any code changes I need to do for that ?