Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 989 Bytes

readme.md

File metadata and controls

45 lines (27 loc) · 989 Bytes

Frank Sinatra App

Modular App in Sinatra, based on Soundcloud and the book Jump Start by Darren Jones

Feature:

DataMapper: Small ORM but useful, I think ...

Capybara: Tests with Rack::Test and Selenium support

Sinatra extension for Admin with Datamapper: Admin extension for simple CRUD

Coffeescript: All javascript script written with coffeescript!

Forgery: Easy and customizable generation of forged data, util for specs

Social-url: A simple gem to generate social sharing links for your messages

Bower install assets dependenciess:

bower install

Run with bundle:

bundle install
bundle exec rackup -p 8000