def shadow
    content_tag :div, :class => 'b-shadow' do
      result = ''
...

Ruby content_tag

by https://www.google.com/accounts/o8/id?id=AItOawnnR1uGNbbUG-ny6nYzDXxbIckLhtbxifo, April 05, 2011 08:21, 3 refactorings, tagged with rails, helpers

There is any special helper...

55502f40dc8b7c769880b10874abc9d0 Talk
# TODO: Defangle this (dep).
  # This is gross, but can't think of a classier way at the moment.
  def show_authentication_action_as_link
...

Ruby Links vs. Buttons: Can I ge...

by Danny Peck, February 11, 2011 20:34, 2 refactorings, tagged with ruby, helpers

I can't seem to figure out ...

8f5553306c2cf7f4b14153f6117f8e9b Talk