search for: raildock

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

2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is making excellent progress in the development of documentation and community. I am only trying to develop discussion of where we need to go next. A consistent theme we are seeing on this list, I believe, is frustration caused by the lack of second-tier documentation. So far we have... -- the various tutorials which are
2005 Jul 11
0
Shouldn''t use autocomplete for absolute-positioned elements?
I''d like to tap in to the expertise here on this list. The autocompletion box at raildock.mytechsupport.com is a bit of a hack right now--the drop-down box is quite a ways off from where it should be, and it would be even further off if I hadn''t hacked controls.js to subtract a few pixels from its location on screen. Is there some guidelines for where and how to place a...
2005 Jul 16
2
Applying css style to a link_to
What is the proper syntax to apply a css class to a link created using link_to? I''ve tried <%= link_to("details", :class => "details", :action => "edit", :id => event) %> but that creates a link which looks like /admin/events/edit/3?class=details which is not what I''m looking for. Kyle Heon