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
11
votes
5 answers

Paperclipped on Heroku?

I was curious if anyone could get paperclipped working on Heroku without using S3. I'm assuming Heroku is a read-only system, but there must be some way to save images there.
Trip
  • 26,756
  • 46
  • 158
  • 277
9
votes
4 answers

installing Radiant on DreamHost

I am attempting to install Radiant on DreamHost, and when I get to the point where I do this: radiant mysitename It starts to install, then I get this error /vendor/rails/activesupport/lib/active_support/dependencies.rb:55: uninitialized…
naspinski
  • 34,020
  • 36
  • 111
  • 167
8
votes
4 answers

best ruby on rails cms

i need to choose a cms for my next project, i have searched and come up with these 2 : radiant and refinery, which one is better for building middle size websites ? are there any other options out there for rails cms ? one important factor is that…
datisdesign
  • 3,165
  • 8
  • 30
  • 29
4
votes
2 answers

Deploying Radiant to Heroku in 5 minutes causes permissions error in Admin

I put these two tutorials together.. Radiant on Heroku in 5 minutes Using Bundler with 2.3.5 and in my Gemfile, I also included : gem "taps" gem "radiant" And when I run Radiant on my local, no problem! I can access the Admin. When I run it on…
Trip
  • 26,756
  • 46
  • 158
  • 277
3
votes
2 answers

Radiant CMS ruby1.9.2 / rails3 support

Does the latest stable Radiant version 0.9.1 (as of 2011.03.26) support the latest stable ruby / rails version (1.9.2p180 / rails 3.0.5)? Is it safe to run Radiant 0.9.1 with 1.9.2p180 / rails 3.0.5?
Alpha Sisyphus
  • 1,508
  • 3
  • 19
  • 33
3
votes
1 answer

How to integrate a CMS into an existing Rails site

One of the challenges I see over and over again is a company with an existing website wants to integrate a Content Management System. Are there standard approaches/techniques for doing this that keep the existing website but allow certain pages or…
ToddH
  • 2,801
  • 2
  • 28
  • 28
2
votes
3 answers

How can I calculate tangent with degrees instead of radians?

I am trying to make a basic tool to make my everyday easier, solving some assignments for me. Unfortunately, I can't figure out how to make it calculate in degrees when tangent is being used. My code: import math class Astro(): def…
foot enjoyer
  • 63
  • 1
  • 1
  • 6
1
vote
1 answer

Rcov does not exclude gems when running rake spec:rcov

I use Rspec to develop and test custom extensions for Radiant. When running rake spec:rcov in the extension dir, it runs all tests from my spec folder but generates coverage files for all gems that I have included within my Gemfile. I tried putting…
auralbee
  • 8,741
  • 4
  • 29
  • 36
1
vote
1 answer

radiant rake issue in extensions

Recently I started using Radiant (edge version from git https://github.com/radiant/radiant.git), But I'm facing little trouble when I try to run rake tasks which are in extensions, As an example I was successfully able to install paper_clipped…
sameera207
  • 16,547
  • 19
  • 87
  • 152
1
vote
0 answers

Why does Radiant incorrectly show Uniform distributions?

I ran a Uniform distribution with variable X1 that spans the values 0 to 1. I ran the simulation 100,000 times then graphed the distribution with 50 bins. Uniform Distribution I noticed that Bin 1 and Bin 50 show only half the counts of all the…
1
vote
1 answer

Upgrading Radiant to Rails 2.3.9+

Has anyone had luck upgrading the vendored Rails version to 2.3.9 or above? Right now I'm stuck at 2.3.8 and moving up to 2.3.9 or above breaks the extension loading. The master branch seems to be stuck at 2.3.8 as well which was updated in May of…
Nate Bird
  • 5,243
  • 2
  • 27
  • 37
1
vote
1 answer

How do you install Radiant extensions for Heroku?

I havn't really found anything that works yet. I understand that Heroku does not allow submodules/extensions, so in order to install them, one needs to do something alternative. My example is the Radiant Mailer. Normally to install this, I performed…
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
0 answers

Handling namespaces in fragments with Nokogiri

I have to convert HTML fragments built in the Radiant CMS to a new format. This requires parsing HTML and "R-Tags" that look like this: Henry…
Shaun
  • 2,012
  • 20
  • 44
1
vote
1 answer

Radiant CMS: how to use form_for, fields_for inside radius tags

I'm working on a bit of an extension for Radiant CMS that processes survey data. I'm trying to use form_for, fields_for and various helpers that rails provides inside pre-defined radius tags. These tags would generate the survey on Radiant…
Swartz
  • 1,051
  • 2
  • 11
  • 23
1
vote
1 answer

How can I save 'favicon.ico' in radiant

I have not found a specific area to save the favicon.ico so I sending him to the area of assets. But I can not get it back again.
Iago
  • 308
  • 3
  • 9
1
2 3 4 5