Rail Support Extension Problem

Hey all,
I experience some problem with that extension after a successful
installation. As of yesterday everything worked fine but all the sudden
I get an error:

undefined local variable or method `radiant_render’ for
#HomeController:0xb672a4a0

It doesn’t like suddenly the ‘radian_render’ inside of the view

Thanks

Maged M.

There is no “radiant_render” in the Radiant core. What are you trying
to accomplish?

Sean

Sean C. wrote:

There is no “radiant_render” in the Radiant core. What are you trying
to accomplish?

Sean

Sean,
I’m using the Rails_Radiant_Support Extension at
Google Code Archive - Long-term storage for Google Code Project Hosting. which allows you to
create a normal rails project as an extension and use Radiant for layout
and snippet. The “radiant_render” allows you to get content from radiant
into the rail app.
Thanks
Maged

Maged M. wrote:

Sean C. wrote:

There is no “radiant_render” in the Radiant core. What are you trying
to accomplish?

Sean

Sean,
I’m using the Rails_Radiant_Support Extension at
Google Code Archive - Long-term storage for Google Code Project Hosting. which allows you to
create a normal rails project as an extension and use Radiant for layout
and snippet. The “radiant_render” allows you to get content from radiant
into the rail app.
Thanks
Maged

Ignorant me, I didn’t create a new app like it was mentioned in the
extension tutorial Google Code Archive - Long-term storage for Google Code Project Hosting.. Once
I rechecked out the extension and created a new extension example, it
works good on this side. The only problem that I’m facing now is
sessions Mgmt inside of rails but I will ask that in a new questions.

Thanks for trying to help

Maged