I have required the gem (in rails 2.3.5):
config.gem 'ruleby', :lib => 'ruleby', :version => '0.6'
I placed a file: lib/ruleby_basics.rb:
##
include Ruleby
##
... but I am unsure how to proceed. The most basic thing that I can
think of, is that when the user installs the game, they have an
attribute: user.milestone == 'preproduction_1_get_started'
where preproduction is the phase, '1' is the milestone level, and
'get_started' for finding the correct view. Each milestone has
many :progressions with only a name attribute (and milestone_id)
Your help is greatly appreciated. Thank you.