Domanda

Only mentions Rails 3 in the GitHub documentation - does anyone know if it's compatible with Rails 4?

I ask because it looks like it's been updated to handle Ruby 2.1.0

È stato utile?

Soluzione

According to the travis build, tests pass with active record 4.

Altri suggerimenti

Indeed, it works. We've been using it in one of our recent projects. You can also look at travis.yml file in the repo. It was tested to work with ActiveRecord 4.0.

Yes it's compatible with Rails 4, but you need to add :parent_id to permit params in your controller.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top