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

Rails, Radiant, and Regex

I'm working on a Rails site that uses the Radiant CMS and am building stateful navigation as per the first method in this link. I'm matching the URL on regular expressions to determine whether or not to show the active state of each navigation…
justinbach
  • 1,945
  • 26
  • 44
0
votes
1 answer

Radiant CMS database mailer extension

I am trying to use the Database mailer extension for my Radiant CMS application. I have followed the exact same steps mentioned here. http://blog.aissac.ro/radiant/database-mailer-extension/ When I try to run the rake task to migrate I get this…
Deepak
  • 2,481
  • 2
  • 23
  • 28
0
votes
1 answer

Override Radiant CMS's routes from the extension to set protocol to https

I am using a CMS called Radiant (version 0.9.1), Rails 2.3.18 and Ruby 1.8.7. I have to make the routes in this gem use the 'https'. I need to do it in such a way that I won't edit the gem source files itself, but rather override the gem's routes in…
Catherine
  • 95
  • 1
  • 10
0
votes
1 answer

How to make Registration / authorization With Radiant cms

I need Regestration page . with field :Email Username and Password. and then User can login on login page. How to make this Authorization with Radiant cms
user1515777
  • 31
  • 1
  • 7
0
votes
0 answers

Could not locate Gemfile or .bundle/ directory - Radiant CMS

I installed radiant CMS as sugested on their page. gem install radiant Terminal says successfully installed 1 gem - sems like OK. Then I try to create a project: radiant --database postgresql socialize Seems fine except this undefined local…
0
votes
1 answer

Unknown segment in NewRelic Transaction

I'm trying to track down the cause of my site to locking up using NewRelic to examine the slowest transaction (the site is running Radiant CMS, and the slow transaction in this case is SiteController#show_page). In one of the transactions wherein…
0
votes
1 answer

Raduis tags - pass variable as tag param

I've installed radiant variables extension, so now i can define var like And i had idea to use it in navigation snippet, something like
sab
  • 651
  • 8
  • 17
0
votes
1 answer

Rails process_without methods

I have a problem running radiant mailer extension SystemStackError in SiteController#show_page on any page, which doesn't contain mailer functionality. I've found, that that there is a module that casus issues: Module MailerProcess include…
sab
  • 651
  • 8
  • 17
0
votes
1 answer

Trying to setup radiant cms on osx

I am attempting to install radiant cms, when I try and run bundle exec rake db:bootstrap I get the following output. Now I chose mysql as my database but Im not sure if it is setup properly or not to connect. Sorry If it sounds like I dont know what…
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
0
votes
1 answer

Radiant CMS and MySQL

I'm trying to install Radiant CMS, but I having a problem trying to configure it with MySQL... I follow the next tut , to install Radiant https://github.com/radiant/radiant/wiki/Installing-on-Ubuntu and then in the last step: rake…
Locke
  • 163
  • 2
  • 4
  • 14
0
votes
1 answer

Moving a Plone site to Radiant CMS

I've got a large Plone site that I'm moving to Radiant (I love Plone, but it got unusably slow as the site grew). I need a little help with some of the equivalences. How do I do user permissions, signup, login, etc? I'd love to be able to have…
Scott
0
votes
2 answers

Prevent CKEditor filtering Radiant Tags (non-valid HTML tags)

I'm using CKEditor with refinerycms (rails CMS) I've also added basic support for radius tags (they are the tags used in Radiant, another rails CMS) so I'm able to list some elements from the model in the page just inserting a code. The problem is…
Ricardo Amores
  • 4,597
  • 1
  • 31
  • 45
0
votes
1 answer

Radiant and NewRelic with Memcached doesn't log traffic

I've set up a Radiant instance using Memcached as the Radiant cache resource, however, it appears that cache hits aren't being logged to Radiant. Here's an example of the cache implementation: # file:…
jmervine
  • 723
  • 7
  • 15
0
votes
2 answers

System Stack Error for Radiant 1.1.0

After installing Radiant 1.1.0, I can get DEMO site running. But after viewing a few of pages (public pages or admin pages), I got those errors. SystemStackError (stack level too deep): Rendered rescues/_trace (1.4ms) Rendered…
0
votes
1 answer

Issues with radiant in centos

I have issues with radiant cms version 0.8.2.In Application,when i click on submit on form application got an error uninitialized controller which is in radiant/app/controller. error : NameError (uninitialized constant ResourceController): …