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
1 answer

Locomotive CMS with Rails - location for liquid templates

I'm new to both Ruby on Rails and Locomotive CMS, but I'm just starting to create my first site with them. I've got the engine running in a full Rails app (I'm going to need to deploy it on our own server later on). But it's just spitting out the…
poshaughnessy
  • 1,978
  • 3
  • 21
  • 35
0
votes
2 answers

locomotive cms liquid template logic issue

I'm trying to achieve the following result: I have a model for carousel_images, which has_many "tags". I want to only show images in the carousel where the conditions are met. I've tried a bunch of different approaches and the closest I've got to…
Mike
  • 463
  • 3
  • 8
  • 22
0
votes
1 answer

How to setup a basic Locomotive CMS plugin

The question says a 1000 words but what I basically want to do is build a Locomotive CMS plugin and I am stuck at the basics. Which is not such a good thing. I have followed the instructions of this gem because it's the only piece of reference I…
Biketire
  • 2,019
  • 1
  • 23
  • 41
0
votes
1 answer

locomotive working locally, but wont rendering when pushed to heroku

hi i have an instance of locomotivecms loaded locally which is all working perfectly, though when i push the files to heroku i am getting the below errors, and i cant seem to pin point what is causing the app to restart …
Boss Nass
  • 3,384
  • 9
  • 48
  • 90
0
votes
2 answers

How to inherit page from rails application.html to locomotive index page?

I am using locomotive cms for our new project. Which uses rails 3.2.13, Ruby 1.9.3 and mongodb. As client wants to edit some of the pages(around 10), so we decided to integrate locomotive to existing rails app. Problem we found here is not able to…
devudilip
  • 1,270
  • 14
  • 25
0
votes
1 answer

This webpage has a redirect loop - rails locomotive cms engine

I have installed rails locomotive cms engine using this guide http://doc.locomotivecms.com/guides/get-started/install-engine and everything worked fine but when I call the application on chrome browser with http://x.x.x.x:8080/locomotive I get the…
Caner
  • 1,448
  • 23
  • 38
0
votes
1 answer

haml and liquid templates together

i am trying to use haml along with liquid in my recent install of locomotive, the issue i have is getting variables to work with link_to and image_to. below is an example with link_to where i want to get the slug in a loop {% for article in…
Boss Nass
  • 3,384
  • 9
  • 48
  • 90
0
votes
1 answer

Locomotive CMS Liquid template issue

Just upgraded the locomotivecms engine from an older 2.0.x version to 2.1.0 Everything worked great except for tags referencing .css and .js assets Specifically: {{ 'bootstrap.css' | stylesheet_tag }} results in the following error on screen Liquid…
Citrrus-Jason
  • 87
  • 1
  • 8
0
votes
2 answers

Authentication with LocomotiveCMS

I am pretty new to RoR development and newer to LocomotiveCMS...that said, I am trying to build a relatively simple site with LocomotiveCMS. Ideally, I would like to restrict the entire site from anonymous users, and then extend the roles as…
Marc
  • 599
  • 1
  • 4
  • 7
0
votes
1 answer

Is there a way to access a model's fields in liquid templates?

I'm currently playing with Locomotive CMS, and have created a Model via the control panel. Within that model I have created a select menu called "category". It looks something like this in yaml : - category: label: Category type: select …
counterbeing
  • 2,721
  • 2
  • 27
  • 47
0
votes
2 answers

how can I resolve this gemfile conflict

I'm getting this error after bundle install. How can I fix it? Bundler could not find compatible versions for gem "excon": In Gemfile: locomotive-heroku (~> 0.0.2) ruby depends on excon (~> 0.9.4) ruby excon (0.20.0)
David West
  • 2,256
  • 6
  • 32
  • 62
0
votes
1 answer

Rubinius Syntax Errors

While working with LocomotiveCMS using Rubinius I ran into a bunch of syntax errors. All were along the lines of expecting '|'. No one was posting issues about this so I figured I would ask: How do I resolve these issues? Is this a problem with…
Andrew Clarkson
  • 295
  • 1
  • 7
0
votes
3 answers

A Rails CMS that support local theming natively with HAML?

I would like to know if there is any CMS that supports local theme editing ? I mean, one the best rails CMS, locomotiveCMS need an extra paying tool called LocomotiveEditor if you want to code localy, I also tried Refinery CMS, a good one too, but…
0
votes
1 answer

Assigning a custom field date to a variable in LocomotiveCMS

I'm trying to assign a date to a variable, for the purpose of breaking up the layout. Perhaps there's a better way to do this, so feel free to recommend alternatives. I have a model for news_items, with a date field called news_date. I want to go…
Eve Freeman
  • 32,467
  • 4
  • 86
  • 101
0
votes
1 answer

LocomotiveCMS theme files 404 after a while

I'm hosting Locomotive CMS on Heroku, and after a while my uploaded theme files will just be blank. I get a 404 response and the actual files in the admin backend are blank. Anyone had this issue previously?
zkwentz
  • 1,095
  • 5
  • 22
  • 44