-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Summary
Allow developers to execute Controller actions on shell, without renders
Motivation
Shell tasks are a very commom need on projects that need to run routines to update status, reports, consolidate datas, and other stuff.
Compatibility with Ubiquity's philosophy
Indicate compatibility or improvements in:
- ease of use
- framework resources
Expected results
Be possible to run controller actions through shell or command line without renders and keeping framework funcionalities like ACL and others.
Additional context
Framework should be able to re-use models actions and framework actions almost like it was being executed on a web broser.
A sample case could be send a Birthday mail for Customers from an e-commerce
kaznovac