similar to: User login and authentication

Displaying 20 results from an estimated 800 matches similar to: "User login and authentication"

2009 Sep 08
1
Automatic Unit Testing and Code Analysis
Hi Does anybody know a good and powerful (yet simple of course) solution to automatically run rails test (unit and functional) let''s say every night? I''ve stumbled upon ''CruiseControl'' (http:// cruisecontrol.sourceforge.net/) and think this tool might do the job. Any better ideas? Cheers, phibo
2010 Jun 02
5
user routing versus admin routing strategies?
In an app where ordinary users are limited to viewing and editing their own "stuff", but someone with admin privs can view and edit anybody''s stuff, what''s the right strategy for routing? At first blush, I''d think that an ordinary user (e.g. with id 565) should see something like: http://example.com/mystuff.html ... where the controller assumes
2009 Jul 20
9
rake error
When I run rake test:units I get this error: 292 tests, 350 assertions, 2 failures, 13 errors rake aborted! Command failed with status (1): [/usr/local/bin/ruby -I"lib:test" "/ usr/loc...] This error just showed up yesterday --- I have no idea how I caused it. Here is my gem list in case that helps: actionmailer (2.3.2, 2.2.2) actionpack (2.3.2, 2.2.2) activerecord (2.3.2, 2.2.2)
2007 Oct 18
4
Mocking models provided in Rails plugins
Hey folks, How do I mock a model that is given to me by a Rails plugin? I''m trying to mock Session from the restful_authentication plugin but I get a number of errors telling me RSpec doesn''t recognize Session. NameError in ''SessionsController handling GET /sessions/new should be successful'' uninitialized constant Session An example of my usage:
2010 Dec 22
1
Devise restrict concurrent login
Hi, I am using devise 1.0.8, and I want to restrict concurrent login of user i.e. same user should not be login from different browser or different location if he already login from some where. and if he really wants to login forcefully then other side sessions for that user should be clear and he should be logout from other sides. Any help would be greatly appreciated. -- Posted via
2007 Nov 20
4
cap deploy:spec
fyi, I just posted this http://www.vaporbase.com/postings/Running_rspec_after_you_deploy - linoj
2009 Nov 11
4
Sessions
I''m an experienced programmer, but new to Rails. I would like to echo an unanswered question I''ve recently read elsewhere. Can any recommend an overview of get/post, cookies, sessions, etc., and how Ruby on Rails interacts with all of this? I''m interested in understanding how to harden a Rails application Regards -- Dave
2010 Jan 21
2
nested forms and attr_accessable
Rails 2.3.5 I am working on a nested form that assigns roles to users through a table called clearances. I have attr_acessable turned off globally in an initializer: ActiveRecord::Base.send(:attr_accessible, nil) I have this set in clearance.rb attr_accessible(:description, :effective_from, :role_id, :superceded_after, :user_id) And this is what params looks like after the
2013 Mar 25
2
[LLVMdev] About the partial update clearence / dependency breaking mechanism
Hello, I am currently looking into the advantages of using the partial update clearance / dependency breaking mechanism for some ARM cores. It seems that the ARM specific code for this will always return a clearance of 0 for VLD1LNd32 because of the following code in getPartialRegUpdateClearance: > if (UseOp != -1 && MI->getOperand(UseOp).readsReg()) > return 0; so
2012 Apr 17
1
simple time series plot
I'm an absolute R newbie, but my question is (or at least seems) simple: I have a number of sensor values from different sensors, along with timestamps, so something like this: sensor 1: read_at: 1 2 4 5 6 value: 1 15 8 15 23 sensor 2: read_at: 2 3 4 6 7 value: 10 11 7 12 28 what I need is a line plot of the sensor values,
2009 Oct 14
6
Combining rails intrAnet and public site.
Hello, everyone! I was wondering if somebody has some insight on this issue. [h]A little background:[/h] I work for a midsize electronic manufacturing company with 2 people in IT dept - a network admin and a developer (me). We''ve been using rails to migrate from an old dBase and VB based system to build internal company IntrAnet that does things like label printing, invetory control,
2015 Mar 26
3
[LLVMdev] LLNL wants one of you (as an HPC compiler and tool developer)
If I'm not mistaken Q clearance would require US citizenship. ‎
2012 Jan 28
4
How to migrate from md5 to bcrypt?
I would like to migrate users from my old phpfusion site but I have there hash password md5(md5) how to convert this passwords to bcrypt? I creating Sinatra app whre i use this passwords with Warden. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit
2005 Aug 26
3
On the fly Machine accounts
I have been trying for 2 months to get my samba server to add machine accounts 'on the fly" I have added both of these to my smb.conf add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u add machine script = /usr/sbin/useradd -d /dev/null -g 102 -s /bin/false Neither of these seems to do anything. I have around 250 computers to add, so adding the machine
2013 Mar 25
0
[LLVMdev] About the partial update clearence / dependency breaking mechanism
On Mar 25, 2013, at 5:02 AM, Silviu Baranga <silbar01 at arm.com> wrote: > Hello, > > I am currently looking into the advantages of using the > partial update clearance / dependency breaking mechanism > for some ARM cores. > > It seems that the ARM specific code for this will always > return a clearance of 0 for VLD1LNd32 because of the following > code in
2009 Nov 16
1
specifying group plots using panel.groups
Hi, I am trying to plot two types of data on the same graph: points and distributions. I am attempting to use the panel.groups function, but cannot seem to get it to work. I have a melted data set and put in a FLAG column to separate my data into the two groups that I would like to plot, point data (FLAG=0) and the distribution(FLAG=1). Here is the code i am using in R: stripplot(
2010 Jul 06
2
Dahdi - alarm which clears itself - Should I care ?
Hi, When reading logs, I can see a couple of lines such as : full.6:[Jun 30 15:53:26] NOTICE[6599] chan_dahdi.c: PRI got event: Alarm (4) on Primary D-channel of span 1 full.6:[Jun 30 15:53:32] NOTICE[6599] chan_dahdi.c: PRI got event: No more alarm (5) on Primary D-channel of span 1 full.6:[Jun 30 15:53:32] NOTICE[6607] chan_dahdi.c: Alarm cleared on channel 1 full.6:[Jun 30 15:53:32]
2017 Jan 05
2
[OT] Network Attached Storage
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of John R > Pierce > Sent: Tuesday, January 3, 2017 1:50 PM > To: centos at centos.org > Subject: Re: [CentOS] [OT] Network Attached Storage > > I've been using a HP Microserver for the last couple years as my home file > server, with FreeNAS, and 4x3TB drives. > >
2007 Sep 30
9
Problems with testing nested routes using mocking
Hello forum I have there to files #----- virtual_host_controller.rb class VirtualHostsController < ApplicationController before_filter :capture_domain # GET /domain/1/virtual_hosts/1 def show @virtual_host = @domain.virtual_hosts.find(params[:id]) respond_to do |format| format.html # show.rhtml end end private def capture_domain if
2009 Jan 23
2
URGENT Requested info for application: R for Windows 1.3.1 (ref: 59282)
Good afternoon, I work in export compliance and would like to know if you would please answer the questions below in regards to your application, R for Windows 1.3.1. The information I'm requesting is for export compliance. RE: Application: R for Windows 1.3.1 Application Description: statistical computing and graphics Vendor: R-Project Export Compliance Questionnaire for