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

Posted in Development, Sencha Touch | 4 Comments

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

Posted in Development, Sencha Touch | 3 Comments

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

Posted in Development, Rails 3 | Leave a comment

Who needs a codesitter?

Not this chick. Sorry Rails, I love you and all, but you have now taken a governmental stance by trying to regulate the output of my HTML and for that, I must say: “Quit it!!”. If you haven’t caught up … Continue reading

Posted in Development, Ruby on Rails | Tagged , | 6 Comments

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

Posted in AJAX, Development, jQuery, Ruby on Rails | Leave a comment