README.markdown in simple_auth-0.1.7 vs README.markdown in simple_auth-0.1.8

- old
+ new

@@ -126,9 +126,16 @@ module ApplicationHelper include SimpleAuth::Helper end +Sinatra support +--------------- + +Sinatra is not fully supported. For now, you can only use the ActiveRecord part: + + require "simple_auth/active_record" + Troubleshooting --------------- You may receive strange errors related to `can't dup NilClass` or `You have a nil object when you didn't expect it!`. This will occur only on development mode and is an ActiveRecord bug that hasn't been fixed. Open the ActiveRecord file `activerecord-2.3.5/lib/active_record/base.rb` and comment the lines 411-412: \ No newline at end of file