Skip to content

Instantly share code, notes, and snippets.

@pekeler
Created February 9, 2013 19:42
Show Gist options
  • Save pekeler/4746738 to your computer and use it in GitHub Desktop.
Save pekeler/4746738 to your computer and use it in GitHub Desktop.
<%= javascript_include_tag "application", APP_CONFIG[:javascript_include_options] %>
<%= link_to_unless_current "do it", test_path, :data => {:disable_with => 'Please wait...'} %>
<br>
rails version: <%= Gem.loaded_specs["rails"].version %><br>
jquery-rails version: <%= Gem.loaded_specs["jquery-rails"].version %><br>
browser: <%= browser %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment