سلام، همونطور که میدونید Rails 5.0.1 منتشر شده. برای شما کدام قسمت از تغییرات جالب بود؟
مثلا این موارد برای من جالب بودند :
* Introduce Model#reload_<association> to bring back the behavior
of Article.category(true) where category is a singular
association
* Allow ActionController::Parameters-like objects to be passed as
values for Postgres HStore columns.
* Return true from update_attribute when the value of the attribute
to be updated is unchanged.