| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
- just start postgresql instead of restarting everything after install.
- update setup script to install required ruby version and deps if not
installed.
- seed database when running the dev:setup rake task.
|
|
|
|
|
| |
- Wrap text in simple html.
- Assign sidebar position to categories.
|
| |
|
|
|
|
|
|
|
|
|
| |
Run `rake dev:load_sample_data` to populate the database with
sample data. This creates the following:
- The categories [Nyheter, Intervjuer, Anmeldelser, Artikler]
- A "sample user" we can use as the author of posts.
- 5 blog posts in each category.
|
|
|
|
|
| |
Now copies the example refinery core config to the right place. And don't
bomb if database.yml already exist.
|
|
|
|
|
|
| |
Runs bundle install, creates database config and loads the database schema
and initial seed. Should probably be made smarter in the end, but for now
we'll try to get by with this.
|
|
|