Displaying 8 results from an estimated 8 matches for "howtousesubdomainsasaccountkey".
Did you mean:
howtousesubdomainsasaccountkeys
2006 Aug 18
2
subdomains with Rails
Hi.
I want to add subdomains like this:
Example: http://shirts.myshopify.com , http://computers.myshopify.com
Is it something you can do while still in development mode or do you
wait until you deploy and configure the subdomain names with your host
somehow?
Can you help direct me in the right way to do this?
--
Posted via http://www.ruby-forum.com/.
2006 May 25
2
basecamp prefixes
basecamp prefixes each url with a client name...
client1.updatelog.com/todos
client2.updatelog.com/milestones
any ideas on how this is done?
- one app?
- one app per client?
- one app per domain?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 18
2
How do you get link_to to work correctly when using subdomains as account keys?
When using subdomains as account keys (as per this HowTo:
http://wiki.rubyonrails.org/rails/pages/HowToUseSubdomainsAsAccountKeys),
how can you get link_to to spit out the correct URL (i.e.
account123.domain.com)?
<%= link_to "My Account", { :action => "show", :id => "account123" }
%> would generate "http://www.domain.com/show/account123"
I don''t have any special...
2007 Feb 06
8
setting enviroment variable
I have a ror project which has been productized. There are several web
sites in one ror project
I need to set an "enviroment variable" to run different sites, can I do
that using mongrel? I tried to use mongrel''s -S option and set the
enviroment variable in that file but it seems mongrel runs that file
after it calls enviroment.rb
I also used apache''s
2006 Mar 22
0
Subdomains as account keys and domain pointers
Hi,
I have sucessfully implemented a "subdomain as account keys" following
the notes in here
http://wiki.rubyonrails.com/rails/pages/HowToUseSubdomainsAsAccountKeys.
I want to know if this would still work for domain pointers. For
example, I now have the URL greg.domains.com to access my Rails app.
Then later, I decided to buy a new domain, www.greg.com. Can I just
point www.greg.com to greg.domains.com and appear that my application is
running in www....
2005 Dec 30
2
Setting up Subdomains as Account Keys Under Mac OS X
...ing to alias sub.domain.mine to 127.0.0.1?
I wouldn''t think it would have anything to do with the webserver
(Webrick) as the browser should be using the OS to resolve the domain
name to an IP address.
Many thanks in advance for assistance,
Sean
[1] http://wiki.rubyonrails.com/rails/pages/HowToUseSubdomainsAsAccountKeys
[2] http://www.mpet45.co.uk/articles/2005/02/02
2006 Apr 27
3
Routing problem
Hi,
I am having a routing problem and can''t figure out why its happing. I
have added the following line in my routing.rb file.
map.connect ''name/:id'', :controller => ''controller_name'', :action =>
''action_name''
When I use http://domain.com/controller_name/action_name/id then it
works fine on the local machine using webrick
2006 Apr 16
11
Multiple domain name, One Rails application, is this possible?
Hello folks,
I''m new to the Rails framework and don''t know where to look to find my
answer.
Here is the question, Is there a way to set multiple domain name for *a*
rails application, and base on the URL do the work in the app.
Imagine I have a user based document management system, each user want to
access to her docs using her domain, but I don''t like to have many