search for: applicationwid

Displaying 2 results from an estimated 2 matches for "applicationwid".

Did you mean: application_id
2006 May 21
0
UL/LI List helpers, or not?
...; { items => :items, options => :options } end end And a simple general _unordered_list.rhtml, with a loop and some HTML to handle the view level. Now the questions: Is this a common RoR Way Of Doing Things? I see very little refercen to such helpers. Should I store the ''applicationwide'' partials in views/application, or is there a better place? Is there some wiki or so where we can all share such small (yet usefull) helpers? -- Posted via http://www.ruby-forum.com/.
2006 Mar 20
22
Applicationwide BusinessObject/Hash
Hello, I''m a total newbie, so please forgive my ignorance. I am trying to port an application from java to ruby. In order to do that, I need to put the object containing all the business logic into something like application scope. The nicest solution would be just to have an application wide hash, where I can put all kinds in of objects. Where and how would I instantiate such an