Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does The Ancestry Gem Work With Rails 4?

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

like image 577
Richard Peck Avatar asked Dec 15 '22 02:12

Richard Peck


2 Answers

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

like image 176
Intrepidd Avatar answered Jan 02 '23 05:01

Intrepidd


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.

like image 33
marvelousNinja Avatar answered Jan 02 '23 06:01

marvelousNinja