Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2224  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Devise is a flexible authentication solution for Rails on top of Warden.
 

generate scaffold under devise user in rails 3.2 
  I use devise, and I want generate a new object scaffold under devise user sth like: resources :users, :path => "/", :only => [:show] do resources :collections, :controller => 'users/collections' end With above routes, I get this url: [link]... more »
By hyperrjas  - Jun 2 - 1 new of 1 message    

Missing template for devise 1.x 
  Hi all, I am still running an old version of device and had the following problem ActionView::MissingTemplate (Missing template users/passwords/create with {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:mobile] this happens when I go to the forgot password page on a mobile device,... more »
By Herman  - Jun 1 - 1 new of 1 message    

Using Devise with gem public_activity - overwrite sign action? 
  Hi there, I'm still new to Rails, but I'm very excited about it! I love Devise and now I found a gem 'public_activity' which perfectly fits my needs. PublicActivity works great, but I want to track the users login and logout actions. PublicActivity works on the model. After create, update, destroy,... more »
By martin  - Jun 1 - 2 new of 2 messages    

Only Admin can create Users 
  I am trying to write a application on Ruby on Rails using Devise I Already have a user created as a Admin but now i want to be able to create other uses. and disable the ability for the general public to sing up. I Create a Users Controller that looks like app/controllers/users_controll er.rb... more »
By MoisesZaragoza  - May 31 - 1 new of 1 message    

Ajax login and confirmable 
  I have a login form which pushes some JS to the user if their credentials are invalid. I do this by overriding SessionsController#create like so: def create if request.format == 'js' && params[:region] && params[:region] == 'inline' resource = warden.authenticate(auth_optio ns) if warden.authenticated?... more »
By Hinrik Örn Sigurðsson  - May 31 - 1 new of 1 message    

Problem with changing value of field iin devise table 
  I have table - users that was created with scaffold but now it is used by devise.I have added a field - role and every time a user is created or updated I have to explicitly say: user.update_attribute(:role,"a dmin"). Do you know why? Thanks in advance : )
By Tsvetelina Borisova  - May 29 - 5 new of 5 messages    

No routes "/authentications/auth/facebook" in tests 
  Hey, I've got this Authentication model which is :omniauthable. In my app, I'm using the url helper authentication_omniauth_author ize_path(:facebook) and it works fine! In my acceptance tests though, I get... No route matches [GET] "/authentications/auth/faceboo k" ...when I'm clicking the link. Do I need to somehow set these env variables?... more »
By Robin Boutros  - May 29 - 13 new of 13 messages    

New User Sign Up/Registration 
  Hi, I've customized devise so that sign-up/registration is restricted to "admin" users. However, whenever I register a new user, upon successful registration I am logged in as the newly created user. Does anyone know how to change this behavior so that upon successful registration I maintain my original login user? Thanks.... more »
By Dan  - May 29 - 2 new of 2 messages    

Get 401 Unauthorized after login with session/new partial 
  Started POST "/login" for 127.0.0.1 at 2012-05-27 22:22:23 +0200 Processing by Devise::SessionsController#cre ate as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dHDnJRt x1YSzY3fy9Ch1CEkRo+AOCH6LYhISw bTmwQo=", "users"=>{"pid"=>"366053", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Anmelden"}... more »
By Tobias Schoenau  - May 27 - 1 new of 1 message    

what devise version that works with ruby 1.8.7 
  I need to know please what's the latest version of devise that works with ruby 1.8.7, I am running on a shared hosting that won't upgrade ruby for maximum comparability issues Thanks, hopewise
By hopewise  - May 27 - 3 new of 3 messages    

1 - 10 of 2224   « Newer | Older »

XML       Send email to this group: plataformatec-devise@googlegroups.com