• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

binarylogic / authlogic
24%
master: 96%

Build:
Build:
LAST BUILD BRANCH: support-string-cookie-values-in-rails-test-cases
DEFAULT BRANCH: master
Repo Added 12 Mar 2019 04:47PM UTC
Files 41
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix_load_early_error
branch: fix_load_early_error
CHANGE BRANCH
x
Reset
  • fix_load_early_error
  • 5-0-stable
  • 5-1-stable
  • 5-2-stable
  • 6-0-stable
  • 6-1-stable
  • 6-2-stable
  • 6-3-stable
  • deprecate_find_by_login_method
  • encrypted_cookies
  • encrypted_cookies_5_1
  • encrypted_cookies_6_0
  • fix_ci
  • issue_686
  • master
  • release-5.1.0
  • release-5.2.0
  • release-6.0.0
  • release-6.1.0
  • remove_dependency_on_scrypt
  • thread_safety_726
  • tiegz/doc-tweaks
  • v5.0.2
  • v5.0.3
  • v5.0.4
  • v5.1.0
  • v5.2.0
  • v6.0.0
  • v6.2.0
  • v6.3.0
  • various_2020-03-23

pending completion
702

Pull #681

travis-ci

web-flow
Delete AuthlogicLoadedTooLateError

This error no longer seems to be necessary.

I tested this in a new rails 6.0.0 application. In the following,
my debug output is prefixed with "->".

```
bin/rails server
-> loading rails_adapter.rb
=> Booting Puma
...
* Listening on tcp://localhost:3000
...
-> RailsImplementation included into ActionController::Base
-> RailsImplementation included into ActionController::API
-> loading application_controller.rb
Started GET "/" for 127.0.0.1 at 2019-09-11 13:33:05 -0400
Processing by HomeController#index as HTML
-> activate_authlogic
  Rendering home/index.html.erb within layouts/application
```

We can see that the `activate_authlogic` callback still occurs. So,
raising an AuthlogicLoadedTooLateError would be incorrect.

And, of course, I tested a normal sign in POST.
Pull Request #681: Delete AuthlogicLoadedTooLateError

339 of 1415 relevant lines covered (23.96%)

2.16 hits per line

Relevant lines Covered
Build:
Build:
1415 RELEVANT LINES 339 COVERED LINES
2.16 HITS PER LINE
Source Files on fix_load_early_error
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
702 fix_load_early_error Delete AuthlogicLoadedTooLateError This error no longer seems to be necessary. I tested this in a new rails 6.0.0 application. In the following, my debug output is prefixed with "->". ``` bin/rails server -> loading rails_adapter.rb => Booting ... Pull #681 11 Sep 2019 05:48PM UTC web-flow travis-ci pending completion  
701 fix_load_early_error Delete AuthlogicLoadedTooLateError This error no longer seems to be necessary. I tested this in a new rails 6.0.0 application. In the following, my debug output is prefixed with "->". ``` bin/rails server -> loading rails_adapter.rb => Booting ... push 11 Sep 2019 05:45PM UTC jaredbeck travis-ci pending completion  
See All Builds (166)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc