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.
|
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 : )
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
|