Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.14 KB

Code Climate

RoR Paste - Ruby on Rails Paste#

A simple paste app written (mostly) in Ruby

Dependencies

  • nodejs
  • ruby 2.0 but should work with 1.9 syntax
  • cmake

for mysql w/o local mysql on os x

  • homebrew then run brew install mysql-connector-c

Utilizes

  • Twitter Bootstrap 3
  • Font Awesome
  • Rails 4.1.0.beta1
  • sqlite3
  • Simple Form

Authors Note: In the spirit of OpenSource, some of the code in this app was "borrowed" from code published on the web and from the awesome project Gitlab.

The Gitlab stuff is for GFM Markdown. The other stuff I probably just learned along the way.

You should rename the following to .rb and modify to suit your deploy.

config/deploy/production.template --> config/deploy/production.rb
config/deploy.template            --> config/deploy.rb

Good luck!

P.S. If you fork and modify please give the changes back for all to benefit!

To start a rails server

By default we're using Puma. To start the server

bundle exec rails s Puma