Tagged Questions
A Ruby on Rails CMS.
8
votes
4answers
352 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
...
4
votes
2answers
899 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 ...
3
votes
2answers
1k 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?
...
3
votes
1answer
451 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 ...
3
votes
4answers
2k 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 ...
1
vote
1answer
46 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 ...
1
vote
1answer
68 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 ...
1
vote
4answers
504 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.
1
vote
1answer
177 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 ...
1
vote
1answer
337 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 ...
1
vote
1answer
226 views
How to get Radius tags parsing FBML correctly
I am using the Radius Tag System (from the RadiantCMS) for a content engine in my current applciation. Everything has worked really well, but now I am experiencing issues when using FBML inside my ...
1
vote
1answer
232 views
Your radiant deployment recipe
Are you using Radiant CMS?
If yes, what is you deployment strategy?
Since lot's of configuration is stored in the database, I need to overwrite db on the server with my development db (with ...
1
vote
1answer
405 views
How can we get multi_site extension for Radiant working on Heroku?
Has anyone got RadiantCMS with multi_site working on Heroku? I actually tried it and it bombed big-time giving the error:
Heroku | No such app
There is no app configured at that hostname.
Perhaps the ...
1
vote
1answer
203 views
Radiant mailer and flash message
I'm using Radiant with the mailer extension to provide a contact form on my website.
I'd like to display a nice "your email has been successfully sent" message after sending the email.
However ...
0
votes
0answers
64 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
1answer
48 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
16 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 ...
0
votes
0answers
25 views
Radiant cms - deployment issue
The application running fine in local.But When I am trying to deploy application to server i am getting this error,
vendor/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:417:in ...
0
votes
0answers
11 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
0answers
54 views
Radiant extension not found
I'm new to Ruby & Radiant, and have just run into this problem (which appears to be getting in the way of running my site in localhost). I attempted to install the Twitter-Tags extension for my ...
0
votes
1answer
390 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 ...
0
votes
1answer
70 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 ...
0
votes
0answers
171 views
to_json and encoding differences between Rails 2.3.4 and 2.3.8?
I'm in the process of moving a big client app from Radiant 0.8.1 (with comes with Rails 2.3.4) to Radiant 0.9.1 (which comes with Rails 2.3.8).
The application produces and uses a lot of JSON, using ...
0
votes
1answer
180 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
49 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 ...
0
votes
1answer
170 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
106 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
84 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 ...
0
votes
1answer
37 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 ?
0
votes
1answer
143 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
57 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
27 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
37 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
319 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
118 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
243 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
113 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 ...
0
votes
1answer
118 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 ...
0
votes
1answer
346 views
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, ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
249 views
Need help with ruby radiant cms
I have some hidden pages like this:
/staff
John
Bob
Mike
In all this pages i have extended content, like photo, bio and additional info.
I make this, to have logical structure and quick edit ...