Displaying 2 results from an estimated 2 matches for "anothercontrol".
2005 Nov 03
9
[Idea] session-wide persistent variables
...hor link to action beta
end
def beta
render :text => ''Person: '' + person
end
end
This would have scope of hosting controller, but it could be broaden to
other controllers like with
persistent_attr :person,
:scope => [OtherController, AnotherController]
Just thinking little louder...
--
Kamil (aka Gunnie)
Czech Rep.
2006 Jan 21
3
help... why can''t Iuse data from two tables in the same view
I am new to Rails and Ruby, and to OO languages, and seem to be making a
very silly mistake somewhere here. Can anybody help?
I am trying to write an application which involves ''exercises'', each of
which consists of several ''templates''. This is based on MySQL tables
with these names. I have models and controllers, built with the Rails
Scaffold, for both