Skip to content

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

Notifications You must be signed in to change notification settings

padrino/blog-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published