Items tagged with ruby on rails

Show:  All  |  Blog Posts

Blog Posts

Page Caching with Dynamic Content in Rails

Jul 1, 2009

I use a lot of page caching to speed up the load time of my Rails apps. I recently ran into a problem, however, where I needed to cache a page which had some dynamic content on it. Specifically, the page in question was a client’s home page:...

Tagged: ruby on rails, page caching, dynamic content, ajax, javascript

Form Validation vs. Correction in Rails

Oct 8, 2008

Developers have a great deal of control over a web user’s experience, and when it comes to validating input forms, opportunities to make things smoother for the user are something every good developer should think about. For example, I am wo...

Tagged: ruby, rails, ruby on rails, validation, correction, forms, user experience