Displaying 3 results from an estimated 3 matches for "add_admins".
Did you mean:
add_admin
2012 May 14
1
undefined method `parse' for String:Class
Hi,
I use a script called : add_admin.rake
When i execute this : ''rake -s -f Rakefile mailserv:add_admin --trace
i have this error :
** Invoke mailserv:add_admin (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute mailserv:add_admin
rake aborted!
undefined method `parse'' for String:Class
2006 Aug 09
0
admin.create error in devel. console
...t; @a = Admin.create :fullname => "Zack", :email => "zack@xxxxxx.com", :capabilities => {"member_info" => "1", "close_xxxxxx"=>"1", "add_xxxxxx"=>"1", "purchase_info"=>"1", "add_admins"=>"1"}, :agreement => "1"
=> #<Admin:0xb79488f4 @errors=#<ActiveRecord::Errors:0xb79386d4
@base=#<Admin:0xb79488f4 ...>, @errors={}>,
@new_record_before_save=true,
@attributes={"capabilities"=>{"member_info"=>"1"...
2005 Dec 15
2
field update not happneing
Hi,
I''m having some scriptaculous weirdness, hoping this is an easy fix. I
have a js function defined in my header:
function flash(msg){
$(''flash_msg'').value = msg;
alert(msg); // for debugging
...
}
This is being called like so:
<%= form_remote_tag(
:update => ''admins'',
:url => { :action =>