pylonweb / refinerycms-menus

Adds menus to pages, so you can create various custom menus to use on your frontend
MIT License
24 stars 30 forks source link

Is it works with Rails 4 ? #40

Open arthurtalkgoal opened 10 years ago

arthurtalkgoal commented 10 years ago

I tried to install refinerycms-menu with latest refinerycms+Rails4, but it fails.

Is there anyone trying to make it works with Rails4?

my refinerycms is: refinerycms-core (3.0.0.dev)

jokklan commented 10 years ago

No sorry, i don't think so, and I'm not actively maintaining this anymore... The branch support-2.1 properly has better support for 3.0.0.dev, but I'm not sure, i don't work much with refinerycms anymore. One big change in support-2.1 is that refinerycms changed to using presenters instead of partials to render the menu.

You will have to implement support for Rails 4 yourself, however i think that strong parameters is about the only thing that needs to be implemented. If you do please make a pull request, that would be awesome :)!