Displaying 11 results from an estimated 11 matches for "user_profile".
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
...f8"=>"✓", "id"=>"9"}
Also, in the server, I see that the first Roster is loading but does not get
its name updated while the second does.
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2
LIMIT 1
UserProfile Load (0.4ms) SELECT `user_profiles`.* FROM `user_profiles`
WHERE (`user_profiles`.user_id = 2) LIMIT 1
FantasyMatchup Load (0.3ms) SELECT `matchups`.* FROM `fantasy_matchups`
WHERE `fantasy_matchups`.`id` = 9 LIMIT 1
SQL (0.1ms) BEGIN
Roster Load (0.3ms) SELECT `rosters`.* FROM `rosters` WHERE
`rosters`.`id` IN (17, 18) AN...
2001 Feb 27
7
Win2k Profile problem
ok, I have Samba 2.2.0alpha2 (on RedHat 6.2) up and running as a PDC, I can
add Win2k machines to the domain and the machine accounts are automatically
created. (finally!)
Now, my problem is when a user logs off the machine for the first time,
their profile is created, BUT(!) it only makes rwx permissions for SOME of
the directories in the profile, this is what I mean:
[root@samba profile]# ls -l
2007 Oct 03
3
Pagination problem with acts_as_ferret
...instead of the
next 2 records. Also the result count is showing only 10 instead of 12
thats the right count.
Here''s my code:
Controller:
def search
@users = User.available_users
@user = User.find(session[:user_id])
@query = params[:query] || ''''
@total, @user_profiles = UserProfile.multi_search(@query, [ WorkProfile,
SchoolProfile ], :page => (params[:page]||1))
@pages = pages_for(@total)
unless @query.blank?
@results = UserProfile.find_by_contents @query
end
end
model:
def self.multi_search(q, additional_models = [], options = {})
return nil...
2011 Jul 25
7
Adding a folder to my rspec execution path
Hi guys,
I''m using RSpec with Capybara, and for that I created the
spec/integration folder. But when I execute the command "bundle exec
rspec spec" RSpec don''t execute my files on integration folder. I need
to pass each file to solve this problem.
Do you known how I can put the integration folder on rspec execution
path without need to pass each file?
Thanks,
Pablo
2015 Jun 14
2
Thunderbird question
I was looking at the output of
thunderbird --help
and I see there is no cli arg that makes it
start with a specific profile (which can be any
one of n profiles) - unless I am not reading
the output properly :)
I am trying to avoid having to select the profile
when starting thunderbird on different worspaces
for different profiles.
2015 Jul 29
1
Fedora change that will probably affect RHEL
On Tue, Jul 28, 2015 at 08:01:21PM -0600, Chris Murphy wrote:
> On Tue, Jul 28, 2015 at 6:17 PM, Timothy Murphy <gayleard at eircom.net> wrote:
> > Warren Young wrote:
> >
> >
> >> No, I am making the assumption that the vast majority of CentOS installs
> >> are racked up in datacenters, VPS hosts, etc.
> >
> > Is that true, I wonder?
>
2015 Jun 14
0
Thunderbird question
...am not reading
> the output properly :)
>
> I am trying to avoid having to select the profile
> when starting thunderbird on different worspaces
> for different profiles.
thunderbird -P "profile_name"
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#User_Profile
--
-- Steve
2011 Apr 02
0
Can't write to samba director with windows 7
...browseable = yes
writeable = yes
create mask = 0600
directory mask = 0700
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writeable = no
share modes = no
[profiles]
path = /home/%U/user_profile
read only = no
# path = /var/lib/samba/profiles
writeable= yes
browseable = yes
guest ok = no:
printable = no
create mode = 0600
#directory mask = 0777
directory mode = 0700
[/snip]
so, the problem is , i can log in with user...
2008 Jun 25
0
Rspec routing_spec failing on nested singular resource
...#39;' looks:
POST /users/:user_id/profile
{:action=>"create", :controller=>"profiles"}
POST /users/:user_id/profile.:format
{:action=>"create", :controller=>"profiles"}
new_user_profile GET /users/:user_id/profile/new
{:action=>"new", :controller=>"profiles"}
formatted_new_user_profile GET /users/:user_id/profile/new.:format
{:action=>"new", :controller=>"profiles"}
edit_user_profile GET /users/:user_id/profil...
2013 May 20
2
Passcode
How do I make a user dial a passcode if he wants to make an international call?
________________________________
This electronic message contains information from BOSH Global Services which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient,
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi,
I want to switch from our Windows NT server
( which works as our PDC ) to Linux - Samba.
Could you advice a step-by-step guide about
this process, or is that possible, at all?
Can I use Samba as a BDC, convert the user
DB and than promote it to PDC?
Thanks in advance!
Regards;
Istvan