Questions tagged [radiant]

A Ruby on Rails CMS.

Radiant is an elegant CMS written for Ruby on Rails that stresses the DRY principle and exposes both structure and content to site administrators and also provides a plugin/extension facility. It includes its own Radius XML tags in order to expose dynamic programming features to site administrators in structural as well as content-oriented code. Project website is http://radiantcms.org and code is hosted at https://github.com/radiant/radiant

71 questions
0
votes
1 answer

Understanding Radiant Cache

I am quite confused how Radiant works with Rack Cache after trying more. From my understanding, Radiant only use Rack::Cache to server as a way for client side cache. So that Rack::Cache will check if the client side copy if still fresh then to…
Shanison
  • 2,295
  • 19
  • 26
0
votes
1 answer

Radiant CMS - undefined method `camelize' for "instance":String

I installed radiant on a freebsd 8 box. When I launch it I get the following error : "undefined method `camelize' for "instance":String" This is what I have : [root@freebsd-esxi ~]# ruby --version ruby 1.8.7 (2010-08-16 patchlevel 302)…
Mohamed
  • 1
  • 1
0
votes
1 answer

How do I call the children of a different parent in Radiant CMS?

In my nav, I have "Services". Since there are many services, I have a subnav that drops down. I would like to make this nav dynamic and have it call the page titles for any of the children of "Services". But there doesn't seem to be any tags that…
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
1 answer

Resize image example on radiant CMS on ubuntu with back_door

I assume this is the same command as doing it in Sinatra. I want to server-side resize user-uploaded images to a standard width using back_door. I assume RMijick is the way to go - but I'd just like a code sample to achieve this. I want to know…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
0
votes
1 answer

Create Custom controllers and Views in Radiant

I have asked this question in Radiant CMS google group, but no one answered my question. I have been searching to see if Radiant is able to integrate into existing projects. And I saw this in the mail…
Shanison
  • 2,295
  • 19
  • 26
0
votes
1 answer

Is it possible to pass rails variables in the Radiant CMS?

I'm trying to set up a simple form for a mailing list. And it doesn't seem to allow any rails helpers to make the form_for and fulfill the authenticity token. Anyone have any luck installing a simple form_for in Radiant?
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
1 answer

Why does it take Radiant CMS so long to update after changes are saved?

I've been looking for some sort of cachine mechanism but can't find one. Anyone know why it takes so long to see changes after they are saved in the CMS ?
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
1 answer

Radiant: "Archive Month Index"

I trying to set up a simple blog with Radiant CMS and have a problem with the "Archive Month Index". I set it up as it is described on this weblog but I just can't get it to work. The Code is the the same as the guy in the video st using. It's:…
0
votes
1 answer

Radiant CMS page saving error

In Radiant CMS when I'm trying to save any page that has any PageType but "normal" (Archive, Index,etc.) I get this error: NoMethodError in Admin/pagesController#update undefined method `[]' for nil:NilClass With clean Radiant everything's work, my…
m.silenus
  • 492
  • 7
  • 15
0
votes
1 answer

CounterPoint 8.3.9 and Cyrillic fonts

Guys, does anybody ever try to print messages on your invoices using language other then English? I am using Okidata matrix printers for invoicing and while Crystal prints everything perfectly fine as soon as same invoice comes out from…
All Blond
  • 802
  • 1
  • 8
  • 16
0
votes
1 answer

Rails Radiant saving directory

Hallo I'm new to Rails and have one simple question. I'm using radiant as a CMS to set up a Website. Radiant worked well for me but now I want to continue coding in NetBeans. Sounds simple enough but were are the files? I have a directory for the…
0
votes
1 answer

How to convert Radiant code back to R

radiant is a great tool for business analytics. I made great analysis using it and generated the code. My question is, how to bring back the R code generated on Radiant back to my Markdown on Rstudio so my R script can become self contained? So far,…
Joni Hoppen
  • 658
  • 5
  • 23
0
votes
4 answers

Trying to set up Radiant CMS: RedCloth is not a class

I'm trying to install Radiant CMS but whenever I run: rake db:bootstrap Inside the project directory I get: rake aborted! RedCloth is not a class Here is the full trace: (in /Users/richardjburton/testradiant) ** Invoke db:bootstrap…
Richard Burton
  • 2,230
  • 6
  • 34
  • 49
0
votes
1 answer

search extension for Radiant CMS on Heroku?

Can anyone recommend a good Radiant CMS search extension with decent documentation that works on Heroku? The only one I've found that seems to work is the Google Custom Search one but it is not extendable and has ads. Thanks
adamwstl
  • 338
  • 3
  • 12
0
votes
2 answers

500's, timeouts, and redirect loops with Radiant (a RoR CMS)

I'm struggling to get a simple CMS website up and running but can't get past the installation stage. I've been working on this off and on over 4 days and am getting burnt out and demotivated on the project. To summerise my pains: I keep getting…
TheLQ
  • 14,830
  • 14
  • 69
  • 107