Rest Scaffold with Flex

Posted by Krzysztof Rączkiewicz Sat, 07 Apr 2007 12:30:00 GMT

Hi, if we are to touch upon the issue of scaffolding then I found Flexible Rails. As the author say it’s

“Flexible Rails approach is to scaffold REST controllers and generate Flex (swf) views from models including validations. Use generators to create the .mxml and .as code. Use Rake to compile .swf and publish assets.”

I’ve also found news about it on Eribium site (check out the comments).

Looks interesting.

Tags , , , , ,  | no comments

Scaffold and Administation stuff

Posted by Krzysztof Rączkiewicz Wed, 04 Apr 2007 14:43:00 GMT

Few days ago I’ve showed you how to quickly prototype your Rails application. Yesterday guys from Polish Ruby on Rails forum point me to some other projects. They not only help you build interface for your models but some of them support authorization/authentication stuff. Those are:

  • auto-admin, which can be used for generating administration interface and is inspired by Django project;
  • goldberg can provide your application security, site navigation and content management;
  • hobo deliver tools for building Ajax interfaces, switchable themes and more. You can also watch very interesting screencasts ;
  • and finally ajuby.

Tags , , , , , , ,  | no comments