similar to: route help using accounts but not with subdomain

Displaying 20 results from an estimated 8000 matches similar to: "route help using accounts but not with subdomain"

2008 Jan 30
2
Stubbing controller methods vs model methods
I had an error that I couldn''t figure out, then when writing up a question for the forum I figured it out. The thing is I don''t understand why the change that was made works and why what existed before didn''t. Here is the initial post when I had the error: ---------------------------------- In the controllers/application.rb file I have a method that finds the account
2006 Mar 19
0
wishlist: revisiting subdomain access in routes.rb
Several folks on the list have, over time, expressed interest in being able to access the subdomain info inside routes.rb. This was discussed in great detail late last year by several folks: http://wrath.rubyonrails.org/pipermail/rails/2006-January/008114.html In summary, routes can''t access the domain, so your best bet is to stick a before_filter in your application.rb. This
2011 Jun 09
1
subdomain based namespacing makes RSpec incorrectly state that the route doesn't exist
Hello, I''m doing namespace routing based on subdomain, rather than path, so that http://admin.example.com/pages leads to app/controllers/admin/ pages_controller.rb. Cucumber is following this fine, but RSpec is complaining that the requested route doesn''t exist even though "rake routes" shows the route. When I add a standard namespace below the "scope :admin"
2007 Dec 04
1
spec''ing shared controller methods
I want to isolate and spec methods that are shared by controllers, and live in application.rb. Whereas I usually also provide examples in individual controllers that use these methods, not necessarily all the edge cases and I''d like to isolate the examples. This is the approach I''m taking (thanks to bryanl for suggestions and http://pastie.caboo.se/123626). WDYT? This
2006 Jan 16
0
Using subdomain names in routes?
Scenario... We want to use the name field of our Market object for URLs like... foo.example.com/groups/view/groupname bar.example.com/groups/view/groupname ...and other similar URLs, basically using the subdomain as a key for the app to know which Market (there is a markets table where the subdomain field corresponds to Market.name) to use. In this example, both pages are viewing the group
2006 Apr 04
1
subdomain routing
According to the wiki (http://wiki.rubyonrails.org/rails/pages/Routes) you can handle subdomain routing in routes.rb. Like this: with_options :requirements=>{:subdomain=>''first.com''} do map.connect '''', :controller => "first/catalog" map.connect ''featured'', :controller => "first/catalog",
2006 Jun 21
4
Simple Subdomain Routing
Hey all, I hope this is a relitively simple question, but I have not been able to arrive at a workable solution for myself. What I''m wanting to do is a very simple pattern match on a subdomain: www.* forwards to mydomain.com/www_controller and everything else forwards to mydomain.com/other_controller The idea is to forward logged in users to username.mydomain.com, but all the
2008 Sep 30
1
Zone transfers not working for subdomain
I have a domain, let's call it "example.com". I am able to do zone transfers on the local host as follows: dig example.com AXFR @localhost This command outputs all of the contents of the zone as expected. I am unable to do zone transfers on my subdomain though: dig subdomain.example.com AXFR @localhost ; <<>> DiG 9.2.1 <<>> subdomain.example.com AXFR
2009 Oct 16
0
Don't see a subdomain as subdomain
Hello, we have an Domain-Setup with three domains and an forest-trust between the domains. All domaincontrollers are Windows 2003 Server. The setup of the Forest-Trusts are identically (as the DC-Admin says). Under-A (where the samba server lives) / Domain-A / \ / \ Domain-B Domain-C \
2010 May 28
0
dynamically generating subdomains using subdomain-fu
hi, I am using subdomain-fu for creating subdomains . My doubt is how can we give the subdomains in the etc/hosts ,when the sub-domains are dynamicallybeing created. Ex: i created a subdomain called "user1" and i specified this in etc/ hosts file.So eveery time i cant specify the subdomain which is being created.So can i ovecome this problem. -- You received this message because
2017 Nov 14
0
Join a subdomain DC to a domain DC
On Tue, 14 Nov 2017 20:07:38 -0200 Elias Pereira via samba <samba at lists.samba.org> wrote: > > > > Does nobody read the Samba wiki ??? > > > > What??? Samba has a wiki ??? *Bazinga *:D Yes, you will find it here: https://wiki.samba.org/index.php/Main_Page > > As far as I am aware, AD subdomains do not work correctly with Samba > AD. > > >
2017 Nov 14
1
Join a subdomain DC to a domain DC
> > If your main domain is 'example.com' and you use 'ad.example.com' as a > > dns subdomain of 'example.com', the Samba DC would be authoritative > > for 'ad.example.com', the AD clients would use the DC as their > > nameserver for the domain and anything unknown by the DC (google for > > instance, or anything in the
2017 Nov 14
2
Join a subdomain DC to a domain DC
> > Does nobody read the Samba wiki ??? > What??? Samba has a wiki ??? *Bazinga *:D As far as I am aware, AD subdomains do not work correctly with Samba AD. > > What you have done with the new DC, is what you should have done in the > > first place, created a subdomain of your main dns domain and used this > > for the AD dns domain and realm. > > I started in
2017 Nov 14
0
Join a subdomain DC to a domain DC
On Tue, 14 Nov 2017 16:05:52 -0200 Elias Pereira via samba <samba at lists.samba.org> wrote: > Hello guys, > > I work at an institution where the domain is institute.edu.br. We > have a main dns that answers for the internal and external services > that we have. > > Firstly the staff here configured samba as domain institute.edu.br, > but this way it is conflicting
2010 Aug 16
1
Subdomain Migration
On 8/16/2010 3:44 AM, ramesh wrote: > Hi All, > > I would like have suggestion for changing subdomain (belongs to ISP) to own domain, the scenario as below. > > Presently we have subdomain from ISP ( @xxx.isp.net) > email id : ramesh at xxx.isp.net > > ISP charges huge amount,thou others ISP charges less. so we have planned to migrate to our own registered domain and
2014 Aug 11
0
Samba4 subdomain delegation
Hi, we're planning a Samba 3 to Samba 4 upgrade, and we're quite happy with the tests we've done. Everything worked as expected, and I hope that the migration will be done without major issues (famous last words). But we're having some problems with subdomain delegation. Our setup is formed by the Samba server and a DNS server running Bind 9. The DNS server is used
2006 Apr 26
2
application failed to start for subdomain
I recently setup a subdomain to run my app as a staging site before pushing changes to the main site. So i setup a subdomain in cpanel, symlinked that the directory to point to a staging directory where i check''d out my rails app. However, when i go to staging.railsapp.com, it times out and says application failed to start properly. I''m not sure what is causing this, but
2016 May 06
0
Samba4 AD DNS -- AD Subdomain vs Clients accessing on different subdomain
On 05/05/16 21:46, Thomas Maerz wrote: > Hello, > > We have an issue we’ve been struggling with for quite some time since we rolled out 10 Samba4 domain controllers at our main office and all remote sites about 3 years ago. > > Simplified Current Configuration: > > 2 DCs at main site with internal DNS using subdomain ad.companyname.com > 2 BIND CentOS servers serving all
2006 May 09
4
subdomain
hi, how to create a subdomain outside the public directory and how to redirect to the subdomain -- Posted via http://www.ruby-forum.com/.
2005 Oct 09
6
Problem With url_for_file_column/file_column
I am using the very helpful file_column extension in my app. The uploading portion works great - no problems. Where I am having an issue is displaying the images in my view. My code looks like this: <% for @record in @main_box_releases -%> <%= image_tag(url_for_file_column("record", "record_cover")) %> <% end -% @record is an instance of a class called