1
2
3
<table>
  <thead> <th colspan="2">Groups</th></thead>
...

Ruby On Generating tables with a he...

by nakajima, October 18, 2008 22:40

You can use a partial to cl...

3399cbfb9e5fec93c324789b29309911 Talk

Ruby On select tag with a selected ...

by nakajima, October 16, 2008 03:27

@adam: I see. Cool.

3399cbfb9e5fec93c324789b29309911 Talk
1
2
3
class String
  query = split(/\?/)[-1]
...

Ruby On Query String to Hash

by nakajima, October 16, 2008 00:35 Star_fullStar_fullStar_fullStar_fullStar_full

If you just want the query ...

3399cbfb9e5fec93c324789b29309911 Talk
1
2
3
module CoursesHelper
  def category_options
...

Ruby On select tag with a selected ...

by nakajima, October 16, 2008 00:25

I like Adam's idea of using...

3399cbfb9e5fec93c324789b29309911 Talk