search for: rehfeld

Displaying 3 results from an estimated 3 matches for "rehfeld".

2008 Jan 18
1
Announcing: Ext Scaffold Generator Plugin for Rails
The Ext Scaffold Generator Plugin can be viewed as a drop-in replacement for Rails'' standard Resource Generator. Accepting the very same options, it will generate views using data grid and form components from the Ext JS Javascript GUI framework as well as a controller acting as an Ext-compatible JSON web service. The generated code can be used as a starting point for further
2008 Apr 04
8
Updatable "datagrid" with ajax support? Is there any code/approach I can leverage?
Hi, I want to have a page in my Ruby on Rails application that is like a dynamic / updateable data grid. Like a matrix or spreadsheet segment (x rows, y columns) which one can click in any of the cells and make an update, which triggers some AJAX code to fire off the update, and then the responses come back and update whatever else needs updating based on this change. Is there a prototype
2008 Jan 21
0
Using Amazon SimpleDB with Ruby on Rails via ActiveResource
Just in case anybody want''s to give Amazon''s new (currently in closed beta) SimpleDB web service a test drive with Rails... I just finished work on a Proxy Server bridging the APIs. It''s available as a Rails Plugin: http://inside.glnetworks.de/2008/01/20/bridging-rails-to-amazon-simpledb-using-activeresource/ (also available via