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
- Host: GitHub
- URL: https://github.com/padrino/blog-tutorial
- Owner: padrino
- Created: 2017-05-20T17:38:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T11:24:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T23:33:15.899Z (9 months ago)
- Topics: blog-tutorial, padrino
- Language: JavaScript
- Size: 460 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.