A Ruby on Rails CMS.
0
votes
0answers
8 views
Adapting an existing site for Radiant CMS
Following this guide on how to set up Radiant with an existing site:
https://github.com/radiant/radiant/wiki/Make-a-Template-from-an-existing-site
Step 2. Put ..
The HTML in a named template
...
0
votes
1answer
14 views
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 ...
0
votes
1answer
39 views
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
...
0
votes
1answer
174 views
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 ...
-1
votes
1answer
33 views
How do you execute the PHP component of a page that is being built out of Radiant CMS? [closed]
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 ...
0
votes
1answer
126 views
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:
# ...
0
votes
2answers
100 views
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 ...
2
votes
1answer
126 views
NoMethodError (undefined method `service_options' for nil:NilClass)
i am using rails 2.3.4 and i am facing "no method error"
there is possibility to not find method but my question is - is there possibility to error occurred because of empty table? or error in ...
1
vote
0answers
48 views
Radiant could not be initialized. Please verify that vendor/radiant contains a complete copy of the Radiant sources
I am using radiant 0.8.2 and rails 2.3.4 , ruby 1.8.7 , rubygems 1.4.2
when i runs a server i got following error
[root@desktop new]# script/server -e production -p 3001
Radiant could not be ...
1
vote
1answer
70 views
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 ...
0
votes
0answers
61 views
Radiant CMS - Tag Page Context Issue After Upgrade to 1.*
I'm having a tricky problem since our upgrade from Radiant .8 to 1.* that is particular to the extension we built, I'm certain, but I'm hoping someone cna provide some context about the best direction ...
0
votes
1answer
255 views
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 ...
0
votes
0answers
30 views
Is there any open source project based on Radiant CMS? [closed]
I'm using Radiant cms to biuld my web site, so I want to look for some examples of this work. From them I can know what can I do with Radiant. Is there any open source project based on Radiant?
Any ...
0
votes
1answer
91 views
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 ...
0
votes
1answer
37 views
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 ...
0
votes
1answer
46 views
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 ...
0
votes
0answers
69 views
Failed to push rails app to heroku
I was able to run radiant 1.0.1 on my windows computer, later I followed some online guides, tried to install it on heroku, but when i executed the command:
$git push heroku master
heroku ...
1
vote
0answers
22 views
Unable to create child page in production mode ( radiant 0.9.1 )
I deployed a radiant cms application to server. In production mode while creating child page I am getting "Validation errors occurred while processing this form. Please take a moment to review the ...
0
votes
1answer
119 views
Using wildcard for custom HTML tags in Rubymine
I'm developing a lot of RadiantCMS applications, and this CMS uses custom radiant tags which are translated to content and html at runtime. So, my HTML templates have a markup like this:
<body>
...
0
votes
1answer
216 views
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 ...
0
votes
2answers
144 views
Pulling and Replacing URL Parameters in Radiant CMS
I am trying to pull url parameters from AdWords and replace them on the landing page content
using Ruby on Rail Radiant CMS.
For example if the URL from AdWords was: ...
0
votes
1answer
37 views
How could one edit the Head tags of the Admin in Radiant CMS?
Is there a hook avaialable to edit the head tag in the Admin section of Radiant?
I was hoping to fix IE9's failure to embed links in FCKeditor by placing this tag in it :
<meta ...
1
vote
1answer
96 views
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 ...
0
votes
1answer
24 views
Changes I make to my extension controllers do not apply in the application. What's that about?
I'm using the common radiant extension, Mailer, and no changes whatsoever I make to the controller effect the application. I can in fact delete the entire controller, and it will still run flawlessly. ...
0
votes
1answer
873 views
rake: Is a directory (Errno::EISDIR) in Dreamhost while installing Radiant
Trying to install radiant on Dreamhost and I got past the part where radiant has put all teh files in the right place (aka radiant mywebsite.com). Now it says to run rake production db:bootstrap but ...
9
votes
4answers
459 views
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
...
0
votes
1answer
134 views
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 ...
3
votes
2answers
2k views
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?
...
0
votes
1answer
296 views
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
...
0
votes
1answer
72 views
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 ...
1
vote
1answer
118 views
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 ...
0
votes
1answer
250 views
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 ...
0
votes
1answer
186 views
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 ...
0
votes
1answer
114 views
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 ...
1
vote
4answers
2k views
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.
0
votes
1answer
49 views
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 ?
1
vote
1answer
268 views
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 ...
4
votes
2answers
1k views
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 ...
0
votes
1answer
199 views
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 discribed on this weblog but I just can't get it to work.
The Code is the the ...
0
votes
1answer
70 views
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 ...
0
votes
1answer
60 views
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 ...
0
votes
1answer
44 views
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 ...
0
votes
4answers
431 views
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 ...
0
votes
1answer
144 views
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 ...
0
votes
2answers
337 views
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 ...
0
votes
1answer
155 views
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 ...
1
vote
1answer
428 views
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 ...
3
votes
1answer
632 views
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 ...
0
votes
1answer
152 views
Radiant CMS database mailer extenstion
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 ...
7
votes
4answers
6k views
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 ...

