Tag Archives: ajax

Active Scaffold Ajax CRUD Interfaces for Ruby on Rails

This could be most useful in the near future… Most web applications have many more model objects exposed on the backend, or admin side, than they do on the front. Coding interfaces for all those models is redundant and a … Continue reading

Posted in ruby, snippets | Tagged , , , , | Leave a comment

Adding/Deleting Rows in TableKit Tables Revisited

TableKit is a great javascript library for making your HTML tables fully editable. However, one problem is that you can’t add or delete rows from the tables… I came up with a solution to this not so long ago, but … Continue reading

Posted in javascript, noteworthy, perl | Tagged , , , , , , , | 7 Comments

Making Editable Tables With Catalyst and TableKit

Catalyst is an MVC web-development framework for Perl, very similar in concepts, ideas (and even some of the implementation) to Ruby on Rails. I’m using Catalyst a lot in my job now, and one of the first challenges that i’ve … Continue reading

Posted in javascript, noteworthy, perl | Tagged , , , , , , | 1 Comment