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
0
votes
2 answers

Jammit Warning when deploying Locomotive CMS on heroku

I am trying to deploy locomotive CMS on heroku according to their installation guide http://www.locomotivecms.com/support/installation/heroku. I uploaded the assets to an S3 bucket. So, on localhost it works fine, but when visiting the site on…
hebe
  • 387
  • 1
  • 2
  • 14
0
votes
1 answer

Locomotive CMS and mongoid version

I created few years ago websites based on mongodb 3.4 and "locomotive_cms" gem. My hosting provider upgraded mongodb to 3.6 and my website getting this error when uploading the image file Moped::Errors::OperationFailure (The operation:…
sonic
  • 1,282
  • 1
  • 9
  • 22
0
votes
1 answer

Locomotive CMS :: How to check which DB we are using in website from admin panel

We have a website developed using Locomotive CMS and I have access only to its admin panel. How I will get know whether it is using MYSQL or Mongo DB. I am new to this CMS. Could you anyone guide me on this. Thanks in advance!
Alekhya
  • 147
  • 11
0
votes
2 answers

"bundler: failed to load command: thin" on Heroku

I'm using Ruby 2.2.7, and Rails 3.2.21, and trying to deploy an with gem: locomotive_cms of version: ~> 2.5.7 on Heroku, and it gets deployed successfully, but I'm facing the following error: 2017-08-12T23:33:13.732440+00:00 app[web.1]: bundler:…
Arslan Ali
  • 17,418
  • 8
  • 58
  • 76
0
votes
1 answer

Rails 4 and Locomotive cms workarounds?

I want to try Locomotive CMS, while I was installing it, I realised that only runs with rails 3+ version no 4. As I am currently working in a couple of other apps in rails and I am pretty new to it, I was wondering if is there any way to run one…
0
votes
2 answers

Remove slug name from url locomotivecms

How can I remove slug name from URL? I have URL with parent page: host_url/home/index but I need this to be as host_url/index #without parent slug name
0
votes
1 answer

How to create a page in locomotive cms without any parent page i.e. no parent

I am using locomotivecms and in locomotive, I have an index with child pages about-us and contact-us. I need to create other pages without parents, but the page URLs are coming out…
0
votes
1 answer

LocomotiveCMS: Page not pushable

I have already asked this on the LCMS Google Group, but the post got 3 views in a week and I can't continue my project with an entire page missing... I have been getting an error when trying to push a specific page on wagon 1.5.4 on…
Pronex
  • 274
  • 3
  • 14
0
votes
1 answer

No such file or directory - assets in LocomotiveCMS Wagon

Getting the No such file or directory - /var/tmp/dragonfly.log error message when trying to access assets from the Public folder. I am running Wagon on Win 8.1, Ruby v2.0.0p451 (2014-02-24) [i386-mingw32], Rails 4.1.6.
dimitry_n
  • 2,939
  • 1
  • 30
  • 53
0
votes
2 answers

Update a field of a content entry in Locomotivecms

In Locomotivecms,I created a content type called "posts" with a field called "views" which is integer. The field "views" are supposed to add 1 incrementally every time the content entry page was visited. I try {% assign post.views = post.views +1…
nicsunboy
  • 1
  • 1
0
votes
0 answers

Booleans with Haml and liquid

in Haml this works perfectly: %input{:disabled => false} but Liquid is on top of it, I have tried this %input{:disabled => {{ isDisabled }} } no success
Alesk
  • 3
  • 2
0
votes
1 answer

Unable to get LocomotiveCMS-Search to work

I am having multiple issues getting locomotivecms-search to run. First one is that after I have added the locomotive-search gem and ran the install with the bundler which has installed the gem, I do not see any changes happening in the back-office.…
iboros
  • 317
  • 2
  • 5
  • 15
0
votes
3 answers

How to create a new content entry via Locomotive CMS RESTful API

I have created a site using LocomotiveCMS, I have created two content types called Photo and Gallery, these content types have a relationship so that I can create image galleries on my site. I am currently looking to use the RESTful API in order to…
Aaron
  • 49
  • 1
  • 8
0
votes
1 answer

using Bourbon with wagon ( Locomotive CMS )

Is it some possible way to make work Bourbon with wagon of Locomotive CMS ? I added a bourbon and neat gems to Gemfile of wagon but after bundle install and starting server i got this : File to import not found or unreadable: bourbon. Load…
sonic
  • 1,282
  • 1
  • 9
  • 22
0
votes
1 answer

Haproxy issue with Openshift

I am running a multisite instance of Locomotive CMS on a scalable Openshift cartridge. The issue I am having is that haproxy sends GET requests to the root of each Apache instance, returning an erroneous 404, because no host is specified. Locomotive…