Skip to content
forked from fphilipe/xipio

Make xip.io play nicely with subdomains in rails development mode.

License

Notifications You must be signed in to change notification settings

WeAreFarmGeek/xipio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xipio

Gem Version

Add xip.io support to your rails app in development mode.

Description

When reading the subdomain of an xip.io request, you will get a different value compared to a local pow request. The reason for this is that the tld length is 1 by default, but an xip.io request has a tld length of 6. This gem inserts a middleware that corrects the tld length config of rails on the fly so that you can use local and xip requests at the same time without restarting the server.

Installation

Add this line to your application's Gemfile:

gem 'xipio', group: :development

That's it! There's nothing to configure. It just works out of the box.

Additional Information

Maintainers

License

MIT License. Copyright 2013 Philipe Fatio

Bitdeli Badge

About

Make xip.io play nicely with subdomains in rails development mode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published