1
2
3
4
  def browser?(b)
    user_agents = {
      :ff   => /Firefox/,
...

Ruby browser detection and url r...

by seaofclouds, October 16, 2008 18:19, 2 refactorings, tagged with browser detect, array, helper

i have a simple browser det...

F55e8e113669f6ea7d1d99f38907ce54 Talk
1
2
3
4
module DashboardHelper
  def activity_message_for(object)
    case object.class.name
...

Ruby Dashboard

by Kryckan, July 21, 2008 21:01, 4 refactorings, tagged with rails, helper

This works but it's kind of...

C8c549e9bb39135192db53d238e19f3e Talk
1
2
3
4
 # Sample Output:
 #
 #  <tr>
...

Ruby Iterated printing in the he...

by XGamerX, November 18, 2007 03:52, 2 refactorings, tagged with rails, helper, radio button

Here is a function I have b...

55d6457963d5be7ad341343105ddc8a3 Talk