0.0
No commit activity in last 3 years
No release in over 3 years
Minimal web framework with a focus on simplicity. Powered by Sinatra and DataMapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0.9.11
>= 0.10.2
>= 0.9.4
>= 0.2.26
 Project Readme

ReST in Peace

Minimal web framework with a focus on simplicity. Powered by Sinatra and DataMapper.

Setup

Get the Gem

gem install rest_in_peace

Getting Started

  1. Generate the project skeleton rip blogger

  2. Move into the project directory cd blogger

  3. Generate model and controller script/define Post title:string body:string has_many:comments

  4. Add nested resources script/define Comment body:string belongs_to:post

To Deploy To The Cloud

  1. Deploy to Heroku script/cloud

For Local Development

  1. Migrate database script/migrate

  2. Start server script/server

  3. Browse to http://localhost:4567/post