Rails was upgraded recently to 2.0 on the servers and my site still runs, which is great. Earlier today I upgraded to rails 2.0 on my local machine and when I started to do some browsing, there were a bunch of deprecated things that I needed to change. (Simple stuff like @params to params and no more end_form_tag, etc.)
My question is, why would I get these errors on my local machine, but not get them on the live site, since the files on the live site still use those deprecated variables and tags? Is my site on hostingrails still running on an older version of Rails? And if so, how do I tell which version it's running on?
Thanks!