Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
remove authlogic generators
Browse files Browse the repository at this point in the history
  • Loading branch information
negonicrac committed Sep 11, 2012
1 parent 50c1431 commit 5f3b116
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 48 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Expand Up @@ -8,6 +8,7 @@
* SimpleForm generators removed. SimpleForm (https://github.com/plataformatec/simple_form) has its own generators.
* Erubis generator removed.
* Formtastic generators removed. Formtastic (https://github.com/justinfrench/formtastic) has its own generators.
* Authlogic generators removed. Authlogic (https://github.com/binarylogic/authlogic) has its own generators.

== 0.17.5
* optimize
Expand Down
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -24,6 +24,8 @@ The SimpleForm generators moved to {the simple_form gem}[https://github.com/plat

The Formtastic generators moved to {the fortastic gem}[https://github.com/justinfrench/formtastic].

The Authlogic generators moved to {the authlogic gem}[https://github.com/binarylogic/authlogic].

== Note on Patches/Pull Requests

* Fork the project.
Expand Down
11 changes: 0 additions & 11 deletions lib/generators/authlogic.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/generators/authlogic/session/session_generator.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/generators/authlogic/session/templates/session.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/rails3-generators.rb
@@ -1,4 +1,4 @@
require 'rails/generators'
require "rails/generators"

module Rails3Generators
end
Expand Down
2 changes: 2 additions & 0 deletions rails3-generators.gemspec
Expand Up @@ -36,6 +36,8 @@ SimpleForm generators removed. SimpleForm (https://github.com/plataformatec/simp
Formtastic generators removed. Formtastic (https://github.com/justinfrench/formtastic) has its onw generators.
Authlogic generators removed. Authlogic (https://github.com/binarylogic/authlogic) has its onw generators.
Be sure to check out the wiki, https://wiki.github.com/indirect/rails3-generators/,
for information about recent changes to this project.
}
Expand Down
14 changes: 0 additions & 14 deletions test/lib/generators/authlogic/session_generator_test.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/test_helper.rb
Expand Up @@ -48,7 +48,6 @@ def assert_class(klass, content)
def generator_list
{
:rails => ['scaffold', 'controller'],
:authlogic => ['session'],
:koala => ['install'],
:shoulda => ['controller', 'scaffold']
}
Expand Down

0 comments on commit 5f3b116

Please sign in to comment.