A Rails app designed to facilitate development of sanction_ui and sanction rails plugins. Also functions as a decent reference example of how sanction + sanction_ui work in practice.
git clone [email protected]:joegoggins/sanction-playground.git cd sanction-playground git submodule update --init # checkout a master branch for the plugins (by default is no branch) cd vendor/plugins/sanction git checkout master cd ../../.. cd vendor/plugins/sanction_ui git checkout master
rake app:setup # Assumes MySQL with root user see database.yml to details
script/server
`rake app:setup` should always be run after git pull, it destroys and rebuilds all db related things
Run sanction tests cd vendor/plugins/sanction && rake test No empirical tests for sanction_ui yet
User class utilizes string primary key's instead of integers to illustrate that script/generate sanction string_ids=true still produces working plugins in this case. Other demo classes use integers