Coder Social home page Coder Social logo

stretchy_pants's Introduction

Sinatra Stretchy Pants

An off-the-shelf, ready-to-go project template for Ruby web-apps with user management/authentication built-in. Uses the following projects:

  • Sinatra
  • Mongoid
  • Warden
  • Mail
  • Compass / HAML / SASS
  • HTML5 Boilerplate

No fancy generators or slick Rakefiles, just clone, point Mongoid towards your MongoDB (local or MongoHQ) and commence to hacking. Slim it down or stuff it with pork, Stretchy Pants can adjust to fit.

Stretchy Pants is Heroku Enabled, and will look for MongoHQ info when deployed.

env.rb

The application will look for a file called env.rb where we stash information specific to your app, such as:

ENV['MONGO_HOST']    = '127.0.0.1'
ENV['MONGO_PORT']    = '27017'
ENV['MONGO_DB']      = 'stretchy_pants'
ENV['MONGO_USER']    = 'boss_tweed'
ENV['MONGO_PASS']    = 'singlemaltwhisky'
ENV['PASSWORD_SALT'] = 'sha256_hash_of_something' # IMPORTANT

If you deploy to Heroku you can set these using the Heroku Gem: http://devcenter.heroku.com/articles/config-vars

Todo's

  • Setup a procfile and such for use on Celadon Cedar stack on Heroku

stretchy_pants's People

Contributors

darrenn avatar

Watchers

James Cloos avatar Ismail Moghul avatar

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.