Gavin Morrice

Results 28 comments of Gavin Morrice

I have no idea what's wrong here - the problem goes away if I copy/paste row.rb into my own application. I didn't change it in any way, I only copied...

@sergey-alekseev - thanks for the suggestion I'd like to support as many DMSs as possible. We'll look into Mongoid as soon as we get a moment. Pull requests welcome too...

Hi all We have no plans on implementing this ourselves at the moment, as Mongoid is not something Katana Code uses. I'd welcome a pull-request if anybody else was interested...

I actually think Blogit should become more modular. Instead of trying to provide everything under one app. `blogit-mongoid` should be a separate gem I'm also thinking of pruning out the...

@glaszig Thanks for doing this. I'll get back to you ASAP with these PRs.

Yes, we're working on a new major version now. This should be available in February. What are the problems you're having just now?

@mices Sorry, but we won't be able to look into these issues for at least a week. If you're happy to wait, I'll get back to you as soon as...

@davestephens Sorry for the long delay on this one. We've been swamped with work and Blogit has been on hold. I think RRSSB is a brilliant solution and I'd welcome...

You should have mounted the `Blogit::Engine` in your routes as described in the README. e.g. ``` ruby mount Blogit::Engine => "/blog" ``` Whatever path name you've defined there will be...

Looks like you're using an old version of blogit `0.8.0`. Please try installing `1.1.0` and try again?