Discussions

Ask a Question
ANSWERED

How to push specific local changed files?

I have known that specific resources such as pages can be pushed to remote, but what can I do if I just wanna push the pages only changed on local not all the pages? Does it exist a design or implementation consideration for wagon that only supports push the specific types of resource?
ANSWERED

Creating related object using a form

So I have an events content_type and an `event` , `has_many` => `open_subscriptions`, so people can go to a page, select an `event`, fill in their info and subscribe to the `event` via the `open_subscriptions`. You can see my form here http://engine.whale-agency.com/locomotive/okarnhem/preview/open-subscriptions/create_application the problem I have is that it creates the open_subscription entry but it doesn't create the relationship to the event and I can imagine it is because of the form and how I am doing the select. Here is a gist with the code of my page with the form. https://gist.github.com/DonKoko/28bc5cc36b2a381c2860b0ee3ecd4841

Concatenating Javascript/Coffeescript

Hey guys. Concatenation of JS would come in very handy for our website, is there a way to use/activcate the Coffeescript concat extension?
ANSWERED

Who use locomotive?

Hello! I really like locomotive and try to push this cms in our company. But my CTO ask who actually uses locomotive. The only one place I found your site - this is several static images with company logos. But i need if possible links to sites developed with CMS, and I could't find them (( Ask for help ))

Engine Installation Issue

I'm running through the installation guide at https://locomotive-v3.readme.io/docs/getting-started-with-locomotive to get Engine up and running on my local machine and getting the following error: ``` $ bundle exec rails generate locomotive:install Could not find generator 'locomotive:install'. Maybe you meant 'coffee:assets', 'model' or 'integration_test' Run `rails generate --help` for more options. ``` Anyone run into this and have a solution. Runnings lastest version of OS X and followed the install guide of wagon at https://locomotive-v3.readme.io/docs to get Ruby and Rails up and running.

Not syncs content_entries

When I do sync from production it just text Syncing ContentEntries and thats all.

Image processing and sizing

Hello, I was experimenting with the demo using the blog template as a solution for a (non-technical) client wanting to post their own blogs. I noticed that when I upload a large image to a blog post it overlaps the edges of the post/page. This is especially apparent when resizing the window for mobile (so setting a width within the image tags doesn't solve the issue). The images don't take into account the size of the page or container they're in at all. Is there something I'm missing or doing wrong? Also, is there a simple way to add image gallery functionality or resizing images within the WYSIWYG editor a-la-Wordpress? Many thanks
ANSWERED

Captcha or reCaptcha

Any way to implement google reCaptcha with this?
ANSWERED

Creating custom functionality

Hi, I really like the look of this CMS and what it is trying to do and hope to use it soon. My question is: Is it possible to create custom functionality ie say I want to include a twitter feed? If it is how would I go about this. I can see how easy it is for the CRUD stuff but bit hazy on new functionality outside of that. Thanks Colin McGowan