Displaying 20 results from an estimated 1000 matches similar to: "account_location couple of questions."
2006 Jan 25
6
Displaying based on hostname/subdomain
Ive tried multiple ideas to get this to work, but keep hitting a dead
end. Has anyone done this before?
I want joe.domain.com to display www.domain.com/profile/joe
Im using lighttpd.
Routes dont have access to the URL string and therefore I cant code in
a conditional. lighttpd rewrite seems to really screw it all up. Is
there a feasible solution?
Thank you,
Joe Noon
2006 Jul 28
1
account_location plugin
Hi
Ive just installed the acocunt location plugin
Which all seems to be working correctly.
However as i''m using webrick, i''m having to put all the subdomains in my
host file.
Is there a way to set it all up so I dont have to manually enter domains
in the hosts file?
thanks
scott
--
Posted via http://www.ruby-forum.com/.
2006 Feb 18
3
scoped databases need explanation...
Could someone explain this
http://blog.leetsoft.com/articles/2005/10/31/scoped-databases
in a way that can be understood with an example if possible. Tobi Lutke
has started to explain but it does not make any sense.
"Since rails 0.13.1 we support calling class methods over associations."
what?? give an example.
also
"The Shop object is figured out at the beginning of each
2004 Apr 22
0
internal error occurs while domain users try to access file servers
Hello experts,
I have installed Samba3.0.1 for "Account Domain Controller(PDC)" and
openLDAP2.2.6 for backend database which stores user accounts.
There is Windows2000 Server for "Resource Domain controller" that
has a trust relationship with Samba "Account Domain Controller".
WINS service is running on "Resource Domain Controller" Windows2000
Server
2011 Feb 18
1
Rails plugins new official maintainers
Hey guys,
This is the final list of the new maintainers of each plugin.
We need two more things to do:
First please the owners of the repos add the rest of the maintainers.
Second I will add a note on each rails/plugin mentioning this repos updates.
So from now on, if someone else is interested in helping/contributing
please send a message to the appropriate repo owner.
verification
2006 Apr 28
2
["acts_as_authenticated"] << "Role-Based Authorization Rails Recipe"
hi guys,
has anyone here implemented role based authorization from rails recipes
into acts_as_authenticated ? how''s it going?
Case:
there is ONE admin. And MANY users. Admin is the only one who can
create, edit, delete user, etc.. users also need to login, but go to
different pages. do you guys think it''s good to try rick''s
acts_as_authenticated + chad''s
2007 Sep 11
2
acts_as_authenticated redirect on ajax requests
Hi there,
I''d like to know if there is a solution to the scenario when using
acts_as_authenticated and ajax:
I have an action in my controller which is protected by login via
acts_as_authenticated. Now, this action can be called both by human
interaction, as well as ajax requests. (It is an add to cart link). It
works great as long as I am in an authenticated session.
Now, I want to
2007 Jan 02
0
acts_as_authenticated plugin rspecs
Hello,
Just thought it could be interesting for some of you. I''ve written
rspecs for acts_as_authenticated plugin.
http://rashkovskii.com/articles/2007/01/01/rspec-on-rails-
acts_as_authenticated
I''m not sure they are 100% ok, but they seem to be :)
Thank you,
Yurii.
2006 Apr 12
3
acts_as_authenticated trouble
First off, I''d like to address that I''m n00bs.
I''ve read the README and blogs associated with this plugin, and there
really isn''t too much documentation. I have the newest version of
rails,ruby, and acts_as_authenticated installed.
#The setup
I set up the acts_as_authenticated in the following manner.
*created a table called "accounts" in the
2008 Feb 08
1
Wildcard Subdomains & OS X Local Development
I''m using the simple account_location plugin to have virtual
subdomains on my app (account.myapp.com - see Basecamp, Blinksale,
etc.)
How do you go about setting up your OS X system to play nice? I''d like
to use Apache & Mongrel.
Notes: The only thing I''ve able to accomplish is hardcoding the
subdomains directly in my hosts file. I can get
2009 May 28
3
how to avoid add 'X' before numeric colnames when read.table
Hi all,
Is there any way to keep numeric colnames as is? Any hint will be appreicated.
Xin Zheng
[[alternative HTML version deleted]]
2007 Oct 25
1
Mocking/Stubbing help with subdomain as account key
My app uses account_location to set up subdomains as account keys. In
my controllers, all my model operations are scoped through the
@current_person object.
The question is: How do I test this with RSpec''s mocking and
stubbing? Basically, I need to test that @current_person.things is
getting the find message and returning @thing. I''ve tried stubbing
and mocking
2007 May 15
1
IBM x3250 + CentOS
Hi,
Is anyone using CentOS on an IBM x3250?
Were you able to get it working using vanilla CentOS, without any binary
drivers?
Any tips onlist or off would be appreicated.
We are planning to buy one soon.
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070515/c3cfb9fb/attachment.html>
2009 Apr 08
1
Dynamic Home Shares
Hello,
I am attempting to dynamically create user shares when they connect to the
server based on their username. I cannot use [homes]. My reasoning for this
is that the users require a $ at the end of the share or it becomes
confusing to them(long story). What I'm seeing is that some Windows XP
clients will connect to /home/<username> but other clients try to connect to
2010 Jun 28
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> Any help would b appreicated. This is one of my critical assignment.
Well, as was already indicated - make sure that you're using the
latest binutils (2.20 is not fresh enough, btw).
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2005 Apr 09
2
Need some help (been hacked)...
Hey guys...
I've recently been hacked ( or atleast I think so) and need some help
getting my company's server back up agian.
What I need is a complete directory listing of /lib from a fully
up-to-date 3.4 distribution.
Also, if someone could email over the libc file to erik.douglas (at)
gmail (dot) com that would be greatly appreicated.
Thanks in advance.
2004 Dec 13
1
auth. username rewriting?
Hello,
Now, I'm faced with a problem: I need to be able to login using the same
username that I bind against using ldapsearch, and not the
sAMAccountName given to me via winbind.
ie. to login using one of my AD usernames right now, I issue:
su - ADSDOMAIN+username1
but the binddn I use to search the ldap directory is, say, username2:
ldapsearch -x -W -D"username2"
2006 May 09
3
Need Login/Authorization/User Management Advice
I''m new ot rails and am revamping one of my first rails projects and
would like some advice on user authentication and management.
In my app I implemented the basic user login functionality as it is in
the Agile Web Developement book. Though it works great I''d like a bit
more functionality such as: user levels/roles (i.e level1, level2,
level3, admin) type permission,
2006 Aug 07
1
''Remember me'' in acts_as_authenticated troubles
Hi there
I''m having trouble getting the ''remember me'' functionality going in
acts_as_authenticated.
The issue seems to be that the login_from_cookie method is using only
the first 60 characters of the remember_token string in the database,
whereas the string in the db is 75 characters long.
I can see in my dev log that login_from_cookie is trying to find the
user but
2006 May 16
0
acts_as_authenticated vs. login_engine
which to use? we''re not doing anyting too fancy, though that may change -- we
might need rbac in the future. i''m using loging_engine right now, pretty
happily, but i came across a blog entry that claims acts_as_authenticated is
the latest and greatest. if anyone has some pros and cons to share, i''d
appreciate it -- would like to make the correct choice before we launch