console-adapter-rails 0.5.0 → 0.5.1
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
- checksums.yaml.gz.sig +0 -0
- data/context/getting-started.md +15 -0
- data/context/index.yaml +12 -0
- data/lib/console/adapter/rails/version.rb +1 -1
- data/readme.md +8 -0
- data/releases.md +5 -0
- data.tar.gz.sig +0 -0
- metadata +4 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87a3133534ae9fef350296fe8f70381f69506077331665169523a7a59fef0786
|
|
4
|
+
data.tar.gz: c23583428a0b77f235b72e2c83b57818e53da8581d9087a739d30cf33e6b535e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8d8d61c59a6c62fc9dbac96c1dbe7e60f00dc3cfd79322cc2e15a4bf7ea37a563516ac682994c96375a69ec5d9cd7cff1ff13b901df33f8b49aacbcf8f4e0cf
|
|
7
|
+
data.tar.gz: 5a3431fdcbe71b50d272ea61f0d56295b4a19520e77ee03cb7f42995faa884f35aab8dc01ed5b5c29702e5ec956e9061eb9c99176d7d8a4db386e24ee76ae575
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Getting Started
|
|
2
|
+
|
|
3
|
+
This guide explains how to integrate the `console-adapter-rails` gem into your Rails application.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add the gem to your project:
|
|
8
|
+
|
|
9
|
+
~~~ bash
|
|
10
|
+
$ bundle add console-adapter-rails
|
|
11
|
+
~~~
|
|
12
|
+
|
|
13
|
+
The gem includes a Railtie that will set up all required logging configuration for you.
|
|
14
|
+
|
|
15
|
+
If you wish to log ActiveRecord, add `Console::Adapter::Rails::ActiveRecord.apply!` into your `config/environment.rb` file, before the `Rails.application.initialize!` call.
|
data/context/index.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Automatically generated context index for Utopia::Project guides.
|
|
2
|
+
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
|
|
3
|
+
---
|
|
4
|
+
description: Adapt Rails logs and events to the console gem.
|
|
5
|
+
metadata:
|
|
6
|
+
documentation_uri: https://socketry.github.io/console-adapter-rails/
|
|
7
|
+
source_code_uri: https://github.com/socketry/console-adapter-rails.git
|
|
8
|
+
files:
|
|
9
|
+
- path: getting-started.md
|
|
10
|
+
title: Getting Started
|
|
11
|
+
description: This guide explains how to integrate the `console-adapter-rails` gem
|
|
12
|
+
into your Rails application.
|
data/readme.md
CHANGED
|
@@ -10,6 +10,14 @@ Please see the [project documentation](https://socketry.github.io/console-adapte
|
|
|
10
10
|
|
|
11
11
|
- [Getting Started](https://socketry.github.io/console-adapter-rails/guides/getting-started/index) - This guide explains how to integrate the `console-adapter-rails` gem into your Rails application.
|
|
12
12
|
|
|
13
|
+
## Releases
|
|
14
|
+
|
|
15
|
+
Please see the [project releases](https://socketry.github.io/console-adapter-rails/releases/index) for all releases.
|
|
16
|
+
|
|
17
|
+
### v0.5.0
|
|
18
|
+
|
|
19
|
+
- Improved compatibilty with Rails 8+.
|
|
20
|
+
|
|
13
21
|
## Contributing
|
|
14
22
|
|
|
15
23
|
We welcome contributions to this project.
|
data/releases.md
ADDED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: console-adapter-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -87,6 +87,8 @@ executables: []
|
|
|
87
87
|
extensions: []
|
|
88
88
|
extra_rdoc_files: []
|
|
89
89
|
files:
|
|
90
|
+
- context/getting-started.md
|
|
91
|
+
- context/index.yaml
|
|
90
92
|
- lib/console/adapter/rails.rb
|
|
91
93
|
- lib/console/adapter/rails/action_controller.rb
|
|
92
94
|
- lib/console/adapter/rails/active_record.rb
|
|
@@ -95,6 +97,7 @@ files:
|
|
|
95
97
|
- lib/console/adapter/rails/version.rb
|
|
96
98
|
- license.md
|
|
97
99
|
- readme.md
|
|
100
|
+
- releases.md
|
|
98
101
|
homepage: https://github.com/socketry/console-adapter-rails
|
|
99
102
|
licenses:
|
|
100
103
|
- MIT
|
metadata.gz.sig
CHANGED
|
Binary file
|