Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Possible fix for Issue #159 #160

Closed stevemadere closed 9 years ago

stevemadere commented 9 years ago

This may or may not work with versions of Rails prior to 4.0

If there is a backward compatibility problem with this fix, I have a strategy to work around it using a respond_to? check but I prefer not to clutter up the code with that if it is unnecessary.

Can you confirm proper operation with Rails 3.x and either merge or comment about the problems?

Thanks.

iox commented 9 years ago

This is great Steve, thanks a lot. We don't need to worry about Rails 3 compatiblity at the moment, as the master version of Hobo is only oriented to Rails 4.x.