-
calling `@page.next_page` or `@page.previous_page` raises error:
`undefined method 'merge_conditions' for #`
```
from /Users/tvd/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/d…
-
After unfolding an element which contains EssenceSelect-Contents, these selectboxes are not going to be reinitialized.
-
Alchemy CMS version: 2.2.2
If one has uploaded an image and tries to delete another after that, this does not work and fails with an 404 error.
(It seems to be a GET request)
-
We should discuss about restriction of uploadable files.
Often you want to use Page restriction for placing non-public content like text, images and also files.
My first thoughts are:
Adding a new f…
-
It is not possible to autogenerate an element in another other cell, but not in the main cell, also if an element is only available for another cell.
I would say we could implement an autogenerate op…
-
Ah, got it now:
After deleting a page the new-page-dialog opens in a blank window without layout.
-
`alchemy_cms/spec/libraries/resource_spec.rb:95: warning: already initialized constant SKIP_ATTRIBUTES`
Shouldn't you use an `attr_accessor` instead of a constant?
-
I always stumble upon this issue:
You can't tab into an alchemy-selectbox and choose a value by keyboard. For me this is a huge issue as I'm used to fill in forms without using the mouse.
Is there a …
-
`attr_accessible` does not change any thing. Maybe a bug in `user_stamp` gem?
-
Rails 3.2.3
using fragment caching inside a partial:
```
# app/views/partials/_content.html.erb
cache(content) do
...
end
```
```
#app/models/content.rb
...
def cache_key
"content_editor_…