Thanks Joel for the feedback, I made the changes you suggested and
added another lesson. I am going to try and add one a day.
As for the before_filter thing. I was on rails 1.2 up until a couple
of weeks ago and I didn''t need to do what you mentioned. And looking
at the Facebooker code, it does exactly what you are doing manually
def ensure_application_is_installed_by_facebook_user(options = {})
before_filter
:ensure_application_is_installed_by_facebook_user, options
end
I wonder what is going on there.
Dave
On Feb 11, 2008 7:19 PM, Joel Nylund <jnylund at yahoo.com>
wrote:> Dave,
>
> this is awesome! I wish I had it a few weeks ago when I was starting
> Facebooker! Very Cool!
>
> Couple small things:
> - invite your friends skip button doesn''t go anywhere for me.
(didnt
> know if there was another tutorial)
> - missing ''e'' on your text next the users at top of
invite friends
> ("th users")
>
> also, im not sure if its a rails 2 thing or what (and maybe some of
> the gurus on this list can enlighten me) , but in rails 1.2, I had to
> add an actual before_filter to add an :except clause. Im not sure the
> diff between:
>
> ensure_authenticated_to_facebook [:except =>
''add_facebook_application'']
>
> and
>
> before_filter :ensure_authenticated_to_facebook [:except =>
> ''add_facebook_application'']
>
>
> Joel
>
>
>
> On Feb 11, 2008, at 6:31 PM, David Clements wrote:
>
> > Hey All,
> >
> > I have been working on a a Facebooker Tutorial application. The main
> > idea is to take all these code snippets that I create answering
> > questions, or testing out functionality and wrap them up into mini
> > lessons. All the code examples in the tutorial are live and come
> > direct from the file system. What I have so far is just the start, I
> > have another 10 - 15 examples on my filesystem that I need to pull
> > together.
> >
> > I would love some feedback if anyone has any time.
> >
> > http://apps.facebook.com/facebooker_tutorial/
> >
> > Don''t worry you don''t have to invite 20 friends to
check it out, :)
> >
> > Thanks,
> >
> > Dave
> > _______________________________________________
> > Facebooker-talk mailing list
> > Facebooker-talk at rubyforge.org
> > http://rubyforge.org/mailman/listinfo/facebooker-talk
>
>