Re: [Radiant] page_attachments: unable to install (application.rb missing)

2009-07-26 Thread exitseven
Mamed,

thnk you! That worked fine for me.

Up and running,
rainer

On Sat, Jul 25, 2009 at 9:06 PM, Mamed Mamedovmamed.mame...@gmail.com wrote:
 By the way, after editing this file you must to restart migration task of
 this extensions to complete it's installation.
 
 Regards,
 Mamed Mamedov

 Sent from Baku, Azerbaijan
 Marie von 
 Ebner-Eschenbachhttp://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html
 - Even a stopped clock is right twice a day.

 2009/7/26 Mamed Mamedov mamed.mame...@gmail.com

 Hi!

 Which version of radiant you are using?

 Try to edit file
 RAILS_APP_ROOT/vendor/extensions/page_attachments/page_attachments.rb and
 replace the line:

 *require 'application' *

 to:

 *require 'application_controller'
 .

 *It seems, that this extension is not fully compatible with last stable
 version of radiant (0.8). Also, you can read this:
 http://wiki.github.com/radiant/radiant/developer-upgrade-notes, to better
 understand changes between last stable and old versions of radiant.
 
 Regards,
 Mamed Mamedov

 Sent from Baku, Azerbaijan
 Stephen 
 Leacockhttp://www.brainyquote.com/quotes/authors/s/stephen_leacock.html - 
 I detest life-insurance agents: they always argue that I shall some day
 die, which is not so.

 2009/7/26 exitseven exitse...@gmail.com

 Hello there,

 I tried to install the page_attachments extension as described here:

 http://github.com/radiant/radiant-page-attachments-extension/blob/4eb43b8ebbcea80803faec2145ce50dcff9b0bff/README.md

 The rake command (rake radiant:extensions:page_attachments:migrate)
 exits with this error:
 Could not load extension from file: page_attachments_extension.
 #MissingSourceFile: no such file to load -- application.rb
 rake aborted!
 no such file to load -- application.rb

 Rake probably did not find the path to my radiant installation which
 is located here:
 /opt/ruby-enterprise-1.8.6-20090610/

 Or is something else broken?

 Any ideas out there?

 Thanks,
 rainer
 ___
 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] Great community, great support

2009-07-26 Thread exitseven
Hey,

just want to say that the radiant community is very helpful,
responsive and nice. If you got any problem you ask a question and you
will usually receive a helpful answer in no time. I will contribute
too.

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


Re: [Radiant] Great community, great support

2009-07-26 Thread Mohit Sindhwani

exitseven wrote:

Hey,

just want to say that the radiant community is very helpful,
responsive and nice. If you got any problem you ask a question and you
will usually receive a helpful answer in no time. I will contribute
too.

Thanks,
rainer
  


Looking forward to your support :)

Cheers,
Mohit.
7/27/2009 | 2:37 AM.

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


[Radiant] multi_site

2009-07-26 Thread Caleb Adam Haye
I am using the multi-site extension, and am having trouble packaging my app
up for deployment.

The following command doesn’t work, because the SVN repo is Gone (410):
svn export
http://svn.radiantcms.org/radiant/tags/rel_0-6-7/extensions/multi_site/vendor/extensions/multi_site

Any idea where it went? or how i can achieve my goal of being able to deploy
my site w/ the multi_site extension encapsulated?
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] multi_site

2009-07-26 Thread john muhl
try `git clone git://github.com/radiant/radiant-multi-site-extension.git`

all the extensions from the old svn repo have been moved to
http://github.com/radiant and almost all 3rd party extension
development has moved to git as well. although if you're trying to use
0.6.7 you may find the versions available on github incompatible it
has after all been over a year since that release.

On Sun, Jul 26, 2009 at 3:13 PM, Caleb Adam
Hayeca...@firecollective.com wrote:
 I am using the multi-site extension, and am having trouble packaging my app
 up for deployment.

 The following command doesn’t work, because the SVN repo is Gone (410):
 svn export
 http://svn.radiantcms.org/radiant/tags/rel_0-6-7/extensions/multi_site/vendor/extensions/multi_site

 Any idea where it went? or how i can achieve my goal of being able to deploy
 my site w/ the multi_site extension encapsulated?
 ___
 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] multi_site

2009-07-26 Thread Caleb Adam Haye
Thanks for the reply, that answers the first part of my question (about
where the src can be found)

So, given the fact that the sources are now on git, what are the steps that
I need to take in order to achieve my goal of being able to deploy my site
w/ the multi_site extension encapsulated? i.e. How do I properly ensure that
extensions are included when I bundle up my radiant git for deployment?

None of the docs on github seem to cover this.

These are the steps I am taking (from github, which are falling short)

rake rails:freeze:gems
rake rails:freeze:edge

rake gems:unpack
rake gems:unpack:dependencies


Next, I add/commit/push the stuff to my git repo
Then, I clone the repo and try to run my app and get the following message:

Could not load extension from file: multi_site_extension.
#NameError: uninitialized constant MultiSiteExtension

That error is appropriate, because the multi_site source is not found in the
vendor/extensions folder.  How do I properly ensure that extensions are
included when I bundle up my radiant git for deployment?

Thank you!

On Sun, Jul 26, 2009 at 2:29 PM, john muhl johnm...@gmail.com wrote:

 try `git clone 
 git://github.com/radiant/radiant-multi-site-extension.git`http://github.com/radiant/radiant-multi-site-extension.git%60

 all the extensions from the old svn repo have been moved to
 http://github.com/radiant and almost all 3rd party extension
 development has moved to git as well. although if you're trying to use
 0.6.7 you may find the versions available on github incompatible it
 has after all been over a year since that release.

 On Sun, Jul 26, 2009 at 3:13 PM, Caleb Adam
 Hayeca...@firecollective.com wrote:
  I am using the multi-site extension, and am having trouble packaging my
 app
  up for deployment.
 
  The following command doesn’t work, because the SVN repo is Gone (410):
  svn export
 
 http://svn.radiantcms.org/radiant/tags/rel_0-6-7/extensions/multi_site/vendor/extensions/multi_site
 
  Any idea where it went? or how i can achieve my goal of being able to
 deploy
  my site w/ the multi_site extension encapsulated?
  ___
  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




-- 
Caleb Adam Haye
ca...@firecollective.com

Fire, Inc.
487 S. Main St
Sebastopol, Ca 95472

office: (707) 701-FIRE
toll-free: (888) 314-FIRE
fax: (888) FAX-7933

The information contained in this message is confidential and intended only
for the use of the individual or entity named above, and may be privileged.
Any unauthorized review, use, disclosure, or distribution is prohibited. If
you are not the intended recipient, please reply to the sender immediately,
stating that you have received the message in error, then please delete this
e-mail. Thank you.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Weird behaviour always displaying the same page

2009-07-26 Thread Tassilo Philipp
Hi,

I'm new to radiant and ran into a strange problem I didn't manage to figure out.
I ran radiant 0.8.0 on a simple local testbox and that worked flawlessly, using 
sqlite3 and lighttpd. After playing around with radiant and getting used to it, 
I wanted to start working on a site hosted on bluehost (unfortunately, I can't 
change the hosting service). Well, I installed the required gems, or updated 
old gems, followed the install on bluehost guide on the wiki, set up the 
roasters sample page, and made it finally work... sort of.
After browsing to a page of the sample page, e.g. 'news', every single request 
returns this 'news' page, regardless of the URL. So, trying to access 
'locations', returns the 'news' page, too, etc.
However, a couple of minutes later it works, but then, every request displays 
the 'locations' page, etc.

I think it might be related to the page caching, because the radiantcms website 
states that radiant uses a 5 minute caching system, but I'm not quite sure 
about that.

Any ideas?

As a sidenote - in order to get it running I had to patch 
gems/rackrack-1.0.0/lib/rack/handler/fastcgi.rb as outlined in 
http://www.ruby-forum.com/topic/191484 - but this shouldn't cause the issues 
I'm having, though.

These are the installed gem versions:
RedCloth-4.2.2
actionmailer-2.3.3
actionpack-2.3.3
activerecord-2.3.3
activeresource-2.3.3
activesupport-2.3.3
cgi_multipart_eof_fix-2.5.0
daemons-1.0.10
fastthread-1.0.7
fcgi-0.8.7
gem_plugin-0.2.3
mongrel-1.1.5
rack-1.0.0
radiant-0.8.0
rails-2.3.3
rake-0.8.7
rmagick-2.10.0
rspec-1.2.8
sqlite3-ruby-1.2.5


Thanks!
Tassilo
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Paperclipped assets bucket not showing

2009-07-26 Thread davidb
I have a small problem with the paperclipped extension on a live site.  
Clicking on the 'Show Assets Bucket' link doesn't do anything in Firefox or 
IE7.  However it does appear in Chrome (and I'm assuming Safari).

Any ideas what's going on here - possibly a conflict with another extension?

This was definitely working properly when first installed.

Cheers,
Dave

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