Giter Site home page Giter Site logo

helloworld's Introduction

Sample App, more to follow, not yet useful for anything

Setup

Clone Helloworld:

git clone [email protected]:innoq/helloworld.git

Bundle dependencies:

bundle install

Create and initialize Database

bundle exec rake db:setup

Popoulate some data:

bundle exec rake db:populate_pexels

Run the server:

rails server

Deployment

bundle exec cap innoq deploy

TODO

  • Status
  • Layout & CSS
    • Dashboard
    • Forms

Later:

  • Messages

Heroku

Add S3 config to Heroku:

heroku config:add S3_BUCKET=helloworld_uploads S3_KEY=XXX S3_SECRET=XXX

helloworld's People

Contributors

tillsc avatar stilkov avatar youngbrioche avatar fnd avatar bodewig avatar

Stargazers

Phillip Ressler avatar Philipp Haussleiter avatar

Watchers

Thomas avatar James Cloos avatar Phillip Ressler avatar  avatar

Forkers

macressler

helloworld's Issues

passwords are stored in plain text upon registration

After registering via /auth/register, the application throws all sorts of weird exceptions (that's how I broke http://helloworld.innoq.com just now).

Turns out that new users' passwords are stored in plain text, whereas the seed data appears to contain hashed passwords.

A brief comparison of lib/tasks/populate.rake and app/controllers/auth_controller.rb appears to confirm this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.