Is there a global config to stop all actions from being handled through ajax? I can't seem to find one, and the main problems I have tend to come from the ajax calls. While ajax sometimes looks cool, it isn't really vital to my app, and sometimes causes problems with rendering if someone tries to do something through a subform that they aren't authorized to do (like edit a associated record, of which I have quite a few). I like being able to bring up all the associated records in their own screen (or tab) but in a subform it tends to cause problems. Mostly this seems to be a problem with belongs_to associations, since the default action seems to be edit, rather than show.
Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
