public
Description: This is an example application that shows how to serialize AlterEgo's state to the database using ActiveRecord
Homepage:
Clone URL: git://github.com/francois/alter_ego_plus_active_record.git
name age message
file README Tue Dec 09 07:01:28 -0800 2008 Updated README [francois]
file Rakefile Tue Dec 09 07:00:52 -0800 2008 Initial commit [francois]
directory app/ Tue Dec 09 07:13:59 -0800 2008 Code for blog post [francois]
directory config/ Tue Dec 09 07:13:59 -0800 2008 Code for blog post [francois]
directory db/ Tue Dec 09 07:13:59 -0800 2008 Code for blog post [francois]
directory doc/ Tue Dec 09 07:00:52 -0800 2008 Initial commit [francois]
directory log/ Tue Dec 09 07:00:52 -0800 2008 Initial commit [francois]
directory public/ Tue Dec 09 07:00:52 -0800 2008 Initial commit [francois]
directory script/ Tue Dec 09 07:00:52 -0800 2008 Initial commit [francois]
directory test/ Tue Dec 09 07:13:59 -0800 2008 Code for blog post [francois]
README
This is a sample application that shows how to integrate AlterEgo with ActiveRecord.

Look at test/unit/traffic_light_test.rb and app/models/traffic_light.rb.