Posted on January 26 2012
COMING SOON TO A BROWSER NEAR YOU!
Posted on December 01 2011
Posted on June 09 2011
Posted on June 03 2011
Posted on April 15 2011
FIRST QUICK LOOK AT EMBER.JS

Wow, new year already and I decided that I really need to post some more blog entries. I realized this morning that I did not post a single blog entry in the year of 2011. So I was working on a project and thought this would be a great time to check out Ember.js. I am a big fan of Yehuda Katz so I wanted to give ember a try. Ember is formally amber.js for a few days but more formally sproutcore 2.
Read morePosted on January 04 2012 by
Brandon Martin
Comments ( 0 )
COMING SOON TO A BROWSER NEAR YOU!

Brandon and I have been working on a new web based application for Realtors over the past year or so. We are focusing our efforts on making it the simplest Realtor application around, so we decided to name her "Picnic".
The idea behind the program is to give our clients the ability to upload their listings to their account at which point Picnic takes over. Once uploaded your listings are syndicated to all major real estate sites, all the while monitored by Picnic. The traffic reports are sent back you, the Realtor as well as your ...
Read more
Posted on December 01 2011 by
Todd Zyph
Comments ( 0 )
SIMPLE AUTH TOKEN EXAMPLE WITH DEVISE

Just trying to play catch up on a number of things. I haven't posted anything in quite a while so I thought I would post something I have been seeing asked a lot on the devise mailing list, how to use :token_authenicatable. I thought I would put up a simple example of how some of the features work. Keep in mind that :token_authenticatable strategy in devise is a set of helper methods to generate and remove tokens, and it also has some callbacks you can use. That's it, from there you need to handle how you want to deal ...
Read more
Posted on December 20 2010 by
Brandon Martin
Comments ( 7 )
MANAGE USERS WITH DEVISE AND CANCAN

So I have been using Devise for all my rails projects that need authentication. I really enjoy working with devise. It has so many awesome features but it is really extendable when needed. One thing that I have been seeing on the mailing list for devise over and over is how an admin role can manage users. I know there is some stuff on the devise wiki about this but I thought why not add some more info and put an example app up on github. There are a few ways that you can achieve this and this is ...
Read more
Posted on October 03 2010 by
Brandon Martin
Comments ( 13 )
JQUERY AUTOCOMPLETE AND MONGOID

When I updated our site to rails 3 I was using the standard rails autocomplete with prototype. Since I wanted to switch to jquery I did a google serach and I found this gem for rails 3 and jquery rails3-jquery-autocomplete but the syntax is different since I am using mongoid. So I modified it to work with mongoid changing the sql syntax to a mongo search syntax. Not sure if there is a big enough need to turn this into a gem and put it up on rubygems but you can find my fork on github if your ...
Read more
Posted on September 09 2010 by
Brandon Martin
Comments ( 2 )