Skip to content

Commit

Permalink
Rails 2.3.8, authlogic 2.1.4, searchlogic 2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Smith committed May 26, 2010
1 parent 6139397 commit c60cb84
Show file tree
Hide file tree
Showing 169 changed files with 763 additions and 1,047 deletions.
7 changes: 4 additions & 3 deletions README.rdoc
Expand Up @@ -12,13 +12,14 @@ No frills, general use support ticket tracking. Easily document and communicate
* Export ticket in PDF format
* No complicated permission system...only admins can perform negative actions
* In-line admin controls to delete comments, attachments, and tickets
* Ruby on Rails 2.3.5
* Gravatar integration
* Ruby on Rails 2.3.8

== Included Gems

* <em>will_paginate 2.3.12</em>
* <em>authlogic 2.1.3</em>
* <em>searchlogic 2.4.1</em>
* <em>authlogic 2.1.4</em>
* <em>searchlogic 2.4.19</em>
* <em>paperclip 2.3.1.1</em>
* <em>prawn 0.6.3</em>
* <em>populator 0.2.5</em>
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
@@ -1,7 +1,7 @@
# Be sure to restart your server when you modify this file

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
238 changes: 0 additions & 238 deletions vendor/gems/authlogic-2.1.3/.specification

This file was deleted.

57 changes: 0 additions & 57 deletions vendor/gems/authlogic-2.1.3/lib/authlogic.rb

This file was deleted.

Expand Up @@ -5,4 +5,5 @@
pkg/*
coverage/*
doc/*
benchmarks/*
benchmarks/*
.specification
File renamed without changes.
File renamed without changes.
Expand Up @@ -78,7 +78,7 @@ Apparently there is a bug with apache / passenger for v2.1.X with sessions not w

== Documentation explanation

You can find anything you want about Authlogic in the {documentation}[http://authlogic.rubyforge.org], all that you need to do is understand the basic design behind it.
You can find anything you want about Authlogic in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic], all that you need to do is understand the basic design behind it.

That being said, there are 2 models involved during authentication. Your Authlogic model and your ActiveRecord model:

Expand All @@ -87,7 +87,7 @@ That being said, there are 2 models involved during authentication. Your Authlog

Each of the above has its various sub modules that contain common logic. The sub modules are responsible for including *everything* related to it: configuration, class methods, instance methods, etc.

For example, if you want to timeout users after a certain period of inactivity, you would look in <b>Authlogic::Session::Timeout</b>. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://authlogic.rubyforge.org].
For example, if you want to timeout users after a certain period of inactivity, you would look in <b>Authlogic::Session::Timeout</b>. To help you out, I listed the following publicly relevant modules with short descriptions. For the sake of brevity, there are more modules than listed here, the ones not listed are more for internal use, but you can easily read up on them in the {documentation}[http://rdoc.info/projects/binarylogic/authlogic].

=== Authlogic::ActsAsAuthentic sub modules

Expand Down
Expand Up @@ -9,10 +9,9 @@ begin
gem.email = "bjohnson@binarylogic.com"
gem.homepage = "http://github.com/binarylogic/authlogic"
gem.authors = ["Ben Johnson of Binary Logic"]
gem.rubyforge_project = "authlogic"
gem.add_dependency "activesupport"
end
Jeweler::RubyforgeTasks.new
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
Expand Down
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 1
:patch: 3
:patch: 4
:build:
:major: 2

0 comments on commit c60cb84

Please sign in to comment.