Re: [Radiant] Sessions in Radiant Help

2007-11-16 Thread Jeff Dean
I believe that this is because of a bug in rails, and not radiant. The SiteController has session :off, and adding session :on in your controllers doesn't seem to do anything. The only way I know to change this is to actually go into SiteController and comment out that line. I've seen

Re: [Radiant] Integrating radiant in existing rails application

2007-11-16 Thread Jeff Dean
Never tried it - but you could also have a look at http://wiki.pluginaweek.org/Mini_radiant On Nov 16, 2007, at 9:57 PM, Maged Makled wrote: arpit jain wrote: I need to integrate radiant in our existing rails application. We have our own authentication system for our site. I have searched

Re: [Radiant] Sessions in Radiant Help

2007-11-16 Thread Jeff Dean
for the changes to take effect. There are much more elegant solutions, I'm sure, but this one worked for me. If you have a problem with edge radiant this might not work. If that happens, let me know. On Nov 16, 2007, at 10:31 PM, Maged Makled wrote: Jeff Dean wrote: I believe that this is because

Re: [Radiant] Sessions in Radiant Help

2007-11-16 Thread Jeff Dean
: Jeff Dean wrote: Here's what I did: gem install --include-dependencies radiant radiant myapp cd myapp [change database.yml] rake db:bootstrap rake radiant:freeze:edge rake radiant:update rake db:migrate [create extension...] Now you'll have a full copy of radiant's source code in your

[Radiant] Has anyone used the PluginAWeek Version?

2007-11-14 Thread Jeff Dean
Has anyone played around with http://api.pluginaweek.org/mini_radiant/? It sounds like a great idea - and it seems like it would make it a lot easier to port existing rails apps - something like: * piston all of the plugins * update some configs to fix the load order * run some migrations

[Radiant] Regular Rails Script Generate

2007-11-10 Thread Jeff Dean
I've got the latest revision of Radiant from trunk (r596) and I also downloaded and configured the RadiantOnRails extension (very slick, by the way). I'd like to be able to use script/generate for the main rails app, but it's not recognizing the standard generators. Does anyone know how to

[Radiant] Integrating with Existing Rails Apps

2007-11-10 Thread Jeff Dean
I've got a few existing sites that I'd like to add radiant to. Each of them has a more complicated user management setup (multiple roles/ permissions) and lots of dynamic content. I got going with radiant_on_rails and share_layouts so I can get my app to look like the Radiant app, but I