You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
pertutor.com
1. create project
2. rails scaffold account name
3 setup root route
3 creating subdomain : rails g migration add_subdomain_to_accounts subdomain
4 force puma to listin to local host : bundle exec rails s -b localhost -p 3000
# subdomain_tenant