Hobo / hobo

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

Fix incompatibility with Rails 4.2.5.1 from a change to find_templates #182

Closed gabriprat closed 8 years ago

gabriprat commented 8 years ago

Rails 4.2.5.1 made a change to find_templates. It now takes 5 arguments:

Adapting this resolver to admit the 5th argument.

iox commented 8 years ago

Thanks for the patch Gabri, though Paul fixed this the exact same thing a few days ago :). Hope to hear more from you!