Displaying 1 result from an estimated 1 matches for "facebook_app".
2007 Dec 20
0
Relative URL fix
...k relative url when needed but not prepend the facebook app
name to controller paths that didn''t have anything to do with your
facebook app.
Here is the current problem:
Take for example a resource named sessions and ENV
[''FACEBOOKER_RELATIVE_URL_ROOT''] = ''facebook_app''. Sessions has
nothing to do with your facebook app yet as Facebooker is written
presently "sessions_path" will produce "facebook_app/sessions/" even
if the sessions controller doesn''t call any of the facebooker
before_filters.
Part of the reason for...