[Radiant] error after install

2008-12-12 Thread jason white
Hello All,
i have just installed Radiant, and ran script/server. I can login to the
admin section with no problems, but when i go to the site at localhost:3000
i get the error listed below. i searched the previous posts, but have not
found any resolution to the problem.

NoMethodError in SiteController#show_page

undefined method `[]' for #

RAILS_ROOT: /home/jason/development/radiant



thank you,
Jason
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] error after install

2008-12-12 Thread jason white
thank you for the quick reply. i will try and reinstall it later, and use
Ruby 1.8.6

Thanks,
Jason

On Fri, Dec 12, 2008 at 1:24 PM, Sean Cribbs  wrote:

> Radiant is still incompatible with Ruby 1.8.7.  There might have been a fix
> posted on the mailing list, but I'm not certain.
>
> Sean
>
> jason white wrote:
>
>> Hello All,
>>i have just installed Radiant, and ran script/server. I can login to
>> the
>> admin section with no problems, but when i go to the site at
>> localhost:3000
>> i get the error listed below. i searched the previous posts, but have not
>> found any resolution to the problem.
>>
>> NoMethodError in SiteController#show_page
>>
>> undefined method `[]' for #
>>
>> RAILS_ROOT: /home/jason/development/radiant
>>
>>
>>
>> thank you,
>> Jason
>> ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] error after install

2008-12-12 Thread jason white
thank you for your quick reply. i added the suggested code, and it worked!

Jason

On Fri, Dec 12, 2008 at 1:48 PM, Robert Calco  wrote:

> Adding this to environment.rb before the Radiant::Initializer.run do line
> makes it work on 1.8.7:
>
> unless '1.9'.respond_to?(:force_encoding)
>  String.class_eval do
>   begin
> remove_method :chars
>   rescue NameError
> # OK
>   end
>  end
> end
>
> I don't remember who gave me that from this list but whoever it was, thank
> you again!
>
> - Bob
>
> On Fri, Dec 12, 2008 at 2:33 PM, jason white  wrote:
>
> > thank you for the quick reply. i will try and reinstall it later, and use
> > Ruby 1.8.6
> >
> > Thanks,
> > Jason
> >
> > On Fri, Dec 12, 2008 at 1:24 PM, Sean Cribbs 
> wrote:
> >
> > > Radiant is still incompatible with Ruby 1.8.7.  There might have been a
> > fix
> > > posted on the mailing list, but I'm not certain.
> > >
> > > Sean
> > >
> > > jason white wrote:
> > >
> > >> Hello All,
> > >>i have just installed Radiant, and ran script/server. I can login
> to
> > >> the
> > >> admin section with no problems, but when i go to the site at
> > >> localhost:3000
> > >> i get the error listed below. i searched the previous posts, but have
> > not
> > >> found any resolution to the problem.
> > >>
> > >> NoMethodError in SiteController#show_page
> > >>
> > >> undefined method `[]' for #
> > >>
> > >> RAILS_ROOT: /home/jason/development/radiant
> > >>
> > >>
> > >>
> > >> thank you,
> > >> Jason
> > >> ___
> > >> Radiant mailing list
> > >> Post:   Radiant@radiantcms.org
> > >> Search: http://radiantcms.org/mailing-list/search/
> > >> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> > >>
> > >>
> > >>
> > >
> > > ___
> > > Radiant mailing list
> > > Post:   Radiant@radiantcms.org
> > > Search: http://radiantcms.org/mailing-list/search/
> > > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> > >
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Production Setup using Passenger and Linode

2009-01-05 Thread jason white
hello all,   I have downloaded and installed Radiant CMS. I followed the
instructions in the handbook, and was able to get the application running
using script/server -e production. Now i'm in the process of using Phfusion
Passenger to server the application. What are the necessary changes that
would need to be made to have the application function? The posts on setting
up Radiant with Dreamhost are excellent, but i'm trying to do the same thing
with Linode.

thank you,
Jason
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Production Setup using Passenger and Linode

2009-01-05 Thread jason white
thank you for taking the time to put the article together.

Jason

On Mon, Jan 5, 2009 at 9:20 PM, Saša Babić  wrote:

> Saša Babić wrote:
>
>> Its really simple:
>>
>
> @mohit & all:
>
> I've made a draft page for the Summer Reboot:
>
>  http://wiki.radiantcms.org/Deploying_your_first_site
>
> Someone should, please, do a sanity check on it. Also, english is not
> native for me, so maybe that should be checked, too.
>
> Side note: its kind of comforting to know that its summer on the southern
> hemisphere. :)
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Re: E-Commerce, Anyone?

2009-01-12 Thread jason white
The best eCommerce source for Ruby on Rails is Spree http://spreehq.com
Radiant is an excellent CMS, and i'm sure that you could use it for an
eCommerce solution, but i would use Spree.

Jason

On Mon, Jan 12, 2009 at 1:32 PM, Ignacio Carrera  wrote:

> Chris Poldier wrote:
> > Radiant would be a great catalog system for e-commerce.
>
>  I'm interested in this... but I don't know how to use a Radiant page
> as a kind of template itself for a given model.
>
>  As an example, let's call it "Product" (I'm imaginative), and we have
> a nice admin section to do CRUD on it.
>
>  We need, from within a Radiant page, to call something like  attribute="name" /> (just an example).
>
>  Then we would also need a way to iterate over these, and filter them,
> too...
>
>  Any ideas?
>
> nachokb
> --
> Posted via http://www.ruby-forum.com/.
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant