[Radiant] using rails_support extension

2008-06-13 Thread Will Emerson
I have been using the rails_support extension in Radiant 0.6.4. I'm
moving a project to Radiant 0.6.7 and Rails 2.02 and I'm hitting
problems. Will this extension work with 0.6.7? or is there a better
choice to serve rails pages in another extension through radiant
layouts?

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


Re: [Radiant] Which extension to use?

2008-06-13 Thread Jamey Cribbs
I would second what Jim says.  Radiant makes it so easy to write extensions,
that if I were you I would just roll my own.  I did something similar for
event registration.  If you make sure to add the public facing route in your
extension file, then you can just link to your newsletter signup form from
within a radiant page.  No need even to have to create any custom radiant
tags.
HTH,

Jamey


On Fri, Jun 13, 2008 at 12:22 AM, Jim Gay [EMAIL PROTECTED] wrote:

 On Jun 13, 2008, at 12:06 AM, [EMAIL PROTECTED] wrote:

  Hey guys,

 I am trying to figure out how to add a sign up page for a newsletter my
 client want to send out. I am not worried about the newsletter part,
 yet, but I cannot for the life of me figure out which extension I need
 to use to build and process the sign up form. I have tried using
 database_form, but there is something wrong with the way it handles the
 redirect after the form data is sent to the db and I cannot get any of
 the validation working. I also looked into the form extension from the
 official list of extensions, but the comment at the top of the readme
 says that it is very alpha and shouldn't be used.

 Has anybody set up a form like this in 0.6.7 yet? I am not looking for
 somebody else to do my work for me, but can anybody point me in the
 right direction? I would greatly appreciate it.


 Thanks,

 Nate


 Thats on my list of things to do as well.

 Try the share_layouts extension from the core and build an extension with a
 controller exposed to the public (ie. not in the admin namespace) and set
 no_login_required at the top of your controller.
 Another option is to take a look at the mailer extension (which provides
 and processes public facing forms). It might give you some ideas about tags
 that you could create and how to consume the form data.

 I believe that that is the direction you might want to try, but I haven't
 tackled it myself yet.

 -Jim

 ___
 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: Radiant documentation - summer reboot

2008-06-13 Thread Mohit Sindhwani

Jim Gay wrote:
So, here's what I'm going to try to do.  I made a list of topics that 
I would like to see as part of the documentation, roughly organized 
by topic.  When I get back home from work tonight, I'll try to type 
that in and email it out just to share my ideas with you.  I know 
that there will be many things that could be debated in that list but 
it may serve as a reference (even if it is trashed).


That would be awesome. It'll at least help me write the docs for 
radiant-help to see how others want it organized.


Hi Guys

Sorry for the delay in pushing this out.  This is roughly the first 
draft of the plan that I had.  This is not split up into the sections 
that I had mentioned.  I think some of these can be mixed and matched 
into the different sections.  In general, this targets a person who is 
starting with Radiant but is actually a developer.  I'm sure there's 
plenty more that can/ should go in, but I'm just passing this as a 
starting point.


Cheers,
Mohit.
6/14/2008 | 2:17 AM.

=== RADIANT DOCUMENTATION ===
1. Installation  First Steps
  * Downloading  Installing Radiant - gem, svn, git, edge
  * Getting Started I - Hello world with Radiant
  * Planning your site (what are layouts, snippets, pages, page parts)
  * Getting Started II
- Improved Stylesheets
- Using Layouts  Snippets
- Filters  Using Textile
  * Themes
- Why are there no themes for Radiant?
- Using the 'Hemingway' Radiant them?
- Who does themes?   (Radiant pros)
  * Introduction to the Admin UI and Users
  * Installing your first extension (PageAttachments?)
  * Improved Stylesheet/ Script management (SnS)
  * Deploying your first site (general tips with guidance to specific 
host articles)


2. Common Tasks  Extensions
  * Migrating from other sites - Wordpress, Mephisto, etc.
  * Understanding tags  Radius
  * Getting Started III - Meta tags  Date of publishing
  * PageAttachments - Installations, providing downloads and linking to 
images/ thumbnails

  * Beyond HTML - providing a simple RSS feed for your site
  * Customizations - Time zone
  * Gallery - Image galleries
  * WYSIWIG Editors - WymEditor, FckEditor
  * Sitemap
  * Import/ Export
  * Using Radiant as a blog
  * Search Extension

3. Writing your Own Extension
  * Creating an extension I - Adding tags (and some useful tags)
  * Creating an extension II - Adding a tab in Admin UI (and what is 
shards?)

  * Creating an extension III - Modifying the Page UI from an extension

4. Additional Configurations  Advanced Admin
  * Previewing Radiant Pages (developer viewing)
  * Multi-site Extension (why and how)
  * Customizations II - Admin title, etc.
  * Skinning the Admin UI
  * Installing to a sub-domain
  * Installing to a sub-directory
  * Dealing with Caching

5. Commonly Used Extensions
  * Copy and Move
  * Reorder
  * Featured Pages
  * Mailer
  * Syntax Highlighter
  * Calendar/ Events
  * RSS Aggregator
  * Comments
  * Multiple RSS feeds from the content
  * Scheduler Extension
  * Newsletter

6. Advanced Topics (few solutions yet)
  * Versioning the content
  * Tagging  Rating Content
  * Multiple Languages
  * Migrating from SQLite to MySQL/ other database
  * Staging Extension (and ideas on how to do it)
  * Protecting the data
  * Setting up user access/ passwords
  * Integrating with Rails
  * Providing end-user help (radiant_help)
===

___
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: Radiant documentation - summer reboot

2008-06-13 Thread Casper Fabricius
Very nice, Mohit. If everyone can approve of this as starting outline  
for Radiant documentation, I suggest you put into a page in the wiki.  
Then we can add our names to the sections we would to like write, and  
add further sections we think is needed.


Cheers,
Casper

On 13/06/2008, at 20:18, Mohit Sindhwani wrote:


Jim Gay wrote:
So, here's what I'm going to try to do.  I made a list of topics  
that I would like to see as part of the documentation, roughly  
organized by topic.  When I get back home from work tonight, I'll  
try to type that in and email it out just to share my ideas with  
you.  I know that there will be many things that could be debated  
in that list but it may serve as a reference (even if it is  
trashed).


That would be awesome. It'll at least help me write the docs for  
radiant-help to see how others want it organized.


Hi Guys

Sorry for the delay in pushing this out.  This is roughly the first  
draft of the plan that I had.  This is not split up into the  
sections that I had mentioned.  I think some of these can be mixed  
and matched into the different sections.  In general, this targets a  
person who is starting with Radiant but is actually a developer.   
I'm sure there's plenty more that can/ should go in, but I'm just  
passing this as a starting point.


Cheers,
Mohit.
6/14/2008 | 2:17 AM.

=== RADIANT DOCUMENTATION ===
1. Installation  First Steps
 * Downloading  Installing Radiant - gem, svn, git, edge
 * Getting Started I - Hello world with Radiant
 * Planning your site (what are layouts, snippets, pages, page parts)
 * Getting Started II
   - Improved Stylesheets
   - Using Layouts  Snippets
   - Filters  Using Textile
 * Themes
   - Why are there no themes for Radiant?
   - Using the 'Hemingway' Radiant them?
   - Who does themes?   (Radiant pros)
 * Introduction to the Admin UI and Users
 * Installing your first extension (PageAttachments?)
 * Improved Stylesheet/ Script management (SnS)
 * Deploying your first site (general tips with guidance to specific  
host articles)


2. Common Tasks  Extensions
 * Migrating from other sites - Wordpress, Mephisto, etc.
 * Understanding tags  Radius
 * Getting Started III - Meta tags  Date of publishing
 * PageAttachments - Installations, providing downloads and linking  
to images/ thumbnails

 * Beyond HTML - providing a simple RSS feed for your site
 * Customizations - Time zone
 * Gallery - Image galleries
 * WYSIWIG Editors - WymEditor, FckEditor
 * Sitemap
 * Import/ Export
 * Using Radiant as a blog
 * Search Extension

3. Writing your Own Extension
 * Creating an extension I - Adding tags (and some useful tags)
 * Creating an extension II - Adding a tab in Admin UI (and what is  
shards?)

 * Creating an extension III - Modifying the Page UI from an extension

4. Additional Configurations  Advanced Admin
 * Previewing Radiant Pages (developer viewing)
 * Multi-site Extension (why and how)
 * Customizations II - Admin title, etc.
 * Skinning the Admin UI
 * Installing to a sub-domain
 * Installing to a sub-directory
 * Dealing with Caching

5. Commonly Used Extensions
 * Copy and Move
 * Reorder
 * Featured Pages
 * Mailer
 * Syntax Highlighter
 * Calendar/ Events
 * RSS Aggregator
 * Comments
 * Multiple RSS feeds from the content
 * Scheduler Extension
 * Newsletter

6. Advanced Topics (few solutions yet)
 * Versioning the content
 * Tagging  Rating Content
 * Multiple Languages
 * Migrating from SQLite to MySQL/ other database
 * Staging Extension (and ideas on how to do it)
 * Protecting the data
 * Setting up user access/ passwords
 * Integrating with Rails
 * Providing end-user help (radiant_help)
===

___
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] Re: Layouts, snippets and site assets on the file system?

2008-06-13 Thread Daniel Collis-puro
Sean Cribbs wrote:
 Alex,
 
 I've been promising for a long time, so I better own up on it.  I wrote
 an extension for Digital Pulp that lets you import/export several models
 between the database and the file system so that they can be stored in a
 SCM.  There are a number of other extensions that the DP devs and I have
 been wanting to export for a while.  Although I have a few other things
 to do this Friday, I'll put that on the to-dos as well.
 
 Sean

Was this done via FUSE?

http://redhanded.hobix.com/inspect/railsfsAfterACoupleMinutesOfToolingWithFuseWhoa.html

Seems like that's the Right way. I've used FUSE extensively to mount 
remote filesystems via SSH and it works wonderfully.

--DJCP
-- 
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