rails_error_dashboard 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rails_error_dashboard/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afb7505fa151651854c20ca7db94e8d46a887944db7426dae5c0cc3af5c190c4
|
|
4
|
+
data.tar.gz: d3fb030d07b2981913a26a7486b693e2937bdb4cd09448a7d60fc0996b046fe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2b3109a9c7744fcb9ef25fd1a498908fa036cfa86ddf68de7c6214ee9b500bbf9885d69e687418998db8fe0e6bfa4ddf244f28e3d138f4b315f4574113eb9e7
|
|
7
|
+
data.tar.gz: 5553318a3b2c3accab1d2bcadeb70aad586511e98435e32e9ef84f648f2b3132bf5d8215178198522c0b15a193a29c40f22aacf5acbb4dfb51f5995d975fef53
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ gem 'rails_error_dashboard'
|
|
|
20
20
|
|
|
21
21
|
**See it in action:** [https://rails-error-dashboard.anjan.dev](https://rails-error-dashboard.anjan.dev)
|
|
22
22
|
|
|
23
|
-
Username: `
|
|
23
|
+
Username: `gandalf` · Password: `youshallnotpass`
|
|
24
24
|
|
|
25
25
|
Experience the full dashboard with 250+ realistic Rails errors, LOTR-themed demo data, and all features enabled.
|
|
26
26
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_error_dashboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anjan Jagirdar
|
|
@@ -377,13 +377,13 @@ metadata:
|
|
|
377
377
|
source_code_uri: https://github.com/AnjanJ/rails_error_dashboard
|
|
378
378
|
changelog_uri: https://github.com/AnjanJ/rails_error_dashboard/blob/main/CHANGELOG.md
|
|
379
379
|
post_install_message: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n
|
|
380
|
-
\ Rails Error Dashboard v0.1.
|
|
380
|
+
\ Rails Error Dashboard v0.1.8 installed successfully!\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n\U0001F4E6
|
|
381
381
|
Next steps to get started:\n\n 1. Run the installer:\n rails generate rails_error_dashboard:install\n\n
|
|
382
382
|
\ 2. Run migrations:\n rails db:migrate\n\n 3. Mount the engine in config/routes.rb:\n
|
|
383
383
|
\ mount RailsErrorDashboard::Engine => '/error_dashboard'\n\n 4. Start your
|
|
384
384
|
server and visit:\n http://localhost:3000/error_dashboard\n\n\U0001F3AE Try
|
|
385
|
-
the live demo: https://rails-error-dashboard.anjan.dev\n (Username:
|
|
386
|
-
|
|
385
|
+
the live demo: https://rails-error-dashboard.anjan.dev\n (Username: gandalf, Password:
|
|
386
|
+
youshallnotpass)\n\n\U0001F4D6 Documentation: https://github.com/AnjanJ/rails_error_dashboard\n\U0001F4AC
|
|
387
387
|
Questions? https://github.com/AnjanJ/rails_error_dashboard/issues\n\n⚠️ BETA: API
|
|
388
388
|
may change before v1.0.0 - Use at your own discretion\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n"
|
|
389
389
|
rdoc_options: []
|