An open API service indexing awesome lists of open source software.

https://github.com/userrails/subdomain

create subdomain sample app
https://github.com/userrails/subdomain

Last synced: 3 months ago
JSON representation

create subdomain sample app

Awesome Lists containing this project

README

        

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:
* save subdomain and make it unique

* url for the domain and subdomain creation and identification

* http://railsapps.github.io/tutorial-rails-subdomains.html

* below about the redirection internally

* http://richonrails.com/articles/basic-subdomains-in-ruby-on-rails

* sudo /etc/init.d/nscd restart

* Important note

* add subdomain_config.rb file to your initializers

* routes configure

* sometime due to session problem some errors occur while redirecting so do as per initializers/session_store.rb

* lib/subdomain.rb and make it call to the routes

* checking url && path issue

* scope login to subdomain

* https://github.com/plataformatec/devise/wiki/How-to:-Scope-login-to-subdomain

Please feel free to use a different markup language if you do not plan to run
rake doc:app.