First, thanks a lot for this amazing tool, it helped a lot to get into rails quickly.
But I just have one limitation worth mentioning with the devisecancan generator:
we need to have an existing user model set to do the generation otherwise, an exception is thrown at line 35 of the generator because the migration file generated by devise will be called '__create_devise' instead of 'add_deviseto'.
First, thanks a lot for this amazing tool, it helped a lot to get into rails quickly.
But I just have one limitation worth mentioning with the devisecancan generator: