Category Archives: Development
Sencha Touch Resource Routing
{EAV_BLOG_VER:c29f605782f81784} In MVC architecture, one of the great perks of routing is once you create the resourceful route, you usually don’t have to think about it again. Set up your actions and views, and you’re ready to go. Sencha Touch … Continue reading
Adding Callbacks to your Sencha Touch Controllers
Short and sweet. I needed a callback in several of my controllers to validate that a user is logged in, and if not redirect them back to the login screen. My file structure for this project looks a lot like … Continue reading
Test your mailers in Rails 3
I don’t blog very often but I felt this was worth posting, since it left me scratching my head for a few minutes… Trying to test new mailers in Rails 3 (v 3.0.3 to be exact) with no real documentation … Continue reading
Updating Multiple DOM Elements (Unobtrusively) with AJAX in Rails
Okay, so you’re like me and you have a complex app that requires AJAX calls to update numerous areas on the page with content from partials. For instance, a date range changes, gets submitted, and that updates a calendar, the … Continue reading