Skip to content

Commit b64f549

Browse files
committed
update README
1 parent ce09bea commit b64f549

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.textile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ h1. !http://railsapps.github.io/images/rails-36x36.jpg(Rails Application for Dev
22

33
For a Rails 4.1 example application for Devise with RSpec, see:
44

5-
* "Devise and Rails":https://github.com/RailsApps/rails-devise uses Devise for authentication
5+
* "rails-devise":https://github.com/RailsApps/rails-devise
66

77
Tutorials are available for Devise and RSpec:
88

@@ -25,6 +25,8 @@ This repo contains a Rails 3.2 example application integrating "Devise":http://g
2525
* "Devise":http://github.com/plataformatec/devise gives you ready-made authentication and user management.
2626
* "RSpec":http://rspec.info/ is a popular alternative to the Test::Unit testing framework.
2727

28+
You really should use the "rails-devise":https://github.com/RailsApps/rails-devise newer version.
29+
2830
h2. What Is Implemented -- and What Is Not
2931

3032
This is a demonstration application that allows you to visit a home page and see a list of users. With the default user's email and password (supplied below), you can log in and view details for each user. Devise provides user management so a visitor can register with an email address and password and create an account. Devise provides authentication so access to the site can be limited to users who are registered and logged in.

0 commit comments

Comments
 (0)