Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Menagh committed Jul 2, 2010
1 parent 00c71ed commit 672f375
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ group :development do
# Add additional generators for Rails in the development environment
gem 'rails3-generators'

# Add Yard support for documentation
# gem 'yard'

# Add support for getting this on heroku
# gem 'taps'
# gem 'heroku'
Expand Down
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
This is an example application demonstrating Authlogic running on Rails 3.

It uses the email to login, you could also use a login field, if you like. I use a custom email validator (blatantly stolen from Ryan Bates) to validate email formats.

It also includes RSpec tests for the Authlogic controller.

To run the app:
bundle install
rake db:migrate
rails s
open http://localhost:3000
open http://localhost:3000/users/new

The root directory redirects to the login page.

Expand Down
4 changes: 3 additions & 1 deletion doc/README_FOR_APP
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
This is an example application demonstrating Authlogic running on Rails 3.

It uses the email to login, you could also use a login field, if you like. I use a custom email validator (blatantly stolen from Ryan Bates) to validate email formats.

It also includes RSpec tests for the Authlogic controller.

To run the app:
bundle install
rake db:migrate
rails s
open http://localhost:3000
open http://localhost:3000/users/new

The root directory redirects to the login page.

Expand Down

0 comments on commit 672f375

Please sign in to comment.