Updated Evening With ChicagoBoss

61 views
Skip to first unread message

rambocoder

unread,
May 7, 2012, 9:41:52 PM5/7/12
to chica...@googlegroups.com
Hey everyone, I updated evening with ChicagoBoss tutorial on GitHub

https://github.com/evanmiller/ChicagoBoss/wiki/An-Evening-With-Chicago-Boss

What's awesome about this tutorial, there is a great section in it about Authentication with CB.

Feel free to run thru the tutorial and post comments in case I missed things.

-rambocoder

PS: The more tutorials the better.

rland...@gmail.com

unread,
May 9, 2012, 10:50:33 AM5/9/12
to chica...@googlegroups.com

Good stuff! Thanks for updating it. Nice blog too, btw!

Kai Janson

unread,
May 17, 2012, 9:22:44 PM5/17/12
to chica...@googlegroups.com
Hi Rambocoder!

I just read thru a section of the tutorial that you brought up to speed.

I think there's a slight oversight in here:

For our application, we’re going to make voters belong to Ward Bosses. Open up model/voter.erl and add an attribute called WardBossId which will tell us which Ward Boss a voter belongs to. The file should end up looking like this:

-module(Id, FirstName, LastName, Address, Notes, WardBossId]).
-compile(export_all).
I do believe it should be:

For our application, we’re going to make voters belong to Ward Bosses. Open up model/voter.erl and add an attribute called WardBossId which will tell us which Ward Boss a voter belongs to. The file should end up looking like this:

-module(voter, [Id, FirstName, LastName, Address, Notes, WardBossId]).
-compile(export_all).
—Kai
Reply all
Reply to author
Forward
0 new messages