blogit
blogit copied to clipboard
A mountable Rails blogging engine
When i execute bundle install the Resolving dependencies part don't end. I waited for over an hour and and command did not finish executing. Why is this happening and how...
Hi Gavin, great gem. Thanks for maintaining this. I'm using rails 3.2 I'm trying to add it to my existing project. I did the installation properly as detailed in the...
this adds tests for rails 5.1. unfortunately, controller testing changed quite heavily (they're integration tests by default) so those won't run on anything < 5 anymore. not sure how you'd...
Today is Feb 23rd If I create a post it says written by ... on March 23rd ... I haven't been able to find where the created_at is being set...
I wanna let users have blog settings like title and description of the blog itself rather than individual posts I see posts belongs_to :blogger, :polymorphic => true but there's no...
at what path?
I couldn't get this to work with any rails version Have you considered upgrading it
I have followed the instructions, but when I visit http://localhost:3000/blogs, I get a blank screen, nothing, what is expected to be seen?
Please, make a demo app without customization on Heroku. It can help other developers to see UI and components which exists in the engine.