Questions tagged [locomotivecms]

LocomotiveCMS is a CMS that is based on Ruby on Rails.

LocomotiveCMS is a CMS that is based on Ruby on Rails. LocomotiveCMS allows you to create custom models. It uses MongoDB for storage. Offers a very stylish back office, that's easy to use for content editors.

Look at locomotivecms.com for more info. There is also a good unofficial getting started guide.

This tag is a good fit for questions about

  • Configuring LocomotiveCMS
  • Using wagon to edit themes
  • Deploying LocomotiveCMS
  • Customizing LocomotiveCMS
92 questions
9
votes
0 answers

locomotive cms Assets missing from backend

I know It's better to use this cms on a Virtual machine, with some OS like linux, etc. (because this command: $ wagon serve doesn't run on windows at all) I decided to use nitrous io and it's working really good (on a ubuntu os) the only problem is…
meligatt
  • 121
  • 5
6
votes
6 answers

Give Liquid-templated a class in Locomotive

I have the following liquid markup: {{ 'image.jpg' | theme_image_tag }} and it renders like, How to add a class or whatever option to it? I want it to render like:
aouaou
  • 61
  • 3
6
votes
0 answers

CMS for Rails 4 + Ember.js

Is there a Rails gem that adds content management functionality to an existing Rails 4 application, which can be used for an Ember.js front-end via RESTful webservices + JSON?
5
votes
2 answers

Installing a CMS Engine with Ruby on Rails. (Locomotive)

Locomotive as an open source CMS for ruby on rails, which I'd like to install. I've got on well with their 'getting started' projects, but I'm having trouble installing the Locomotive CMS Engine. Here's a link to the…
Starkers
  • 10,273
  • 21
  • 95
  • 158
5
votes
1 answer

Locomotive Editor throws 'NoMethodError' when trying to loop over a model's entries

So I'm using Locomotive, the Ruby on Rails CMS, and its editor to create a blog. In the Locomotive backend I made a model with the slug 'posts' containing a could blog posts. Then, in my index.liquid file I'm trying to loop over the contents of the…
alt
  • 13,357
  • 19
  • 80
  • 120
4
votes
1 answer

Unable to run Mongo shell (Mac)

I'm new to web development and I wanted to get started with some RoR (using Locomotive CMS). One of the things Locomotive asks for is to have Mongodb. I installed using homebrew by following this link…
Sagar
  • 555
  • 9
  • 24
4
votes
1 answer

How can I get rmagic 2.12.2 installed on os x 10.8.3

I am trying to install the locomotive gem into my rails app. It has a dependency to use rmagick gem 2.12.2 I successfully installed the latest version of rmagic 2.13.2 but apparently the older version that the gem requires has some sort of path…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
3
votes
1 answer

Multiple select field in LocomotiveCMS?

I need to set up a field in LocomotiveCMS that is similar to Select but allows multiple selections. Something like in HTML... does LocomotiveCMS allow for that, or will I have to do some ruby coding to get that to work? Any help would be…
Ghan
  • 797
  • 8
  • 28
3
votes
2 answers

Failing to install Locomotive CMS at bundle exec

I'm trying to install LocomotiveCMS and I'm trying to follow this guide: http://doc.locomotivecms.com/guides/get-started/install-engine. I get up to the part where I have to enter in: bundle exec rails g locomotive:install Which then just outputs…
kurisukun
  • 3,149
  • 5
  • 37
  • 69
2
votes
3 answers

Locomotive with mysql

I am planning to use Locomotive for a project...But as the official website says it cannot work with MySQL. However my requirement is to use it with MySQL. Has any one used it with mySQL? Any pointers or advises would be great. Thanks. Cheers, Abi
Abhishek
  • 6,862
  • 22
  • 62
  • 79
2
votes
1 answer

Locomotive CMS: Dynamic with_scope filter on content_type_template page?

I’m working on a Locomotive CMS site and am looking for a way to list posts by categories dynamically. For example I have two data models: Posts and Category The Posts data model has a belong_to attribute associated with Category. I also have a…
2
votes
0 answers

LocomotiveCMS, ajax and pagination

I'm using LocomotiveCMS on a project and I have some doubts on what's the best approach when dealing with ajax requests to the same site. I have a Content Type for a model called reviews. There can be plenty of review entries, so I'd like to show…
faillaceg
  • 21
  • 2
2
votes
0 answers

wysiwyg text editor for Markdown. LocomotiveCMS

LocomotiveCMS seems doesn't have a markdown editor. Can anyone tell me if I can have a fully featured wysiwyg markdown editor? May be someone already has forked and implemented it. Or at least any help would be appreciated.
Jackie Chan
  • 2,654
  • 6
  • 35
  • 70
2
votes
1 answer

LocomotiveCMS has_many/belongs_to not working

For some reason I cannot get the has_many/belongs_to relationship to work. The nested content type does not show up in the parent. Here is what I have: app/content_types/news_photos.yml - article: label: News articles type: belongs_to …
2
votes
1 answer

Listing unique data from liquid objects

I need to be able take a list of objects in liquid and display them on the page in a specific format. If I have an array of objects (pages), I need to be able to print them in the following way: list category names (page.category.name) list each…
miskander
  • 125
  • 8
1
2 3 4 5 6 7