An open API service indexing awesome lists of open source software.

https://github.com/padrino/blog-tutorial

Update the of the blog tutorial to work with Sequel instead of Activerecord
https://github.com/padrino/blog-tutorial

blog-tutorial padrino

Last synced: 5 months ago
JSON representation

Update the of the blog tutorial to work with Sequel instead of Activerecord

Awesome Lists containing this project

README

          

# Padrino Sample Blog Updated

This is the sample blog that is created by following this Padrino tutorial:

http://padrinorb.com/guides/getting-started/blog-tutorial/

Feel free to download this application or simply browse the source as a great way to get familiar with Padrino!

The theme comes from the blog template under .

# Installation

```
$ bundle
$ bundle exec rake sq:create
$ bundle exec rake sq:migrate
$ bundle exec rake sq:seed
```

Start the app with `bundle exec padrino s`.

Go to to see posts and go
to to create new posts.