aboutsummaryrefslogtreecommitdiffstats
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
* Fix export of category title and slug.HEADmasterHarald Eilertsen2021-06-061-1/+1
| | | | For some reason these are not exported by the default implementation.
* Refactor export script, and produce nicer yaml.Harald Eilertsen2021-06-061-15/+31
| | | | | | | | Don't use serialized ruby object format for users and categories, just list the attributes as separate keys under the object identified by it's slug. Also properly export yaml frontmatter for posts.
* Export users + categories in addition to postsHarald Eilertsen2021-06-041-2/+14
|
* Add script to export blog posts as html with frontmatter.Harald Eilertsen2020-05-071-0/+37
|
* Emergency fixes to make hmno run on freebsd 12.Harald Eilertsen2019-08-061-1/+1
| | | | | | | Upgrade to use Ruby 2.5.5. Use patched version of rails/activerecord/postgres-adapter that should fix compatibility with Ruby 2.5. Patch Arel inline to be compatible with Ruby 2.5.
* Add license header to files.Harald Eilertsen2018-06-172-0/+30
|
* Don't install docs for bundler in setup script.Harald Eilertsen2018-04-171-1/+1
|
* Fix bootstrapping vagrant environment.Harald Eilertsen2018-04-011-1/+10
| | | | | | | - 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.
* Add simple year review script.Harald Eilertsen2015-12-281-0/+18
|
* Don't install production gems in dev mode.Harald Eilertsen2013-04-191-1/+1
|
* Create development setup script.Harald Eilertsen2013-01-281-0/+6
| | | | | | 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.
* Initial commit.Harald Eilertsen2013-01-251-0/+6