[Radiant] Re: I have this problem when i want to edit some pages!

2010-11-03 Thread amr
I got it fixed when I remove will_paginate 2.3.15 .. seems radiant 0.9.1 crashes with this gem! (sometimes) On Nov 1, 3:29 pm, amr wrote: > I have this (undefined method `include?' for nil:NilClass) when i > tried to edit some pages. > Also, I have (undefined method `include?' ) when i tried to s

[Radiant] page_attachments extension's image sizes?

2010-11-03 Thread Simon Rönnqvist
Hi! I'm using an old Radiant 0.7.1 installation with the page_attachments extension in use. In the Radiant admin interface thumbnails seem to be working, I get small icons for attached images there. But on the actual web pages I don't get resized images showing up, I might be doing something

Re: [Radiant] Re: I have this problem when i want to edit some pages!

2010-11-03 Thread Jim Gay
We require that gem, so it's not likely that that is the actual problem. What gems do you have in your environment? And what extensions and plugins do you have in your app? On Wed, Nov 3, 2010 at 4:25 AM, amr wrote: > I got it fixed when I remove will_paginate 2.3.15 .. seems radiant > 0.9.1 cras

Re: [Radiant] page_attachments extension's image sizes?

2010-11-03 Thread Jim Gay
2010/11/3 Simon Rönnqvist : >   Hi! > I'm using an old Radiant 0.7.1 installation with the page_attachments > extension in use. > In the Radiant admin interface thumbnails seem to be working, I get small > icons for attached images there. But on the actual web pages I don't get > resized images sho

[Radiant] Re: page_attachments extension's image sizes?

2010-11-03 Thread Simon Rönnqvist
Nevermind I figured it'd go into the size-attribute. It suddenly struck me that Rails symbols don't have anything to do with the : in Radius... I guess. And I could suddenly remember seeing the size-attribute somewhere. :) cheers, Simon On Nov 3, 2010, at 12:03 , Simon Rönnqvist wrote: >

[Radiant] Installation of Radiant on Engine Yard

2010-11-03 Thread wlai
I'm new to Radiant, and I'm wondering if anyone has done a Radiant installation at Engine Yard. I've gotten the basic Radiant install setup, but I'm unsure how to install any of the extensions. For example, under vednor, there is a "gems" subdirectory, a "radiant" subdirectory, but no "extensions

[Radiant] Fresh install (error): comparison of String with 60 failed

2010-11-03 Thread Jordon Bedwell
Rack 1.2 Rails 3 Ruby 1.9.2 Perhaps you guys and gals can help me figure out how to fix this error: Processing SiteController#show_page (for # at 2010-11-03 14:32:33) [GET] Parameters: {"controller"=>"site", "action"=>"show_page", "url"=>"/"} ArgumentError (comparison of String with 60 failed

Re: [Radiant] Fresh install (error): comparison of String with 60 failed

2010-11-03 Thread john muhl
On Wed, Nov 3, 2010 at 2:51 PM, Jordon Bedwell wrote: > Rack 1.2 > Rails 3 > Ruby 1.9.2 > > Perhaps you guys and gals can help me figure out how to fix this error: try: Rack 1.1.0 Rails 2.3.8 (Radiant has it vendored so your Rails 3 above is not being loaded; i.e. you don't need to install Rails

Re: [Radiant] Fresh install (error): comparison of String with 60 failed

2010-11-03 Thread Jim Gay
On Nov 3, 2010, at 4:04 PM, john muhl wrote: > On Wed, Nov 3, 2010 at 2:51 PM, Jordon Bedwell wrote: >> Rack 1.2 >> Rails 3 >> Ruby 1.9.2 >> >> Perhaps you guys and gals can help me figure out how to fix this error: > > try: > > Rack 1.1.0 > Rails 2.3.8 (Radiant has it vendored so your Rails

Re: [Radiant] Fresh install (error): comparison of String with 60 failed

2010-11-03 Thread Jordon Bedwell
On 11/03/2010 03:14 PM, Jim Gay wrote: > > On Nov 3, 2010, at 4:04 PM, john muhl wrote: > >> On Wed, Nov 3, 2010 at 2:51 PM, Jordon Bedwell wrote: >>> Rack 1.2 >>> Rails 3 >>> Ruby 1.9.2 >>> >>> Perhaps you guys and gals can help me figure out how to fix this error: >> >> try: >> >> Rack 1.1.0 >

[Radiant] rack/cache issue

2010-11-03 Thread Rek2GNULinux
Hello decided to try radiant but I keep getting this error... any idea? rake production db:bootstrap (in /var/www/dev.binaryfreedom.info) rake aborted! no such file to load -- rack/cache (See full trace by running task with --trace) Thanks!

Re: [Radiant] rack/cache issue

2010-11-03 Thread john muhl
On Wed, Nov 3, 2010 at 7:02 PM, Rek2GNULinux wrote: > Hello decided to try radiant but I keep getting this error... any > idea? > > rake production db:bootstrap > (in /var/www/dev.binaryfreedom.info) > rake aborted! > no such file to load -- rack/cache probably a bum install. could you explain ho

[Radiant] Re: rack/cache issue

2010-11-03 Thread Rek2GNULinux
I use gentoo so I emerge radiant then I run: radiant --database=mysql I created the mysql databases configure the /config/databases.yml and then I try rake db:bootstrap and I get that error... here is with --trace.. rake db:bootstrap --trace (in /var/www/mysite) ** Invoke db:bootstrap (first_tim

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
Hi, so anyone has any idea? Thanks 2010/11/3 Rek2GNULinux > I use gentoo so I emerge radiant then I run: > radiant --database=mysql > I created the mysql databases > configure the /config/databases.yml > and then I try > rake db:bootstrap and I get that error... > > here is with --trace.. > >

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread Jim Gay
Is there anything interesting happening on /var/www/dev.binaryfreedom.info/config/environment.rb:55 And it looks like its loading rails 2.3.10. It shouldn't; Radiant 0.9.1 bundles Rails 2.3.8 Did you add any other gems or extensions to your instance of Radiant? On Wed, Nov 3, 2010 at 10:29 PM, r

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
2010/11/3 Jim Gay > Is there anything interesting happening on > /var/www/dev.binaryfreedom.info/config/environment.rb:55 > > And it looks like its loading rails 2.3.10. It shouldn't; Radiant > 0.9.1 bundles Rails 2.3.8 > > Did you add any other gems or extensions to your instance of Radiant? > >

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
I just uninstalled the package.. installed again.. run the same commands and same result.. :-( also notes there is not a app directory inside.. rake production db:bootstrap --trace (in /var/www/dev.binaryfreedom.info) ** Invoke production (first_time) ** Execute production ** Invoke environment (

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread Jim Gay
I'm not sure what's happening here. Radiant bundles both rails and rack-cache https://github.com/radiant/radiant/tree/0.9.1/vendor/ So your rails version 2.3.10 should never be loaded. On Wed, Nov 3, 2010 at 11:39 PM, rek2 wrote: > > I just uninstalled the package.. installed again.. > run the s

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
2010/11/3 Jim Gay > I'm not sure what's happening here. Radiant bundles both rails and > rack-cache > https://github.com/radiant/radiant/tree/0.9.1/vendor/ > > So your rails version 2.3.10 should never be loaded. > > hmm weird.. this is what I have: radiant -v Radiant 0.9.1 rake --version rake,