Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blogit engine on heroku wont display blogs #43

Closed
dasibre opened this issue Aug 15, 2013 · 5 comments
Closed

blogit engine on heroku wont display blogs #43

dasibre opened this issue Aug 15, 2013 · 5 comments

Comments

@dasibre
Copy link

dasibre commented Aug 15, 2013

I can't seem to figure out why, I'm unable to get the posts index to show up on heroku. Heroku logs show a router error
heroku[router]: at=info method=GET path=/blog/posts/

I can get to the index when there are no posts in the database. The moment i add a new post, i get the routing error. Is it a database issue, as heroku uses pg and i'm using sqllite on my dev machine.

NOTE:
I'm using active_admin with blogit, everything works fine on my local machine. I can add new post, edit, delete, view index page of posts. Would appreciate any help i can get..

@Bodacious
Copy link
Owner

@dasibre Are you still having this issue?

Could you give us more info? I've never worked with Heroku before

@philou
Copy link
Contributor

philou commented Aug 19, 2013

Hi,

My app embeds the blogit engine and runs on heroku without issue. I can
have a look at my code tonight to see if I did something special though ...

Philippe
Le 19 août 2013 14:46, "Gavin Morrice" notifications@github.com a écrit :

@dasibre https://github.com/dasibre Are you still having this issue?

Could you give us more info? I've never worked with Heroku before


Reply to this email directly or view it on GitHubhttps://github.com//issues/43#issuecomment-22869058
.

@Bodacious
Copy link
Owner

Thanks @philou

@philou
Copy link
Contributor

philou commented Aug 19, 2013

It seems i had some routing errors when I first tried blogit. I even bloged
about it
http://Philippe.bourgau.net/rails-urlhelpers-mixup-when-using-rails-engin/

Hope this helps
Le 19 août 2013 14:54, "Gavin Morrice" notifications@github.com a écrit :

Thanks @philou https://github.com/philou


Reply to this email directly or view it on GitHubhttps://github.com//issues/43#issuecomment-22869483
.

@dasibre
Copy link
Author

dasibre commented Aug 19, 2013

Thanks so much for the, responses.....i looked at the heroku logs and realized the issue was already addressed. It was related to the markdown parser which required Pygment to be installed.

@dasibre dasibre closed this as completed Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants