-
Hi @parndt @bricesanchez,
Thanks to your help I've got this booting in Rails 5. Having run the CMS generator I noticed,
```
-- You may need to remove 'app/views/layouts/application.html.erb' for R…
-
We use the news extension and have a realurl_conf for the fixedPostVars:
```
'news' => [
[
'GETvar' => 'tx_news_pi1[controller]',
'noMatch' => …
-
speakingurl does a wonderful job of converting virtually any text into a readable and SEO friendly string, suitable for use in a URL. I'm looking forward to replacing various half-hearted attempts to …
-
I have followed the instructions to make refinery work with Rails 5.
My gemfile includes:
```
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'feature/rails-5'
gem 'refinerycms-i18n', gith…
-
Hello.
We just installed this kb a few days ago and as compared to Hazel and Raneto, we love it and decided to move forward with OpenKB. My only issue so far is the inline images from within Chrom…
-
I have simple block helper when using Blaze:
```
{{#if isLiked}}
{{> liked}}
{{else}}
{{> not_liked}}
{{/if}}
```
And when user calls Method to like the **post** their **id** will be add…
-
I have a RefineryCMS 3.x application where I want to start using Bootstrap 4 alpha 5.
The Bootstrap CSS works fine but the application cannot load the bootstrap-sprockets.js or bootstrap.js file:
…
-
Setting up the forum was very easy on my local. Then I got it deployed to a VPS droplet on Digital Ocean with mup. The site shows up and it is adding sign up data to the mongodb but I can't log in wit…
-
How well does this work client side?
I was using `node-slug` but on the client side it requires a 2MB file for utf8 characters to load which isn't realistic.
-