Upgrading to Rails 2.3.8 from 2.3.2 has broken views in my application.
Specifically the field labels are all displaying after the label
text and therefore the alignment is all messed up. Instead of nicely
aligning with the label text on the top and text entry field under it,
they line up side-by-side and are misaligned. The tell-tale sign is the
appearance of tag after the label text.
Is there something in Rails 2.3.8 changed. All i did was I changed the
Rails version in the environment.rb file from 2.3.2 to 2.3.8 and kept
everything the same.
Please help.
Thanks.
Bharat
Quoting Bharat R. [email protected]:
Upgrading to Rails 2.3.8 from 2.3.2 has broken views in my application.
[snip]
Rails 2.3.8 is a stepping stone to Rails 3 with lots of deprecation
warnings
and some actual changes. And not all Gems and plugins are compatible
with
it. I suggest migrating from 2.3.2 to 2.3.5 first. Then try going to
2.3.8.
And expect problems in both your code and others’ code. I.e., allocate
time
to do the conversion and accept that you may have to wait for compatible
gems/plugins to be available. (Or figure the necessary patches and
submit
them to the author.)
HTH,
Jeffrey