Sha256: 5fbee6f830a275661b5f2b6854c4e0eff9ea285f50e0b315e02927445a87083d

Contents?: true

Size: 1016 Bytes

Versions: 24

Compression:

Stored size: 1016 Bytes

Contents

# Design and plans for the future...

1) Specs for generators
Currently there are a few generators. I have found some good examples of how to write generator tests (using test_unit) in the rails3-generators project.
I am porting this to RSpec 2 and will then write generator specs next.

2) New hook-in approach for controller and view methods
I will change how the methods are added to Rails controllers and views using a new approach I found and used in the Netzke project.

3) Create specs for the custom methods
4) Create cucumber features for various Role scenarios
5) Add Mongoid and Mongo Mapper ORM support
Mongoid currently supported by Devise, and Mongo Mapper will be supported after Rails 3 release I think (have heard?)

6) Add Data Mapper support
dm-devise project almost done by jm81 as per. July 9, 2010

7) Add support for Canable (jnunemaker), an even simpler permission system alternative to CanCan.
I already added generators and specs to this gem.

Feel free to suggest other improvements etc ;)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cream-0.8.6 wiki/DESIGN.txt
cream-0.8.5 wiki/DESIGN.txt
cream-0.8.4 wiki/DESIGN.txt
cream-0.8.3 wiki/DESIGN.txt
cream-0.8.2 wiki/DESIGN.txt
cream-0.8.1 wiki/DESIGN.txt
cream-0.8.0 wiki/DESIGN.txt
cream-0.7.10 wiki/DESIGN.txt
cream-0.7.8 wiki/DESIGN.txt
cream-0.7.7 wiki/DESIGN.txt
cream-0.7.6 wiki/DESIGN.txt
cream-0.7.5 wiki/DESIGN.txt
cream-0.7.3 wiki/DESIGN.txt
cream-0.7.2 wiki/DESIGN.txt
cream-0.7.0 wiki/DESIGN.txt
cream-0.6.4 wiki/DESIGN.txt
cream-0.6.3 wiki/DESIGN.txt
cream-0.6.1 wiki/DESIGN.txt
cream-0.6.0 wiki/DESIGN.txt
cream-0.5.10 wiki/DESIGN.txt