Displaying 2 results from an estimated 2 matches for "acts_as_automatic".
2006 Jul 22
2
acts_as_automatic
Acts as automatic has two purposes:
1) provide acts_as_automatic act, which will automatically run the
appropriate methods when conventions are adhered to (e.g. if you have
category_id, it will assume that the model belongs_to :category). Only
belongs_to via something_id is currently implemented.
2) Allow the creation of associations.yml, which will hold ass...
2006 Jul 26
4
yhtml plugin
I have released a yhtml plugin, which is available at
http://http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/yhtml
You can also get my other plugins, specificlly: the pre-alpha
administrative console (AJAX-based scaffolding engine),
acts_as_automatic, which allows you to define associations in a single
yaml file, and not need to define has_many, has_one, belongs_to, or
acts_as_list at
http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/
Incidentally, the code in the plugins directly is my own, with the
exception of...