I want to make an app which allows to create a table by using returned user input. For example when you go to my website and fill in a website name I want it to create a table which corresponds this website name.
Another question would be how to make this user input make a subdomain to my current domain like:
yourURL.MyURL.com
u can simply use create_table method from ActiveRecord::Migration, but i don’t think that this is a good way. To deal with subdomains u can read and watch nice railscast about that http://asciicasts.com/episodes/221-subdomains-in-rails-3