-
Consider a `ActsAsTaggableOn::Tag` model.
The `Alchemy::Resource` class constantizes the model class from controller path.
We need a way to pass the model class into the `ressource_handler`
-
all subdomains on alchemy-cms.com referenced on the official github project page (https://github.com/magiclabs/alchemy_cms#resources) and even nonsense subdomains like "http://qwerty.alchemy-cms.com"…
-
After unfolding a page, when trying to add a new page under an unfolded one, the link opens pages/new?parent_id=292 instead of an overlay.
-
gem 'alchemy_cms', '~>2.1'
does not work with later versions of rails
Bundler could not find compatible versions for gem "jquery-rails":
In Gemfile:
alchemy_cms (>= 0) ruby depends on
jq…
-
I surely have missed something, but upon running
> rake db:migrate
> the migration starts..
> then failed when dealing with the existing users table
== CreateUsers: migrating =====================…
ghost updated
12 years ago
-
Deleting an element throws an error when using alchemy 2-2 stable and rails 3.2.8
```
Can't mass-assign protected attributes: position
```
This depents on acts_as_list, because its using update_attr…
-
When pasting a copied element from a cell, it will be created in the main cell.
I was using alchemy 2.3 (stable)
-
Situation:
Main Navigation Entry
Sub Entry 1
Sub Entry 2
Sub Entry 3
Given that access to Sub Entry 3 is not allowed for the current user, the toolbar-div is rendered under body and not in #top_m…
-
In `rails_version` method you scan for the rails gem, but I don't have included the rails version here, because my gem 'alchemy_cms' already requires rails and therefore I removed the entry.
-
At the moment the I18n-locale is set from params directly, wether they are valid or not:
```
def set_language
if params[:lang].blank? and session[:language_id].blank?
set_language_t…