Like an asinine phoenix
2014-10-27 8:07pm
—
GrantB.net lives again.
It's all custom built, this time with Ruby on Rails. I've been part of a few big Rails projects at work, and I thought it'd be fun to build something to my own specs instead of a client's.
The page design is not quite where I want it. It's basically there, but there are a half-dozen or so things that aren't right, plus I'm sure it looks like a mess on mobile. But, sometimes you just have to pull the trigger and go live, or else you never will (a lesson one of my clients really needs to figure out).
Other web-dev-dorkery notes:
- Supports writing posts in Markdown via the Redcarpet gem. I've grown to love Markdown.
- No Javascript right now. Javascript can do some really neat stuff now, especially with AngularJS, but I haven't gotten that fancy here yet.
- No Bootstrap. It's nice, but I just felt like doing things the hard way. I've got plans for a future project, where I will use Bootstrap.
- I really like the style on my admin interface, but only I can see it. Hm.
The next high priority is making automated backups. Got burned by this once; not going to happen again.