nolyoi / blog-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 https://dansup.github.io/bulma-templates/.

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 http://127.0.0.1:3000/posts to see posts and go to http://127.0.0.1:3000/admin to create new posts.

About

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


Languages

Language:Ruby 43.3%Language:HTML 34.8%Language:CSS 13.7%Language:JavaScript 8.1%