1
2
3
def squarebutton(name, options = {}, html_options = nil)
...

Ruby Adding default html option ...

by Michael Filbin, February 26, 2008 20:39, 3 refactorings, tagged with ActionView, UrlHelper, link_to, method

I have css directives for s...

14b8667b3bdf64068647b96c26001e0d Talk
1
2
3
4
def test_destroy_category_with_dependent
    category = Category.find(3)

...

Ruby managable test method

by we4tech, November 21, 2007 09:13, 5 refactorings, tagged with ruby, test case, test, method, unit test

in my test case method, i w...

4bb774de244da2d6e7f39a189b905077 Talk