Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
356d384
🚚 Rename to masq2
pboling Jan 14, 2025
b4b61f1
Rails 4 Gemfile
Dec 13, 2017
508d54a
Rails 4 changes
Dec 13, 2017
9dccc71
Update travis details and gemspec
Dec 13, 2017
14f03c6
Fix test schema to match column rename
Dec 13, 2017
944068d
Rails 4.1 Masq Support
Dec 18, 2017
78ebd19
Rails 4.1 remove turn dependency
Dec 19, 2017
95656eb
Tidy up instance variable not initialized warnings
Dec 19, 2017
a2f4b23
Travis tests expand_path change
Dec 19, 2017
89eb7ef
Rails 4.2 Upgrade
Dec 20, 2017
ff3f9e0
Update deprication and failing tests
Dec 20, 2017
f7fd5b9
Update travis badge for branch
Dec 20, 2017
19fffe1
Fix broken tests for rails 4.2
Dec 20, 2017
78399fe
Rails 5.0 Masq upgrade
Jan 3, 2018
a1543ea
Test deprication changes
Jan 3, 2018
0aa5cf2
Rails 5.0 get tests passing
Jan 3, 2018
d1c7d02
Rails 5.0 travis badge update
Jan 3, 2018
5b04024
Rails 5.0 remove deprications
Jan 3, 2018
efcbc8a
Remove find_by search shorthands
Jan 26, 2018
935b981
Expect auth token
Aug 21, 2019
eae3ede
🚨 Fix Markdown formatting
pboling Nov 8, 2024
a7108df
🔒️ Use HTTPS for rubygems source
pboling Nov 8, 2024
ac7f322
⬆️ Rails ~> 5.1
pboling Nov 8, 2024
601cea6
🔥 auto_explain_threshold_in_seconds was deprecated in Rails 4.0, remo…
pboling Nov 8, 2024
ebae030
🚨 Linting
pboling Nov 8, 2024
2c02c44
🚨 where(**).first => find_by
pboling Nov 8, 2024
e49d4e7
⬆️ Rails 4 => 5 upgrade: Migrations
pboling Nov 8, 2024
fcf88ee
✨ Allow either id or login for accounts/show
pboling Nov 8, 2024
d73d0e5
✨ Allow ERB within YAML for config file
pboling Nov 8, 2024
0327e37
🔧 Rails 4.2 config updates
pboling Nov 8, 2024
5c799a7
➕ erb
pboling Nov 8, 2024
39295b0
⬆️ Rails 4 => 5 upgrade: Controller & Parameters
pboling Nov 8, 2024
155c26e
✨ Allow logout via DELETE HTTP method
pboling Nov 8, 2024
fd2d12c
🐛 Fix locale key issues
pboling Nov 8, 2024
860ab0f
⬆️ Rails 5.0 => 5.1 upgrade: before_filter => before_action
pboling Nov 8, 2024
fdb9eba
⬆️ Rails 5.0 => 5.1 upgrade: avoid loading sprockets
pboling Nov 8, 2024
f7184a3
🐛 Fix before_destroy callback on Persona
pboling Nov 8, 2024
9e11bb4
🔥 mass_assignment_sanitizer isn't part of Rails 5.1
pboling Nov 8, 2024
c90f986
🔥 kill asset pipeline
pboling Nov 8, 2024
f8c66c3
🔥 Fix deprecation for Rails 5.2
pboling Nov 8, 2024
895d735
💚 Fix tests
pboling Nov 8, 2024
bfb7929
🔥 Travis is dead
pboling Nov 8, 2024
63dc6c0
✅ Timestamp math & comparison can be inaccurate
pboling Nov 8, 2024
8940422
✅ String equality > Object equality
pboling Nov 8, 2024
2fa1dca
➕ mysql2, pg for tests
pboling Nov 8, 2024
d00751b
Merge pull request #2 from oauth-xx/rename
pboling Jan 14, 2025
2d9d127
Merge pull request #1 from oauth-xx/upstream-rails-5-1-fixes
pboling Jan 14, 2025
c7ea43b
⬆️ rails 5.2.8.
pboling Jan 15, 2025
ca562af
🙈 gitignores for rails 5.2.8.1
pboling Jan 15, 2025
6b7b3bf
⬆️ ruby-openid2
pboling Jan 15, 2025
404e5de
🚑️ [BREAKING] Fix compatibility with Rails v5.2.8.1
pboling Jan 15, 2025
ad95627
➕ version_gem
pboling Feb 25, 2025
866ab12
🔇 DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQL…
pboling Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ test/dummy/tmp
test/dummy/.sass-cache
tmp
vendor/ruby

# Ignore uploaded files in development, if ever there are any from ActiveStorage
/storage/*

/public/assets
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 2.7.8
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
source "http://rubygems.org"
source "https://rubygems.org"

group :development, :test do
platforms :ruby, :mswin, :mingw do
gem 'sqlite3'
#gem 'mysql2'
#gem 'pg'
gem 'mysql2'
gem 'pg'
gem 'byebug'
#gem 'activerecord-oracle_enhanced-adapter'
#gem 'ruby-plsql'
#gem 'ruby-oci8'
end
gem 'minitest'
gem 'rails-controller-testing'
gem 'test-unit', '~> 3.0'
gem 'turn'
gem 'mocha'
gem 'ruby_gntp'
gem 'guard-minitest'
Expand Down
260 changes: 161 additions & 99 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,130 +1,192 @@
PATH
remote: .
specs:
masq (0.3.4)
masq2 (1.0.0.pre.beta.1)
erb
i18n_data
rails (~> 3.2.0)
ruby-openid
rails (>= 5.2.8.1)
rails-controller-testing
ruby-openid2 (~> 3.1)
ruby-yadis
version_gem (~> 1.1, >= 1.1.6)
yubikey

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (3.2.22.2)
actionpack (= 3.2.22.2)
mail (~> 2.5.4)
actionpack (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.22.2)
activesupport (= 3.2.22.2)
builder (~> 3.0.0)
activerecord (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
activesupport (3.2.22.2)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
ansi (1.5.0)
arel (3.0.3)
builder (3.0.4)
concurrent-ruby (1.0.5)
erubis (2.7.0)
actioncable (5.2.8.1)
actionpack (= 5.2.8.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.8.1)
actionpack (= 5.2.8.1)
actionview (= 5.2.8.1)
activejob (= 5.2.8.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.8.1)
actionview (= 5.2.8.1)
activesupport (= 5.2.8.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.8.1)
activesupport (= 5.2.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.8.1)
activesupport (= 5.2.8.1)
globalid (>= 0.3.6)
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activestorage (5.2.8.1)
actionpack (= 5.2.8.1)
activerecord (= 5.2.8.1)
marcel (~> 1.0.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
base64 (0.2.0)
builder (3.3.0)
byebug (11.1.3)
cgi (0.4.1)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.4.1)
erb (4.0.4)
cgi (>= 0.3.3)
erubi (1.13.1)
globalid (1.1.0)
activesupport (>= 5.0)
guard-compat (1.2.1)
guard-minitest (2.4.5)
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
hike (1.2.3)
i18n (0.9.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
journey (1.0.4)
json (1.8.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.4)
mime-types (1.25.1)
minitest (4.7.5)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.12.2)
polyglot (0.3.5)
power_assert (0.2.2)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22.2)
actionmailer (= 3.2.22.2)
actionpack (= 3.2.22.2)
activerecord (= 3.2.22.2)
activeresource (= 3.2.22.2)
activesupport (= 3.2.22.2)
bundler (~> 1.0)
railties (= 3.2.22.2)
railties (3.2.22.2)
actionpack (= 3.2.22.2)
activesupport (= 3.2.22.2)
rack-ssl (~> 1.3.2)
i18n_data (0.17.1)
simple_po_parser (~> 1.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.6)
net-imap (0.4.18)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.15.7-arm64-darwin)
racc (~> 1.4)
pg (1.5.9)
power_assert (2.0.5)
racc (1.8.1)
rack (2.2.10)
rack-test (2.2.0)
rack (>= 1.3)
rails (5.2.8.1)
actioncable (= 5.2.8.1)
actionmailer (= 5.2.8.1)
actionpack (= 5.2.8.1)
actionview (= 5.2.8.1)
activejob (= 5.2.8.1)
activemodel (= 5.2.8.1)
activerecord (= 5.2.8.1)
activestorage (= 5.2.8.1)
activesupport (= 5.2.8.1)
bundler (>= 1.3.0)
railties (= 5.2.8.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
method_source
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (12.3.0)
rb-fsevent (0.9.7)
rdoc (3.12.2)
json (~> 1.4)
ruby-openid (2.7.0)
thor (>= 0.19.0, < 2.0)
rake (13.2.1)
rb-fsevent (0.11.2)
ruby-openid2 (3.1.0)
version_gem (~> 1.1, >= 1.1.4)
ruby-yadis (0.3.4)
ruby2_keywords (0.0.5)
ruby_gntp (0.3.4)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.11)
test-unit (3.0.8)
simple_po_parser (1.1.6)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
test-unit (3.6.7)
power_assert
thor (0.20.0)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turn (0.9.7)
ansi
minitest (~> 4)
tzinfo (0.3.53)
thor (1.3.2)
thread_safe (0.3.6)
timeout (0.4.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
version_gem (1.1.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yubikey (1.4.1)

PLATFORMS
ruby
arm64-darwin-22

DEPENDENCIES
byebug
guard-minitest
masq!
masq2!
minitest
mocha
mysql2
pg
rails-controller-testing
rb-fsevent
ruby_gntp
sqlite3
test-unit (~> 3.0)
turn

BUNDLED WITH
1.12.5
2.4.22
Loading