Skip to content

Latest commit

 

History

History
 
 

padrino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Notejam: Padrino

Notejam application implemented using Padrino framework.

Installation and launching

Clone

Clone the repo:

$ git clone [email protected]:komarserjio/notejam.git YOUR_PROJECT_DIR/

Install

Use RVM or rbenv for environment management.

Install dependencies:

$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ bundle install

Launch

Start built-in web server:

$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ padrino start

Go to http://127.0.0.1:3000/ in your browser.

Run tests

Start functional and unit tests:

$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ padrino rake spec

Contribution

Do you have ruby/padrino experience? Help the app to follow ruby and padrino best practices.

Please send your pull requests in the master branch. Always prepend your commits with framework name:

Padrino: Implemented sign in functionality

Read contribution guide for details.