RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Pakyow: Punch Packing Application Framework

I would like to announce Pakyow, a new application framework for Ruby. In Pakyow, view logic is separate from the view, allowing views to consist only of HTML. This allows front-end and back-end development roles to be well defined, leading to better code.

Comments

Seems like an interesting framework, good job! But I’m not sure if I like the idea of separating the view from its logic. It reminds me my old .NET days and all this data-binding stuff. It’s true that it makes the task of managing templates easier for a designer though… since they don’t have to worry about all those programming constructs wrapped around the HTML.

But when the developer is also the designer, it just becomes one more level in the app stack that is not really needed. That’s just my opinion of course.

Regardless, this seems like a great framework. Thanks for the contribution!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in