Displaying 20 results from an estimated 1000 matches similar to: "New ajaxy CMS on Rails: adminpages"
2006 Apr 05
7
AdminPages Rails CMS is now an engine
Hi all, I just released the new version of my CMS AdminPages as a Rails
engine.
It uses the Dojo Toolkit for UI elements.
Features:
Manipulate pages and content with Drag n Drop,
Pages in a sortable tree,
easy to define new page elements,
"Nice" URLs,
Page Caching,
Rich Text Editor,
multiple columns per page,
custom content types,
Layout scaffolding
BSD license
2006 Feb 26
4
New CMS: AdminPages. uses sortable tree to arrange pages
Hi all,
I spent the last three days on a half-serious attempt at creating a
simple, minimal CMS system on rails.
check it out at http://adminpages.flowdev.de
What it can do:
manage pages in a sortable tree
Add custom page elements
Three page elements ready: Raw HTML, WYSIWYG editor, Rails
render_component interface
Sort page elements with drag&drop
Choose page layout
choose page element
2006 Jun 01
5
Content Management System
I am looking for a good CMS based on Rails that has at least these
attributes:
1. Ease of use ( as it will be used by people who are not html literate)
2. Very easy/flexible to change layout.
So far I have looked at
http://rcms.oopen.de/Home/ (have not installed it yet)
http://adminpages.flowdev.de
http://demo.radiantcms.org/admin/pages
http://www.eribium.org/eribium/
MuraveyWeb does not seem
2006 Mar 22
2
Nice breadcrumb navigation component?
Anyone aware of a Rails-based component/framework to allow for easy
"breadcrumb" navigation links?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2006 Mar 23
4
Implementing nested drag and drop using scriptaculous
Hi.
I have gone through the scriptaculous wiki. I am trying to implement nested drag and drop but not able to do this.
The situation is like this.
_____________________________
| abc | => Box1Line1
| cde | => Box1Line2
| efg | => Box1Line3
| h | => Box1Line4
2006 Mar 29
2
can you do drag and drop sorting with multiple lists?
Has anyone extended drag and drop sorting to work with multiple lists? I''m
looking for something like this
Best Roles for actors (in order of preference):
Mary Bill Jane
(actors/actresses)
The Queen Joker 1st Angel
Beggar woman Chief of guards Dog Catcher
2nd thief
2006 Aug 11
0
MasterView AdminPages temporary fix for Rails 1.1.6
Rails 1.1.6 which closes some security holes in Rails also restricts
where code can be loaded from. These new restriction prevents the
MasterView administration pages to be automagically loaded by enabling
the configuration option as they were in the past (since they did not
exist in the normal rails app tree).
MasterView will still function properly without admin pages, but this
aspect was nice
2007 Sep 15
1
ANN: [Yet Another ] AJAXy Petstore
Hi all,
It''s obvious (isn''t it?) that the world needed another Petstore.If
it''s not, then let''s just say that for some esoteric reasons (to do
with training and the JRuby project), some people in ThoughtWorks
decided to create one, anyway. With rounded corners, gradient fills,
autocompletion search, yellow fade effect and sundry Web 2.0
features... but no tag
2009 Oct 05
1
ajaxy select boxes and existing records
I''ve just made my first form using select boxes that update each other
via observe_field. It works really well for the creation of record and
it''s making the form a whole lot nicer to use.
The problem is editing records, the first select box is not part of the
model but is used to populate the second select, which is a required
attribute of the model. When the edit form is
2006 Sep 11
8
fckeditor works, but i cant get my buttons back...
I am going to bet this is a mongrel issue,because this doesn''t happen
under webrick. Anyway, I was able to get fckeditor: http://www.fckeditor.net/
to work under rails: http://www.joshuamcharles.com/xhtml/fckrails.php
i even saw the part about adding "1. Adding a YAML configuration file. For example, create
$(RAILS_ROOT)/config/mongrel_mime.yml with the contents:
xml:
2006 Mar 11
2
Customising FCKeditor
I would like to customise my FCKeditor-instance so that when the "add
image" button is pressed, it opens my own add_image popup.
In this popup i would handle the image upload/image browser/etc. tasks
with rails.
How can I open the popup and pass the picture information from there
back to FCKeditor''s textarea?
--
Posted via http://www.ruby-forum.com/.
2013 Oct 30
3
Use of FCKEDITOR as normal text area
Hi all
I am trying to use Fckeditor as text area to send mails.here is my code
<% remote_form_for :send_sms,
:before => "Element.show(''loader'')",
:success => "Element.hide(''loader'')" do |sms| %>
<div id="news_content_text_field_bg">
<%= fckeditor_textarea :send_sms, :message,:lang =>
2009 Nov 01
3
counting frequencies across two columns
I've got a data frame describing comments on an electronic journal,
wherein each row is a unique comment, like so:
commentID author articleID
1 1 smith 2
2 2 jones 3
3 3 andrews 2
4 4 jones 1
5 5 johnson 3
6 6 smith 2
I want know the number of unique authors per article. I can get a
2006 Feb 17
7
Rich Text Editor (RTE)
Hello,
We are developing an commercial application that need to use an RTE.
Someone know one RTE editor that can I use in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some
2009 Apr 02
4
Uploads with FCKEditor
Hello everyone.
Since I''ve found very poor documentation about the rails FCKEditor
plug-in and Easy-FCKEditor (which is a fork of the very same plug-in),
I decided to bother you with my noobish questions.
I have this weird sensation that the image-uploading feature of
FCKEditor isn''t supposed to work magically, without some sort of
server side preparation, but I have no idea
2006 Mar 03
2
FCKEditor Image uploading feature
Hello,
I followed instructions on
http://www.joshuamcharles.com/rails/fckeditor.html
Added FCKEditor to my rails app which works great, but I''m not able to
upload images using the WYSISYG editor.
Is there a way to enable this feature in rails app? If not, where is the
images folder that FCK looks into it for images, so I can upload my images
manully there?
Thanks,
- Dunnil
--------------
2006 Mar 03
3
TinyMCE or FCKEditor (WYSISYG editor)
TinyMCE or FCKEditor? which one is the best from your experience?
Or anything better than these two for rails env?
Thank you all,
- Dunnil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/7350e5df/attachment.html
2010 May 26
3
Safebuffer with rails 2.3.8
Hi there!
I''ve just migrated from rails 2.3.5 to 2.3.8 and now I have a lot (and I mean
a lot!) of deprecation warnings like this one: "DEPRECATION WARNING:
ActionView::SafeBuffer is deprecated! Use ActiveSupport::SafeBuffer instead."
But I don''t understand how to remove this. I searched through installed
plugins, and there is no reference to SafeBuffer :(
Any
2005 Sep 07
3
XMLHttp question
I''m continuing my work on integrating fckeditor with Rails. Currently
I''m working on implementing the filebrowser / upload features, but
I''ve ran into this problem.
The response I get back is being loaded into the "responseText"
property instead of the "responseXML" property. I''m trying to figure
out why this is the case, but am coming up
2006 Apr 26
2
Rich text editing
Hi people, i just finished my first weblog, with comments, auth and
admin zone(yay!) so i was looking for a way to make a rich text editor
zone for the posts, right now im using textilize() and <br> html tags to
format the text and breaklines so hope some one can give a reference in
how to achieve that.
Already told you that this rails stuff its amazing :)
--
Posted via