Skip to content

ddollar/eve-igb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVE IGB Support

Support for EVE's In-Game Browser (IGB) including detection for respond_to and the IGB trust mechanisms.

IGB Detection

Example 1:

respond_to :html, :xml, :eve

Example 2:

respond_to do |wants|
  wants.html
  wants.xml
  wants.eve
end

The new "eve" view type will work with or without a block passed to it. If there is no block passed, it will search for eg. index.eve.erb or show.eve.haml

IGB Trust Mechanisms

Example:

before_filter :eve_trust_required

About

Eve IGB on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages