The following are some changes I recently came across when updating a rails 2.x plugin to 3.x.
 
	- Default HTML Encoding or Escaping behavior has changed (XSS prevention).  Now, in order to not have your <>'s encoded, you can use <%= raw ... %> or "<div>".safe_html
 
 
- Time.parse will return