DISQUS

ZachInglis.com: Introducing Holler

  • Soleone · 1 year ago
    Hey! Looks nice, but after downloading and migrating the DB I get the following error, when trying to signup:

    "uninitialized constant Authentication::ByPassword::ModelClassMethods::REST_AUTH_SITE_KEY"



    When I set this Constant to any value, I get the next Constant-error:

    "uninitialized constant Authentication::ByPassword::ModelClassMethods::REST_AUTH_DIGEST_STRETCHES"

    So I set this to 1, and try again:

    When I add a new Status, I get a template error:

    "Missing template statuses/create.html.erb in view path ~/holler/app/views"


    Also the "Log In" with the black background is laying above the "Login" label, so some CSS refining is needed there.

    Just some quick notes to help to improve the app! I will get back in a few weeks :)
  • Brian · 1 year ago
    Just to confirm the above, I get the same errors.
  • Zach Inglis · 1 year ago
    @Soleone - The constant issue is a restful_authentication issue but I will look into it. The template error is fixed in the latest build (as of 5 seconds ago) and I will look into the Login CSS.
  • James Smith · 1 year ago
    Just curious if anyone figured out the restful auth problem. Currently excited about the possibility of using this in our dept.
  • Brian · 1 year ago
    Yeah, you need to define those files in the initializers directory (the default file name is site_keys.rb). Check out the example in the latest repository.
  • Zach Inglis · 1 year ago
    Soleone, All those issues are fixed :)
  • James Urquhart · 1 year ago
    Hey Zack,

    Wow. I've been looking for an open Twitter-like app for a while now, and Holler seems to be just the thing i need.

    Might even fit in nicely with my Backpack-like "clone", which if you look, you might find on GitHub... :)

    Keep up the good work!