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

Sending Email from Locomotive CMS with Mandrill

Is anyone familiar with locomotivecms, I am trying to send email with mandrill and nothing makes sense. I am just using there reset email password function as the test before I create models. I assume that locomotive already has everything inplace…
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
1
vote
2 answers

Unicorn rails server running always

I am using unicorn server for locomotive cms installed on digital ocean in ubuntu 12.04. I am wondering how I keep the server running so when I log out of the ssh session the site stays up and running. This is currently the command I use to get it…
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
1
vote
1 answer

LocomotiveCMS - Wagon can't find content_type_template

Can't use events content_type_template. Repeat official tutorial (http://doc.locomotivecms.com/guides/content-types/create), and have error: Page not found. Please help, i'm try resolve this problem 3 hours yet! /app/content_types/events.yml name:…
1
vote
1 answer

Locomotivecms Assets in Production

I have asked this question in the locomotivecms google groups, but haven't gotten any useful response yet. So, trying out here. I have a feeling the issue is not just a rails issue but has something to do with how the locomotivecms engine is…
septerr
  • 6,445
  • 9
  • 50
  • 73
1
vote
2 answers

Assets of LocomotiveCMS App

I have hosted a LocomotiveCMS app on Heroku. I've thereafter been working directly on the Heroku MongoHQ database, and have completed the wesbite. I've then set the development database on my local machine to connect to the MongoHQ database used by…
1
vote
1 answer

Trouble connecting S3 Bucket (EU-Region) to LocomotiveCMS on heroku

I have trouble connecting my locomotiveCMS engine on heroku with my S3 Bucket. I have a EU-Region Bucket and set the heroku vars as following: S3_BUCKET: assets.mydomain.de S3_BUCKET_REGION: eu-west-1 With this setup I get an Error in my HTML…
nbohlen
  • 93
  • 1
  • 7
1
vote
1 answer

Locomotive CMS app crashes after Heroku deploy - Couldn't load redcloth_scan

I have an instance of Locomotive CMS running on Heroku and it has been running fine for about a year. I am the only developer so there have been no deployments since the last working deployment. Yesterday I made an update to the…
RobD
  • 1,695
  • 2
  • 24
  • 49
1
vote
1 answer

Attempting (and failing) to install Locomotive CMS

I'm trying to install Locomotive CMS on a virtual rackspace server using their multisite option. I get as far as running the installation and choosing my first subdomain with no problems. But once I create this, the subdomain address gives a 404…
Max Woolf
  • 3,988
  • 1
  • 26
  • 39
1
vote
1 answer

Locomotive CMS undefined method `count' for nil:NilClass

I am trying to get Locomotive CMS setup and running locally but I am running into this error: NoMethodError in Locomotive/pages#index Showing…
dennismonsewicz
  • 25,132
  • 33
  • 116
  • 189
0
votes
1 answer

Devise + LocomotiveCMS - Remember the page I was trying to visit before being asked to log in

I'm trying to add a simple feature to locomotivecms (github). A very simple feature: currently users are redirected to the "main admin hub" (/admin/) after logging in - even if they were trying to edit a different page. I want them to be directed to…
kikito
  • 51,734
  • 32
  • 149
  • 189
0
votes
0 answers

Heroku LocomotiveCMS site won't run in production - require': cannot load such file -- locomotive/wagon/standalone_server

I'm having a problem with my LocomotiveCMS site crashing whenever I deploy to Heroku. The site is quite old and had been working fine for several years, until I was forced to upgrade to a newer Heroku stack. This required upgrading Ruby and LCMS…
nickhj28
  • 1
  • 2
0
votes
1 answer

Locomotive CMS: Access content_type Entries via API

How can I access content_type entries via Locomotive CMS RESTful API? I can find only limited documentation. I've managed to get my auth token using the following: curl -v -H 'Content-Type: Application/json' -d '{"email":"your@email.abc",…
Luke
  • 4,825
  • 2
  • 30
  • 37
0
votes
1 answer

Locomotive CMS: Dynamically Target content_types with Liquid Variable

I'm building a custom navigation snippet in Locomotive CMS and I want content_type entries to be listed in the navigation along with pages. Specifically (and obviously) I only want entries listed if the content_type has a content_type_template set…
Luke
  • 4,825
  • 2
  • 30
  • 37
0
votes
2 answers

Can't Install / Use LocomotiveCMS Wagon on Windows 10

This started as a question about a specific gem installation issue but I went through so many iterations of issues trying to get this application working on Windows 10 that I decided to alter the question and write a sort of guide. Hopefully this…
Luke
  • 4,825
  • 2
  • 30
  • 37
0
votes
1 answer

Locomotive CMS (hosted): send email upon submission of Content Type (Model) form

I am using the hosted version of Locomotive CMS. Locomotive CMS provides a means by which to collect form submissions and a means by which to send an email using the Actions API. I want to collect form submissions and then send an email to the…
Luke
  • 4,825
  • 2
  • 30
  • 37