Thanks a lot to all!!

No, I have not made a list, but I'll prepare a quick one from the commit
list:

* Fix overriding of ActiveRecord attribute: Rails people renames
"read_attribute" to "_read_attribute"

* Change syntax to check for pending migrations
(ActiveRecord::Migrator.new requires different params)

* Update all mailer "deliver" calls to "deliver_now"

* Biggest issue: now the reflections hash uses strings as keys, instead
of symbols. This took some time to track all places where reflections
are used in Hobo (even some tags called them directly).

* Handle new routing error class: ActionController::UrlGenerationError

* "polymorphic_path" does not accept objects any more, you really need
to use object ids

* Removed the whole "test options" generator when creating a new Hobo
app: it was causing issues, and I believe that if developers wish to use
Rspec or FactoryGirl, they can add it afterwards.

* Add "gem 'responders', '~> 2.0'" to the Gemfile (it has been extracted
from core Rails)

Warm regards,
Ignacio

El 17-09-2015 a las 06:29, Paul Howson escribió:
> Hi Ignacio,
> 
> Do you have a list of the changes made to Hobo for Rails 4.2.x
> compatibility?
> 
> Is there anything significant that Hobo users need to know about this
> update?
> 
> Paul Howson
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to