I give you Spotlight:
http://spotlight.heroku.com/
In other news, heroku is
1 <%= tag_with_body do %><%end%>
1 puts @__erbout
1 <%= will_paginate @pages, :update => "story_box", :params=> {}%>
1 def page_link_or_span(page, span_class = 'current', text = nil)
2 text ||= page.to_s
3 if page and page != current_page
4 if update = @options[:update]
5 @template.link_to_remote text, :update => update, :url => url_options(page)
6 else
7 @template.link_to text, url_options(page)
8 end
9 else
10 @template.content_tag :span, text, :class => span_class
11 end
12 end
require 'java'
require 'jruby'
java.lang.Thread.current_thread.context_class_loader = JRuby.runtime.getJRubyClassLoader
config = ["classpath:applicationContext.xml",
"classpath:applicationContext-service.xml"]
ctx = ClassPathXmlApplicationContext.new(config.to_java(:string))