README.markdown in simple_auth-0.1.0 vs README.markdown in simple_auth-0.1.1
- old
+ new
@@ -97,10 +97,10 @@
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:
klass.instance_variables.each { |var| klass.send(:remove_instance_variable, var) }
klass.instance_methods(false).each { |m| klass.send :undef_method, m }
-Dirty, but it works. Here's the ticket for this issue: [LINK TO LIGHTHOUSE TICKET]
+Dirty, but it works. Here's the ticket for this issue: [Issue #1290](https://rails.lighthouseapp.com/projects/8994/tickets/1290-activerecord-raises-randomly-apparently-a-timezone-issue#ticket-1290-30)
To-Do
-----
* Write README
\ No newline at end of file