Author Archives: jen
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
Mine’s Bigger Than Yours
First, let me preface by saying, I am not a “fangirl” of anything. I own 2 Macs, an AppleTV, an iPod, an iPad, and lots of other random techie gadgets that didn’t come from the brilliant minds in Cupertino. I … 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