-
After playing around and trying to get Alchemy installed, I've hit the point where I can't figure out what's happened.
Expected Result: I will be able to to go the admin dashboard
Given Result: `unde…
-
Looks like Simplecov 0.8.x, Ruby 2.1.0, and Rspec 2.14 don't quite work together as you would expect. When running `bundle exec rspec` in that environment (with Rails 4.0.2), the exit code when tests …
-
when we integrate cells (https://github.com/apotonick/cells) we get namespace conflicts.
Any suggestions here?
ghost updated
10 years ago
-
I just ran into an issue similar to #500.
In [alchemy.routes.js.erb](https://github.com/magiclabs/alchemy_cms/blob/2.9-stable/app/assets/javascripts/alchemy/alchemy.routes.js.erb) you make routes ava…
-
When I go to integrate Spree with Alchemy, I cannot access the /admin/users even though I do not have the spree_auth_devise gem installed because of this line in the api routes:
https://github.com/s…
ghost updated
10 years ago
-
In my ApplicationController I have
```
before_filter :set_locale
```
Which I need to read locale from url ex: `/en/` but I found that setting `I18n.locale` no more effect my app locale, after inves…
-
Hi,
after the update form 3.0 beta1 to 3.0 rc5 - the element view (page editor) is broken.
You can see the effect in the attached picture
Best
Thomas
![broken_elements](https://cloud.githubusercont…
-
**Ruby Version**: 2.0.0
**Rails Version**: 4.1.4
**Spree Version**: 2.3.1
**Gemfile**:
``` ruby
source 'https://rubygems.org'
ruby '2.0.0'
gem 'rails', '4.1.4'
gem 'pg'
gem 'redis-rails'
gem 'redi…
-
I ran into an issue I can reproduce now. After opening a page and adding an element the element gets added twice. I see two notifications and two element editors for the same element. After reloading …
-
The settings will not taken into the javascript variable: Alchemy.Tinymce.customConfigs[]
In console output this message is shown: "No tinymce configuration found for"
It could also be a caching p…