search for: user_admin

Displaying 9 results from an estimated 9 matches for "user_admin".

2008 Dec 07
2
Strange 500 Error with namespace::controller#action appearing in reload only
...ut can be duplicated by linking to the url anywhere in the app). When I reload the browser on this url, I get a strange error. To the user, the action appears to load fine, but I''m getting a 500 error in the log when it tries to find an asset (in this case favicon.ico but appends it with / user_admin/, the namespace. See backtrace: http://pastie.org/333269 I''m also finding that link_to''s generated with within the namespace via the {:controller => "controller_name", :action => "action_name"} prepend ''/user_admin/'', the namespace, as...
2006 Mar 20
6
FreeRadius version
It seems to me that the ver of FreeRadius is 1.0.1: yum list | grep "radius" freeradius.i386 1.0.1-3.RHEL4 installed freeradius-mysql.i386 1.0.1-3.RHEL4 base freeradius-postgresql.i386 1.0.1-3.RHEL4 base freeradius-unixODBC.i386 1.0.1-3.RHEL4 base According to freeradius.org, this
2011 Apr 29
2
change patial with change of the item in a select_tag
hi, i would like to change a partial in my view with the change of the item in a select_tag: in the view: <%= observe_field("payment_id", :url => {:controller =>''user_admins'' ,:action => ''rend_part''},:on => ''change'', :frequency => 0.1) %> <%= select( "payment", "id", { "Visa" => "1", "Mastercard" => "2"}) %> in controller : def rend_part...
2006 Aug 17
2
link_to_remote question
I''m using link_to_remote to call a method that deletes an item <%= link_to_remote " [delete]", :url => { :controller => ''user_admin'', :action => ''employee_type_delete'', :id => employee_type.id } %> I''d like to have a confirm dialog popup like the plain...
2006 Apr 24
3
quick q on script/generate scaffold
I want a scaffold to manager both products and users. To get the products scaffold I used script/generate scaffold Product Admin if I use, script/generate scaffold User Admin will it overwrite my product admin controller? Would I be better off doing script/generate scaffold User User_Admin or something? -- Posted via http://www.ruby-forum.com/.
2004 Aug 15
1
Teliax TOS copied from Vonage?
TelIAX, one of the new VoIP-to-PSTN gateway providers, has their terms of service posted on their signup page: http://teliax.com/user_admin/signup/s1.php They look strangely familiar--it's exactly the same as http://www.vonage.com/features_terms_service.php with s/Vonage/Teliax/. (And it's cut off about halfway through). Anyone else notice this? Brad
2008 Jul 30
2
unable to map windows to unix groups
...Replicators request done: ld 0x555555c881e0 msgid 11 Users (S-1-5-32-545) -> 15000 LINUX-SRV: # LINUX-SRV: # getent group at:!:25: .............. .............. domadmin:x:114: root:x:0: ............... .............. users:x:100: +::0: request done: ld 0x618d10 msgid 1 Domain Admins:*:512:root,user_admin Domain Users:*:513: Domain Guests:*:514: Domain Computers:*:515: Administrators:*:544: Account Operators:*:548: Print Operators:*:550: Backup Operators:*:551: Replicators:*:552: request done: ld 0x618d10 msgid 2 LINUX-SRV: # LINUX-SRV: # uname -r 2.6.22.18-0.2-default LINUX-SRV: # LINUX-SRV: # rp...
2006 Jul 27
16
Net::LDAP 0.0.3 released, adds TLS encryption
We''re pleased to announce version 0.0.3 of Net::LDAP, the first pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete LDAP client which can access as much as possible of the functionality of the most-used LDAP server implementations. This library does not wrap any existing native-code LDAP libraries, creates no Ruby extensions, and has no dependencies external to Ruby.
2006 May 11
1
RoR completely ignoring a column when saving changes
...w code: [CODE] <%= error_messages_for ''user'' %> <%= error_messages_for ''profile'' %> <div class="div_form"> <% if session[:admin] == ''yes'' -%> <h2>Login Details</h2> <p><label for="user_admin">Administrator Access</label> <%= select ''user'', ''admin'', [ [''no'', ''no''], [''yes'', ''yes''] ] %></p> <% end %> <h2>Personal Profile</h2&g...