CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 01:13:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090917014947
location: https://web.archive.org/web/20090917014947/https://github.com/runcoderun/aasm
server-timing: captures_list;dur=11.408813, exclusion.robots;dur=0.039108, exclusion.robots.policy;dur=0.017041, esindex;dur=0.019824, cdx.remote;dur=24.746692, LoadShardBlock;dur=663.825009, PetaboxLoader3.datanode;dur=184.253994, PetaboxLoader3.resolve;dur=388.912704
x-app-server: wwwb-app222
x-ts: 302
x-tr: 773
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 01:13:23 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Thu, 17 Sep 2009 01:49:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8740f0547ee86c443e53083e84b6373f"
x-archive-orig-x-runtime: 1131ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 27422
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 17 Sep 2009 01:49:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 01:49:47 GMT", ; rel="memento"; datetime="Thu, 17 Sep 2009 01:49:47 GMT", ; rel="next memento"; datetime="Fri, 30 Oct 2009 16:59:53 GMT", ; rel="last memento"; datetime="Wed, 02 Dec 2009 22:16:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090916163505_crawl100.gpg-c/51_11_20090917014818_crawl101.arc.gz
server-timing: captures_list;dur=0.538340, exclusion.robots;dur=0.018047, exclusion.robots.policy;dur=0.007687, esindex;dur=0.012022, cdx.remote;dur=111.673387, LoadShardBlock;dur=182.295254, PetaboxLoader3.datanode;dur=138.633216, PetaboxLoader3.resolve;dur=137.853920, load_resource;dur=110.333558
x-app-server: wwwb-app222
x-ts: 200
x-tr: 500
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
runcoderun's aasm at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install runcoderun-aasm
Fork of rubyist/aasm | |
Description: | AASM - State machines for Ruby classes edit |
Homepage: | https://rubyi.st/aasm edit |
Public Clone URL: |
git://github.com/runcoderun/aasm.git
Give this clone URL to anyone.
git clone git://github.com/runcoderun/aasm.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:runcoderun/aasm.git
|
commit abe001722d728d929727dc0baf003a56a64ecb92
tree ce2b6f1793b982834c4fd69e2eae2fcf4b606a33
parent 921334eaeaa7a1a209ae69f8f2a0c34b710c96d9
tree ce2b6f1793b982834c4fd69e2eae2fcf4b606a33
parent 921334eaeaa7a1a209ae69f8f2a0c34b710c96d9
aasm /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jul 09 16:42:04 -0700 2008 | Fixing version number in README.rdoc. [eric] |
![]() |
CHANGELOG | Loading commit data... ![]() |
|
![]() |
EXAMPLES.rdoc | ||
![]() |
MIT-LICENSE | Thu Feb 21 09:54:42 -0800 2008 | Add .aasm_states method to get a list of all st... [rubyist] |
![]() |
README.rdoc | ||
![]() |
Rakefile | ||
![]() |
TODO | Sat May 31 15:08:12 -0700 2008 | Support enter and exit actions on states [rubyist] |
![]() |
aasm.gemspec | ||
![]() |
aasm.rb | Mon Jan 07 11:11:38 -0800 2008 | Import into git [rubyist] |
![]() |
doc/ | Thu Feb 21 08:41:56 -0800 2008 | Prepare rakefile and rake tasks for gem packagi... [rubyist] |
![]() |
lib/ | ||
![]() |
spec/ |
README.rdoc
AASM - Ruby state machines
This package contains AASM, a library for adding finite state machines to Ruby classes.
AASM started as the acts_as_state_machine plugin but has evolved into a more generic library that no longer targets only ActiveRecord models.
AASM has the following features:
- States
- Machines
- Events
- Transitions
Download
The latest AASM can currently be pulled from the git repository on github.
A release and a gem are forthcoming.
Installation
From GitHub hosted gems
% sudo gem sources -a https://gems.github.com # (you only need to do this once) % sudo gem install rubyist-aasm
Building your own gems
% rake gem % sudo gem install pkg/aasm-2.0.1.gem
Simple Example
Here’s a quick example highlighting some of the features.
class Conversation include AASM aasm_initial_state :unread aasm_state :unread aasm_state :read aasm_state :closed aasm_event :view do transitions :to => :read, :from => [:unread] end aasm_event :close do transitions :to => :closed, :from => [:read, :unread] end end
See the more complex examples in EXAMPLES.rdoc file
Other Stuff
Author: | Scott Barron <scott at elitists dot net> |
License: | Copyright 2006, 2007, 2008 by Scott Barron. Released under an MIT-style license. See the LICENSE file included in the distribution. |
Bugs: | rubyist.lighthouseapp.com/projects/13207-aasm/ |
GitHub: | github.com/rubyist/aasm/tree/master |
Warranty
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
This feature is coming soon. Sit tight!