2013-10-20 20:31:27 -06:00
2013-06-25 17:29:38 +02:00
2013-04-19 19:14:51 +02:00
2013-07-19 20:02:23 +02:00
2013-04-19 19:14:51 +02:00
2013-10-20 20:31:27 -06:00
2013-04-19 19:14:51 +02:00
2013-06-13 18:41:38 +02:00
2013-04-20 11:38:13 +02:00
2013-10-20 20:31:27 -06:00
2013-07-19 20:14:29 +02:00
2013-04-19 20:06:41 +02:00
2013-04-20 11:38:13 +02:00
2013-09-28 13:07:20 +02:00
2013-05-02 11:41:41 +02:00
2013-10-20 20:31:27 -06:00
2013-09-28 13:07:20 +02:00
2013-04-20 11:38:13 +02:00
2013-04-19 19:14:51 +02:00
2013-07-19 20:02:23 +02:00
2013-09-28 13:07:20 +02:00

Starter App Build Status Dependency Status Code Climate Coverage Status

This is a starter web application based on the following technology stack:

Starter App is deployable on Heroku. Demo: http://ruby2-rails4-bootstrap-heroku.herokuapp.com/

Gemfile also contains a set of useful gems for performance, security, api building...

Nitrous.IO

Starter App supports online development on Nitrous.IO.

You need:

  • A Nitrous.IO box with at least 512MB of memory.
  • Two "Dev Plan" heroku databases (one for development and one for test)
  • The following environment variables on your Nitrous.IO box's .bashrc:
    export STARTER_APP_DEV_DB_DATABASE=YOUR_DEV_DB_DATABASE
    export STARTER_APP_DEV_DB_USER=YOUR_DEV_DB_USER
    export STARTER_APP_DEV_DB_PASSWORD=YOUR_DEV_DB_PASSWORD
    export STARTER_APP_DEV_DB_HOST=YOUR_DEV_DB_HOST
    export STARTER_APP_DEV_DB_PORT=YOUR_DEV_DB_PORT
    
    export STARTER_APP_TEST_DB_DATABASE=YOUR_TEST_DB_DATABASE
    export STARTER_APP_TEST_DB_USER=YOUR_TEST_DB_USER
    export STARTER_APP_TEST_DB_PASSWORD=YOUR_TEST_DB_PASSWORD
    export STARTER_APP_TEST_DB_HOST=YOUR_TEST_DB_HOST
    export STARTER_APP_TEST_DB_PORT=YOUR_TEST_DB_PORT
    

A guide for creating heroku databases and edit .bashrc on Nitrous.IO is available here: http://help.nitrous.io/postgres/

Description
Bike!Bike! Website!
Readme 384 MiB
Languages
Ruby 44.4%
Haml 22.9%
SCSS 18.2%
JavaScript 7.3%
Gherkin 6.5%
Other 0.6%