Sha256: 8fb4a4fb9da3f175f3fce35910a76b0dd77479854fa4a287b23adef56cca729d
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 Bytes
Contents
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 4. Migrate database script/migrate 5. Start server script/server 6. Browse to http://localhost:4567/post
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rest_in_peace-0.2.1 | README.markdown |
rest_in_peace-0.2.0 | README.markdown |
rest_in_peace-0.1.1 | README.markdown |
rest_in_peace-0.1.0 | README.markdown |