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

Ruby on Rails FilterChain internals - how to make it reloadable?

I'd like to have a more dynamic way of working with filter chains in Ruby on Rails 2.3.2. At the moment, the filter chain is built as the classes are loaded. I have a very particular need for the filter chain to be rebuilt at some point in time…
Eliot Sykes
  • 9,616
  • 6
  • 50
  • 64
0
votes
1 answer

localhost:3000 is defaulting to Welcome to Rails Page instead of the Radiant CMS site page

I am installing Radiant on Windows XP, the database is the default sqlite3, server is Webrick (also tried on Mongrel), and Ruby/Rails files are installed onto WAMP. The new site from the documentation 'example_application' is installed in…
user1693517
  • 21
  • 1
  • 5
0
votes
1 answer

How to upgrade from Radiant CMS 0.9.1 to 1.1.0

Are there any best practices for doing this? More specifically: is it good to create a new instance and move the contents from the old instance successively or should I try to upgrade the old instance directly?
Ulf
  • 451
  • 1
  • 5
  • 13
0
votes
1 answer

Does Radiant support Rails 3 now?

I use gem install radiant to install radiant, and I found that it doesn't support Rails 3. But, I found there is a file named "GemfileRails3" in the source code of Radiant on Github, I wonder why is that. Does Radiant really not support Rails3?
0
votes
1 answer

Rails Radiant CMS tag cloud plugin

I am creating a blog website with Radiant CMS but I need a tag cloud plugin that would work like blogger like visual tag cloud. I found this but it does not give give the visual tag cloud feature. Is there any known one with the traditional tag…
Eren Golge
  • 802
  • 2
  • 12
  • 27
-1
votes
1 answer

FPGA Pin Polarity meaning

I have been assigning pins on a Lattice Seminconductor FPGA using Radiant Software. The FPGA is embedded on an evaluation board containing LEDs and buttons. When opening the window to assign pins, every pin is desribed by a column named "polarity",…
acefrrag
  • 41
  • 6
-1
votes
2 answers

Convert value from radians to degrees

I have programmed the following function: def horizontal(yAngle, yAcceleration, xAcceleration): a = (math.cos(yAngle)*yAcceleration)-(math.sin(yAngle)*xAcceleration) return a The problem is the following: math.cos() and math.sin() return…
mathflower
  • 109
  • 7
-1
votes
1 answer

Radiant CMS: Meta-tag errors

While attempting to migrate an old website from an end of life server which utilizes a cms built in ruby called Radiant; we have also decided to upgrade to the most current version of the CMS (which appears to no longer be maintained). Built into…
-1
votes
1 answer

How do you execute the PHP component of a page that is being built out of Radiant CMS?

I have a script on a page that has a PHP component. My entire site is being managed using RadiantCMS. Currently, the PHP is turned off on my web hosting because I've been told PHP and Rails do not play well together. So currently, the script will…
user1693517
  • 21
  • 1
  • 5
-2
votes
1 answer

RadiAnt: how to connect PACS system?

I am using RadiAnt, and Orthanc as the PACS system. I want to connect RadiAnt with Orthanc. The configuration UI is: The Orthanc is Ok for my computer. And I have uploaded one patient to Orthanc: However, in the RadiAnt, I cannot find any…
Qiang Zhang
  • 820
  • 8
  • 32
-2
votes
1 answer

Ruby: uninitialized constant Config (NameError)

i've tried to install missing gem $> bundle install and got error because of installing below gem sudo gem install bluecloth -v '2.1.0' --ruby=/Users/raksa/.rvm/rubies/ruby-2.3.0/bin/ $(RUBY_BASE_NAME) extconf.rb:7:in `main': uninitialized…
raksa
  • 898
  • 6
  • 17
1 2 3 4
5