Skip to content

kolosekopen/example-basic-jruby

Repository files navigation

Build Status

Basic Rails 4 application.

Deployable to Heroku, includes Redis, Mail, Bootstrap.

The view is implemented using Bootstrap 3.

Gemfile

  • pg for PostgreSQL

For testing and development:

Setting up

  • Make sure you have Ruby version from Gemfile.
  • Please install Redis
  • Install dependencies from Gemfile: bundle install --path .bundle.
  • For Databes export environment variables DATABASE_PASSWORD and DATABASE_USERNAME.
  • $ bundle exec rake db:create
  • $ bundle exec rake db:migrate
  • $ bundle exec rake db:test:prepare
  • Make sure tests pass first
  • $ bundle exec rspec spec/

License

Basic is made by Kolosek IT© 2011-2016 . This repo is free to be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published