Posts Tagged as ‘RJS’

June 24, 2006

Ajax On Rails w/Justin Gehtland

Are we still at the point where a talk on ajax must start with the "What is ajax?" question? Well, at least the explanations seem to be getting shorter Justin spent the majority of the presentation showing uncluttered examples of various Rails/Ajax/Prototype capabilities. Auto-complete search, drag-drop, and the like. These were delivered in a "if [...]

May 2, 2006

RJS Templates

I've got my ajax call working fine to update my page… problem is that error reporting is a little hard since I can only update one div using my current process – and it would really look better if I could do two. I've learned my lesson on looking for help and examples. Always look [...]