Project

General

Profile

Idea #2451

Updated by Tom Clegg about 10 years ago

[[Hacking Workbench]] 

 Structural TODO 
 * Rails interface doesn't use normal Ruby SDK 
 * Rails interface isn't a gem 

 Gotchas to cover 
 * ReadOnlyRecord → reload 
 * rails sdk: private_reload 

 Built-in magic behavior 
 * before_filters (find, 404, admin_required) 
 * current_user → how to make something anonymous-accessible 

 Patterns 
 * Support an API-side method 
 * Writing tests 
 * AJAX remote:true + js response 
 * AJAX invoked from custom javascript 
 * Invoking selected-things picker 
 * Tabs/panes on index & show pages 
 * Notifications 

Back