[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:

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 jor...@envygeeks.com 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

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 jor...@envygeeks.com 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

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 jor...@envygeeks.com 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

[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 rek2gnuli...@gmail.com 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.

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
Hi, so anyone has any idea? Thanks 2010/11/3 Rek2GNULinux rek2gnuli...@gmail.com 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

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,

Re: [Radiant] Re: rack/cache issue

2010-11-03 Thread rek2
2010/11/3 Jim Gay j...@saturnflyer.com 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

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 rek2
2010/11/3 Jim Gay j...@saturnflyer.com 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