What are the WordPress alternatives for Ruby on Rails?

Ruby on-RailsRubyWordpressContent Management-System

Ruby on-Rails Problem Overview


What are the WordPress alternatives for Ruby on Rails? How do they compare to WordPress?

Ruby on-Rails Solutions


Solution 1 - Ruby on-Rails

Refinery looks really simple but I don't have an in depth comparison to WordPress. Looks like it has a lot less features but likely easier to maintain and extend upon. It's pretty standard to write really crappy code in the WordPress community.

Solution 2 - Ruby on-Rails

I've been using WordPress more or less against my will for about two four years now (since I started using other frameworks (I've started to really love WP again)). I think there is no "good Rails alternative". Of course there are a lot of blog engines but none have as many plugins available or are as well known with clients. Let's be honest, WP has a fantastic front-end, clients seem to like that. The reason "we developers" look for Rails alternatives is obviously because Rails developer aren't comfortable with WP. But there's no platform out there that has the same out-of-the-box completeness and user friendliness as WP. For blog-like purposes that is of course.

Solution 3 - Ruby on-Rails

Publify can be a answer, but I'm not able to compare with WordPress.

Solution 4 - Ruby on-Rails

You may want to look into Wordscript ; it includes API's written in Ruby and PHP that connects to existing WordPress databases and returns json structures (made from generated SQL).

Useful if you want to keep full administrative features of WordPress, and have a somewhat simple WordPress site. Neither version requires WordPress to be installed locally, but you can't really do anything administrative with the api or comments/custom fields (yet). Also the API is much faster and consumes a fraction of the resources WordPress would.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionOlivier LalondeView Question on Stackoverflow
Solution 1 - Ruby on-RailsTonyView Answer on Stackoverflow
Solution 2 - Ruby on-RailsJasper KennisView Answer on Stackoverflow
Solution 3 - Ruby on-Railskinnou02View Answer on Stackoverflow
Solution 4 - Ruby on-Railsredcap3000View Answer on Stackoverflow