-2

Is there any good open source project which has Can Can implemented completely.

Mxyk
  • 10,678
  • 16
  • 57
  • 76

2 Answers2

1

Try the rails app composer script. It's great. You can set up a fully functioning app with devise, rolify, cancan, rspec and much much more. Just run the script, answer the questions and it will generate the app for you. Then you can poke around and see how it's implemented.

You can also watch this RailsCast on cancan and download the example source code.

Kevin K
  • 2,191
  • 2
  • 28
  • 41
1

For Rails 3.2+ use the rails composer tool:

http://railsapps.github.com/rails-composer/

Michael Durrant
  • 93,410
  • 97
  • 333
  • 497