Re: [Radiant] using CGI parameters

2010-01-07 Thread Jim Gay
On Oct 22, 2009, at 6:52 AM, Anton Aylward wrote: > Mamed Mamedov said the following on 10/22/2009 01:31 AM: >> As i know you can access query params via params hash. For example, >> http://yoursite.com/?someparam=123 will be accessable through: >> params[:someparam] >> >> Is it ok? > > Not rea

Re: [Radiant] using CGI parameters

2009-10-22 Thread Anton Aylward
Mamed Mamedov said the following on 10/22/2009 01:31 AM: > As i know you can access query params via params hash. For example, > http://yoursite.com/?someparam=123 will be accessable through: > params[:someparam] > > Is it ok? Not really. I know about that in RoR /app/ files, code and views and t

Re: [Radiant] using CGI parameters

2009-10-21 Thread Mamed Mamedov
As i know you can access query params via params hash. For example, http://yoursite.com/?someparam=123 will be accessable through: params[:someparam] Is it ok? On 10/22/09, Anton Aylward wrote: > I have a Radiant site hosted on Dreamhost. > It works fine. > > I'm in the process of adding their "