Re: [Radiant] Re: Radiant and Rails 3

2011-10-12 Thread Enrico Teotti
> I'll second this advice. I may not know enough about your needs, but with a > CMS, it doesn't seem importance what version of Rails or Ruby a CMS runs on, > since a full-blown app is not what Radiant CMS is designed for. That's exactly right. >But I've been told that a Rails app can be written

Re: [Radiant] Re: Uninitialized Constant error Since Upgrading to RC3

2011-10-12 Thread Joel Oliveira
Hi Eric - I have a feeling maybe bundler might not be installed. Did you install bundler and move all of your gem dependencies over to a Gemfile instead of environments.rb? (and then run `bundle install`) - Joel On Wed, Oct 12, 2011 at 10:42 AM, john wrote: > how did you perform the upgrade

[Radiant] Re: Uninitialized Constant error Since Upgrading to RC3

2011-10-12 Thread john
how did you perform the upgrade to rc3?

[Radiant] Re: Linking error

2011-10-12 Thread john
what version of ruby are you using? radiant only supports 1.8.7 at this time.

[Radiant] Linking error

2011-10-12 Thread debadatta
Hi , Good afternoon all, I have created a Posts page and some child pages as first,second,third,etc.. When i am opening localhost:3000/posts... All posts are being listed .But the links automatically added with \ and \.. And the content part added with "\r\n". I cant understand why it is happening