Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geddy gen auth --swig broken #23

Open
admc opened this issue May 3, 2014 · 0 comments
Open

geddy gen auth --swig broken #23

admc opened this issue May 3, 2014 · 0 comments

Comments

@admc
Copy link

admc commented May 3, 2014

To get it to work, I had to do the following:

  • clone geddy from source
  • vim ./gen/jakelib/auth.jake
  • disable geddy from uninstalling geddy-passport (comment lines 73/74 and add installPackages();
  • create the directory app/helpers/passport
  • cd lib/passport
  • cp *.js ../../app/helpers/passport
  • rename app/views_swig/users/_form.html.swig to app/views_swig/users/form.html.swig

Looks like some directories were re-arranged and not taken into account in the auth.jake, also the form files in all the template view folders need the _forms renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant