search for: rhaus

Displaying 3 results from an estimated 3 matches for "rhaus".

Did you mean: rhas
2006 Jan 12
8
Scaffolding support for many-to-many editing (habtm)?
Like with simple table editing, there are also typical ways of how a user usually interacts with one-to-many or many-to-many relations. For example, one would show the fields of one row of table1 in the screen and below a line-by-line view of all associated entries in table2. Then, one could press an "Edit" button and add or delete rows from table2 to this entry of table1,
2006 Jan 10
1
Support for Unicode strings?
I am rather new to ruby but was considering to use it for my next project. However, support for Unicode strings would be essential. This includes the correct handling of unicode strings in regular expressions, in IO operations etc. Is there a way to do this in ruby? -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
0
Documentation for the built-in generator functions?
Is there a documentation for the different built-in generator functions somewhere? If I do ruby script/generate -h I get a short overview, but I would like to know what possibilities exist for each of the built-in generators. Which files exactly are created? The examples I have seen are puzzling -- sometimes they generate models or controllers per-se, sometimes using the scaffold-generator