[Radiant] Re: Missing Images on Demo site and bootstrapped site.

2010-10-05 Thread Chales
Got it. I don't know why I didn't think to drop that part.

I went and found the roasters.yml in the radiant gem and updated it.
Reran db:bootstrap and all the images load. I tried following the
directions on http://github.com/radiant/radiant/wiki/Contributing-Code
to see if I couldn't submit the changes back, but I'm getting:

DEPRECATION WARNING: Rake tasks in vendor/plugins/dataset/tasks are
deprecated. Use lib/tasks instead. (called from /Users/cliff/Radiant-
Git/radiant/vendor/rails/railties/lib/tasks/rails.rb:10)

when I run sudo rake RAILS_ENV=test gems:install.

Any pointers on that error here, or would I need to move over to the
dev list for that?


The fix is easy, just a global find/replace in /db/templates/
roasters.yml for:

spurrd.com/assets/\d\d\d

replace with:
demo-assets.radiantcms.org



Thanks again for the help!





On Oct 5, 12:38 am, krismartin  wrote:
> Chales, just remove the /assets/xxx part from the URL.
>
> e.g.http://demo-assets.radiantcms.org/banner.jpghttp://demo-assets.radiantcms.org/nav-background.gifhttp://demo-assets.radiantcms.org/nav-divider.gifhttp://demo-assets.radiantcms.org/comment.png
>
> On Oct 5, 1:47 pm, Chales  wrote:
>
>
>
> > I tried directly 
> > loadinghttp://demo-assets.radiantcms.org/assets/120/banner.jpg
> > (The header image) 
> > andhttp://demo-assets.radiantcms.org/assets/123/comment.png
> > (the comments icon) and got a file not found page.  I did try
> > searching for an answer before this, but searching the google group
> > forspurrd.com returned no result even though there's a topic on the
> > main radiant mailing list page withspurrd.com in the title. If we can
> > find the right location for the images, I'd be interested in putting
> > together a fix for the demo database, as I've yet to have a 'bug' in
> > an OSS project that was within the scope of things I can fix.
> > (Assuming I can be lead to the location of the missing images!)
>
> > Thanks.
>
> > On Oct 3, 6:40 pm, john muhl  wrote:
>
> > > i believe they've been moved tohttp://demo-assets.radiantcms.org/
>
> > > On Sun, Oct 3, 2010 at 3:29 PM, Chales  wrote:
> > > > I've been eyeing the demo website for some time and finally had time
> > > > this weekend to do an install and bootstapped my copy to use the same
> > > > template. However all the images on the demo site and on the template
> > > > referencehttp://spurrd.com/assets/... That domain redirects to
> > > >http://readymadeit.com/assets/whichdoesnot have the images. I plan
> > > > of course to replace the images in my design, but having them as
> > > > placeholders till I replace them would be nice as I'm hoping to
> > > > present the layout to work soon. Is there any way to get a copy of the
> > > > images and/or correct thehttp://demo.radiantcms.org/site?
>
> > > > Thanks,
> > > > Cliff Hales


[Radiant] Re: Missing Images on Demo site and bootstrapped site.

2010-10-04 Thread krismartin
Chales, just remove the /assets/xxx part from the URL.

e.g.
http://demo-assets.radiantcms.org/banner.jpg
http://demo-assets.radiantcms.org/nav-background.gif
http://demo-assets.radiantcms.org/nav-divider.gif
http://demo-assets.radiantcms.org/comment.png



On Oct 5, 1:47 pm, Chales  wrote:
> I tried directly 
> loadinghttp://demo-assets.radiantcms.org/assets/120/banner.jpg
> (The header image) andhttp://demo-assets.radiantcms.org/assets/123/comment.png
> (the comments icon) and got a file not found page.  I did try
> searching for an answer before this, but searching the google group
> forspurrd.com returned no result even though there's a topic on the
> main radiant mailing list page withspurrd.com in the title. If we can
> find the right location for the images, I'd be interested in putting
> together a fix for the demo database, as I've yet to have a 'bug' in
> an OSS project that was within the scope of things I can fix.
> (Assuming I can be lead to the location of the missing images!)
>
> Thanks.
>
> On Oct 3, 6:40 pm, john muhl  wrote:
>
>
>
> > i believe they've been moved tohttp://demo-assets.radiantcms.org/
>
> > On Sun, Oct 3, 2010 at 3:29 PM, Chales  wrote:
> > > I've been eyeing the demo website for some time and finally had time
> > > this weekend to do an install and bootstapped my copy to use the same
> > > template. However all the images on the demo site and on the template
> > > referencehttp://spurrd.com/assets/... That domain redirects to
> > >http://readymadeit.com/assets/whichdoes not have the images. I plan
> > > of course to replace the images in my design, but having them as
> > > placeholders till I replace them would be nice as I'm hoping to
> > > present the layout to work soon. Is there any way to get a copy of the
> > > images and/or correct thehttp://demo.radiantcms.org/site?
>
> > > Thanks,
> > > Cliff Hales


[Radiant] Re: Missing Images on Demo site and bootstrapped site.

2010-10-04 Thread Chales
I tried directly loading http://demo-assets.radiantcms.org/assets/120/banner.jpg
(The header image) and http://demo-assets.radiantcms.org/assets/123/comment.png
(the comments icon) and got a file not found page.  I did try
searching for an answer before this, but searching the google group
for spurrd.com returned no result even though there's a topic on the
main radiant mailing list page with spurrd.com in the title. If we can
find the right location for the images, I'd be interested in putting
together a fix for the demo database, as I've yet to have a 'bug' in
an OSS project that was within the scope of things I can fix.
(Assuming I can be lead to the location of the missing images!)

Thanks.



On Oct 3, 6:40 pm, john muhl  wrote:
> i believe they've been moved tohttp://demo-assets.radiantcms.org/
>
>
>
> On Sun, Oct 3, 2010 at 3:29 PM, Chales  wrote:
> > I've been eyeing the demo website for some time and finally had time
> > this weekend to do an install and bootstapped my copy to use the same
> > template. However all the images on the demo site and on the template
> > referencehttp://spurrd.com/assets/... That domain redirects to
> >http://readymadeit.com/assets/which does not have the images. I plan
> > of course to replace the images in my design, but having them as
> > placeholders till I replace them would be nice as I'm hoping to
> > present the layout to work soon. Is there any way to get a copy of the
> > images and/or correct thehttp://demo.radiantcms.org/site?
>
> > Thanks,
> > Cliff Hales