vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

rapidapp.pl 'Templets' Helper trait should enable editability out-of-the-box #125

Closed vanstyn closed 9 years ago

vanstyn commented 9 years ago

The generated access_params section under Controller::RapidApp::Template in the bootstrapped app class currently generates the writable_regex, creatable_regex and deletable_regex values commented out, leaving the app templates read-only. But this should just be enabled to be less confusing, since it is not pointing at existing files anwyay

vanstyn commented 9 years ago

Perhaps there should also be a default site/dashboard.md with some useful boiler-plate