Questions tagged [publify]

Ruby on Rails blogging engine

Publify is an open source blog software written in Ruby on top of the Rails framework.

It was previously known as Typo.

See also

15 questions
6
votes
0 answers

"error":"Incorrect HTTP method for uri [/articles] and method [POST], allowed: [GET, DELETE, PUT, HEAD]","status":405}

I am trying to run elastic search in rails project but getting an error: [ERROR] There has been an error when creating the index -- elasticsearch returned: 405 : {"error":"Incorrect HTTP method for uri [/articles] and method [POST],…
mkp24
  • 125
  • 1
  • 11
5
votes
2 answers

Installing Publify with bundle install, error on bluecloth gem

I'm trying to install Publify web blog CMS 6.0.9 for Ruby on Rails 3.1 on Windows. Every time I try to bundle install Publify, I get the same error message when installing the bluecloth gem: C:\Users\Lunasea\Downloads\typo-6.0.9>gem install…
m_vdbeek
  • 3,704
  • 7
  • 46
  • 77
3
votes
1 answer

Sending first email to admin

I'm trying to make Publify works. There is no email sent even if I told the contrary by the interface. What could be the reason? Why my local server cannot send any email? This happens at the first running of the local server. I am told by the…
Dravidian
  • 31
  • 3
2
votes
1 answer

Cloned a repo, but running into Invalid option key: page_cache_directory= (RuntimeError)?

I cloned a Ruby project called Publify (an open-source blogging platform.) However, when I run rails server, I get the following error (I have copy-pasted the info below the image) > DEPRECATION WARNING: alias_method_chain is deprecated. Please,…
CodeWalrus
  • 5,628
  • 1
  • 16
  • 18
2
votes
0 answers

Installing Publify on an existing Rails app

I am looking to install Publify on an existing rails application. I want to have it use the same database as the rest of my rails application. If anyone could point me to a good guide on how to do so, or has done it themselves, I would appreciate…
Mike S
  • 25
  • 3
2
votes
1 answer

Publify: how to write markdown in Publify?

I want to use Publify to create a new blog. Publify supports various editors (visual, plain HTML, Markdown, Textile) It's great, but I don't know how to create a new article with Markdown systax. I used ,
, {{#markdown}}, 
        
Luu Tuan Anh
  • 503
  • 4
  • 8
2
votes
1 answer

Deploying Publify blog to Heroku causes Application Error

I'm trying to deploy a fresh install of a Publify blog to Heroku. Everything works fine on my local computer. And git push heroku master does not saying anything about problems: Counting objects: 7, done. Delta compression using up to 2…
RunFor
  • 555
  • 3
  • 12
1
vote
2 answers

Grabbing the right article ID to merge articles with in Publify

I'm implementing a feature that allows Publify to merge two articles. On the admin page I created the following form (I'm not sure this is correct for what I'm after), which ultimately should allow one to input another article's ID and merge it with…
Anconia
  • 3,888
  • 6
  • 36
  • 65
0
votes
2 answers

How to mount Publify at "/blog" instead of at root path?

Publify is the perfect gem for my needs at the moment, except I cannot figure out how to move it to "/blog". I changed root "articles#index to get "/blog", to: "articles#index", but all the internal references to the root path in the application…
Dylan Richards
  • 796
  • 3
  • 9
  • 26
0
votes
1 answer

Rails publify error when running rake db:migrate db:seed on heroku

I'm getting this error when I run rake db:migrate db:seed on heroku for my rails publify blog rake aborted! ArgumentError: Missing required arguments: aws_access_key_id,…
Eli
  • 299
  • 5
  • 18
0
votes
1 answer

Heroku Failed to Install gems via bundler error with Publify

I am trying to host a RoR app with Publify gem via heroku. However I keep getting the following error. I have followed the instructions on Publify's github page concerning heroku, https://github.com/publify/publify. Another interesting thing is that…
0
votes
1 answer

How can I install Publify (Typo) on an existing site?

How can I install Publify on an existing rails app in the subdirectory /blog? I am running rails 3.2. Can anyone help? Or at least point me in the right direction? Thanks! A similar question was asked, but never answered here.
tob88
  • 2,151
  • 8
  • 30
  • 33
0
votes
1 answer

How to configure the database.yml file is using PostgreSQL if using Publify on Heroku?

I am following along to the tutorial at http://fdv.github.io/publify/#publifydemo but all it says is Rename database.yml.yourEngine as database.yml Edit database.yml to add your database name, login and password. So I renamed…
JGallardo
  • 11,074
  • 10
  • 82
  • 96
0
votes
0 answers

Installing the Social Bookmarks plugin for Publify blog

I'm trying to install and configure the social bookmarks plugin for the Publify blogging engine, but I'm just getting an error when the page loads. I've unzipped the plugin to /vendors/plugins/social-bookmarks I've added the following to my template…
Luke
  • 3,481
  • 6
  • 39
  • 63
0
votes
1 answer

Publify push to Heroku is rejected with invalid RUBY_VERSION

I'm getting the following message when I push to Heroku: Invalid RUBY_VERSION specified: Unfortunately,-a-fatal-error-has-occurred.-Please -see-the-Bundler-troubleshooting-documentation-at-http://bit.ly/bundler- issues.-Thanks! ! Valid…
whitesiroi
  • 2,725
  • 4
  • 30
  • 64