search for: visualjquery

Displaying 6 results from an estimated 6 matches for "visualjquery".

2007 Jan 22
0
what is the Admin Console repository
hi, I try to access the page http://trac.visualjquery.com/admin_console and this repository http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/admin_console/ and i can''t. How i can install the plugin? Thanks in advance, Benjamin --~--~---------~--~----~------------~-------~--~----~ You received this message be...
2006 Aug 07
2
Administrative Console Update
...o the way the Engine gets its stylesheets. Rather than include them directly in the helper that produces the list and forms, I now require that you include those files in the default layout. I will be committing the revision sometime tonight, and you''ll be able to get it at http://trac.visualjquery.com/admin_console I will also be doing a screencast of the Admin Console in the next couple of days. Also, if anyone''s interested in helping with the development, please contact me offlist at wycats :AT: gmail :DOT: com -- Yehuda Katz -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
5
Administrative Console Screencast
The first administrative console screencast is now available at: http://screencasts.visualjquery.com/demo1/ I''ve posted a bunch about the Admin Console, but it''s essentially an automated scaffold that works as an engine. The screencast is a quick overview of the minor things you''ll need to do in models, environment.rb, and others, as well as ::drumroll:: a demo o...
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...
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 associations instead of inside each
2006 Jul 21
4
pre-alpha Rails Admin Console
Hey all, I have released some pre-alpha code for my Administrative Console which I''ve been talking about for the past few days. The admin console, autoDB, provides and AJAXed, automated scaffolding-type system that''s pretty and very customizable. More details at http://trac.visualjquery.com/admin_console/ and my original post from last week, which has screenshots and some more details, is at http://www.yehudakatz.com/admin-console. That site is a bit outdated, but you can get a sense of what the project is about. Interested folks should definitely take a look. That said, it...