Skip to content

Wink allows users to easily provide browser details for debugging.

License

Notifications You must be signed in to change notification settings

dpogue/rails_wink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wink (for Rails)

About

We got tired of asking people to send us their browser information, screen size, and plugins... so we made it easier for everybody.
Wink grabs a snapshot of the current browser and sends it away.

Please fork and make it better!

This was originally implemented for PHP by Denim & Steel: https://github.com/denimandsteel/wink

##Installation Add gem 'rails_wink' to your Gemfile.

Generate the wink.yml configuration file with rails g rails_wink:config.
Edit the values to point to your support/bug tracking email address.

Mount the engine in your Rails application's config/routes.rb, like this:

Rails.application.routes.draw do

  # Mount the engine at /wink
  mount RailsWink::Engine => '/wink', :as => 'wink'

end

Run your application, and visit /wink.

You can now do cool things like link_to 'Report a Bug', wink.root_url in your application's views.

##License MIT License
Copyright (C) 2012 Darryl Pogue

About

Wink allows users to easily provide browser details for debugging.

Resources

License

Stars

Watchers

Forks

Packages

No packages published