search for: grtzg

Displaying 4 results from an estimated 4 matches for "grtzg".

Did you mean: grtz
2006 Jan 17
14
Going nuts on ''\n'' to <br />
Hi all, Is there no way to easily resolve this. It can''t be that I''m the first that wants this, and it wouldn''t be RoR if it''s not possible. On the mysql prompt with the select description from todos .. linefeeds are show, so they are there. This is the actual contents with a linefeed after the ":" "Project contacts: delete table, point
2006 Jan 10
2
[OT] Where do you find good designers for your RoR projects?
Hi, Nowadays, the design of an application is nearly as important as its functionality. But - most good programmers are not automatically skilled designers. Especially when it comes to the creation of fancy icons or small illustrations. So, where do you find good and affordable designers and illustrators for your commercial (rails) projects ? Cheers, Ean -- Posted via
2006 Jan 04
7
recongizing the current controller in views
alright i am doing a simple self blog in ruby. Now iw ant to be able to determine which controller action i am in inside _form.rhtml. So if i am in new or the creation control than i want to insert the text box for topics else i want to display the topic base on id. (i could do those already, i just need help finding the right if statement.. something like (if currentpage ==
2006 Jan 10
15
KISS and DRY? Not even close!
Hi all, After working on my first rails app and having handed over some very sophisticated coding from a lot of you guys. My app does what I want it to do, but I''m no where near the end yet, and it seems that the KISS and DRY objectives already went down the drain. It could be lack of knowledge, only doing Ruby on (and) Rails for a month, but I''m stuck on the following: