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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 057f12398013c527127c67b8b6ff58ff7c791fc198be826220054b52eb3ca931
4
- data.tar.gz: 8e6b4ad82981ec6f48b308fe1e06cde8d186e33b863137aa0f94fc61e854a482
3
+ metadata.gz: 87a3133534ae9fef350296fe8f70381f69506077331665169523a7a59fef0786
4
+ data.tar.gz: c23583428a0b77f235b72e2c83b57818e53da8581d9087a739d30cf33e6b535e
5
5
  SHA512:
6
- metadata.gz: 100427e87bc7c51add63a4192af5b6e87a49ffd06125aa7dfd5169c0ea21d3d25a87bbcd0a6620948f2858246297ac4a15cc53cb9fe77fbb340cea10974ed74a
7
- data.tar.gz: eea1a96c7862fbf5a60db16969acf8c4c335b0394bfdd20cd5762e15634dda0383229b6eacfa6510fb0a43487faea564630eca54b58fae7db505c4cd6ff48c59
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.
@@ -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.
@@ -9,7 +9,7 @@ module Console
9
9
  module Adapter
10
10
  # @namespace
11
11
  module Rails
12
- VERSION = "0.5.0"
12
+ VERSION = "0.5.1"
13
13
  end
14
14
  end
15
15
  end
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
@@ -0,0 +1,5 @@
1
+ # Releases
2
+
3
+ ## v0.5.0
4
+
5
+ - Improved compatibilty with Rails 8+.
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.0
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