Re: [Radiant] Show the "Username" in the front end for logged-in user of the radiant cms

2010-01-10 Thread Chris Parrish
You mention "front end" so I assume you aren't referring to the Radiant Admin pages. What kind of user are we talking about here? A Radiant user (someone who can log into the admin part of your site) or a site user (presumably you are using an extension to allow end users to register and log

Re: [Radiant] Rails app to Radiant extension: problem - app already has User model

2010-01-10 Thread Arthur Gunn
Project-wide find and replace? User —> Person users —> people etc. Just do it case-sensitively. This worked fine for me. -Arthur ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Sit

[Radiant] Show the "Username" in the front end for logged-in user of the radiant cms

2010-01-10 Thread Ninad Pol
Hi, In the front end i need to show the "*Username*" for logged-in user of the radiant. So is their any *radius tag* using which i can show this on webpage by accessing user session ? If no what is the possible way to do this ? -- Thank you. Regards, Ninad ___

Re: [Radiant] Rails app to Radiant extension: problem - app already has User model

2010-01-10 Thread Asfand Yar Qazi
2010/1/10 Arthur Gunn : > Renaming your app's user model would seem like a very clean and easy > way of doing things. > > I don't see any way of doing things without renaming your app's user > model. The only alternative would be to drop it and patch radiant's > user model with your changes. That's

Re: [Radiant] Cucumber Newbie

2010-01-10 Thread John Polling
Ok, at least it's not something stupid I'm doing! :) Is there a simple around this, so I can use cucumber for my own extension writing? Thanks John On 10 Jan 2010, at 14:41, Sean Cribbs wrote: > John, > > Sorry, we haven't kept up with Cucumber's changes very well. The > stories are curren

Re: [Radiant] Cucumber Newbie

2010-01-10 Thread Sean Cribbs
John, Sorry, we haven't kept up with Cucumber's changes very well. The stories are currently broken on edge. There's a Saturday Hack Day later this month where we'll probably resolve that. Sean On 1/10/10 5:53 AM, John Polling wrote: > Hi, > > I'm pretty new to using cucumber, and until toda

[Radiant] Cucumber Newbie

2010-01-10 Thread John Polling
Hi, I'm pretty new to using cucumber, and until today I've never tried it with radiant. I was hoping to build some new extensions using it, however I've come up against a road block. I'm running on the radiantcms edge and using the following gems and their dependencies cucumber 0.5.1 cucumbe

Re: [Radiant] Rails app to Radiant extension: problem - app already has User model

2010-01-10 Thread Arthur Gunn
Renaming your app's user model would seem like a very clean and easy way of doing things. I don't see any way of doing things without renaming your app's user model. The only alternative would be to drop it and patch radiant's user model with your changes. That's likely to be more trouble th

[Radiant] Rails app to Radiant extension: problem - app already has User model

2010-01-10 Thread Asfand Yar Qazi
Hi, I want to move my Rails app to a radiant extension, as it makes it so much simpler to share layouts and things with my existing controllers. However, there is a problem: the Rails app already has an Authlogic based User model. It would conflict with Radiant's one. Can anyone tell me a solut