search for: subdomain_fu

Displaying 3 results from an estimated 3 matches for "subdomain_fu".

2009 Feb 04
0
subdomain_fu rewriting wrong with tld size 2 ?
I have a website on a demo server at: mycompany.com I have a Rails app with subdomain_fu. I''ve verified it''s running in the right environment and set the TLD Size to "2" so I can have: myapp.mycompany.com admin.myapp.mycompany.com *.myapp.mycompany.com (for users'' customized landing pages) This works great on my local computer with "myapp.loca...
2010 Jan 18
1
binarylogic-searchlogic ~> 2.0 binarylogic-authlogic mbleigh-subdomain_fu
...exited during startup (i.e. during the evaluation of config/environment.rb). The error message can be found below. To solve this problem, please follow any instructions in the error message. Error message: Missing these required gems: binarylogic-searchlogic ~> 2.0 binarylogic-authlogic mbleigh-subdomain_fu You''re running: ruby 1.9.1.0 at /usr/local/bin/ruby rubygems 1.3.5 at /usr/local/lib/ruby/ gems/1.9.1 Run `rake gems:install` to install the missing gems. This is my environment.rb: config.gem ''binarylogic-searchlogic'', :lib => ''searchlogic'', :so...
2009 Jul 02
2
Big help with shared subdomains cookies
Hi, i need that all the subdomains of an app (using subdomain_fu) use ''.domain.com'' as domain for all cookies. I''ve set ActionController::Base.session_options[:domain] = ''.domain.com'' and it works...for just the session... how can i set this also for common cookies ? (created with cookies[:name] = {:value => value,...