Discussions

Ask a Question

Can I send only 1 set of content entries (1 table)

I have a set of content entries that I want to use (US States) and I want to push only it to production. Everything I do, I either send all the content entries across all models, or nothing. Is sending only 1 table even possible?

SSL certificate

Hello, in my acces points i have define my domains in www.qualimetrie.com I want to activate the SSL for this domain and for both qualimetrie.com and www.qualimetrie.com. Can you help me ? Thank you best regards -- Bonjour J'ai configuré le nom de domaine sur www.qualimetrie.com dans la partie access points. J'aimerais activer le certificat SSL pour le domaine que ca soit avec ou sans les www. Pouvez-vous m'aider ? Merci cordialement, Morgan GELDOF Responsable communication Qualimetrie

where to add template for v4

hello we write site template for locomotivecms v4.0.0.beta2 it is landing page and use bootstrap 4 https://github.com/EBII/site-templates/tree/v4.0.x/landing-v4 review or comment welcome which branch to pull request ? master one ? regards MonsieurB

Please fix "Deploy on Heroku"

I tried installing using the instructions found in https://doc.locomotivecms.com/v4.0/docs/heroku . It seems it would be an easy change to switch ruby version to a version that Heroku supports: https://devcenter.heroku.com/articles/ruby-support#supported-runtimes Heroku returns this log: -----> Ruby app detected -----> Compiling Ruby/Rails Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.2.2.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3. Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.2.2.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3. ! ! An error occurred while installing ruby-2.2.2 ! ! This version of Ruby is not available on Heroku-18. The minimum supported version ! of Ruby on the Heroku-18 stack can found at: ! ! https://devcenter.heroku.com/articles/ruby-support#supported-runtimes ! ! Push rejected, failed to compile Ruby app. ! Push failed

Could we add a section in the "Guides" section for engine_overrides ?

I am using an engine_overrides.rb initializer according to old Locomotive CMS docs to allow special theme extensions upload (json, XML etc..). After a little struggle with the engine_overrides.rb initializer in v3.4.1, I found out that method extension_white_list had been deprecated in favor of extension_whitelist in recent versions of CarrierWave. Changing the function name in engine_overrides.rb to extension_whitelist did solve the problem. I would be ok to write updated instructions on how to configure custom extension_whitelist in Locomotive if needed (just point me where).

Hiding untranslated pages

Hi, I cannot seem to find how not to display untranslated pages. If the page is not translated it should not be accessible and visible in the menu, but instead I get the page in default language. Is there some setting to change this behavior? In fact I would even need possibility to hide the page if translation exists but it is not finished yet. Thanks

ArgumentError in Locomotive::ContentAssets#index

Hi This might be really obvious but I don't get it - it all works perfectly, I had no problems installing both locally and remotely. When I create a new site and attempt to add media it throws that error. > nil is not a valid asset source the remarkable thing is that I can even see the file in the file system, additionally if you upload an image directly as a content type - that works perfectly as well. To further confuse matters, uploading assest to my local engine works perfectly fine as well! Hope somebody can help! MB

After deploy => URI::InvalidURIError

this is first deployement of shopinv and deploy template that work in wagon. any idea ? Extracted source (around line #67): ] else raise InvalidURIError, "bad URI(is not URI?): #{uri}" end end does proxy can use https or need to be set by locomotive to force https ?

How to remove editable_elements in index?

Hello, I am not able to remove the edtable_elements from my home page or remove the home page. I have tried with: ```bash bundle exec wagon delete production page index ``` It gives me the following error. ```bash bundler: failed to load command: wagon (/Users/....../.rbenv/versions/2.5.3/bin/wagon) Locomotive :: Coal :: UnauthorizedError: Unauthorized ``` ```bash bundle exec wagon deploy production -r pages -d ``` Thanks

How can I change the destination where back ups are stored?