propel_facets 0.1.1 → 0.1.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/Rakefile +12 -0
  4. data/lib/propel_facets.rb +1 -1
  5. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da6cba3a34b195a31c1b16b7609f418cffd3b4b8ff94f54459a8a8abc2b55155
4
- data.tar.gz: 119e220c8e5d0bc8f5a63b651bba57c8766a8cfffeecb5c7848bd079b45a8891
3
+ metadata.gz: f127ddd4e76d9854822b551a6e54e7d4f8c2b3e1854373cb1f9090099cde6457
4
+ data.tar.gz: 8644c716754a8d5c21811381e3cce9d1977730765a209a2346b278b4a38d297b
5
5
  SHA512:
6
- metadata.gz: ed75a71a012e5740455d6aaadcbc9b374c7a0ad22a4cb7108d6036e00b73b6cc506a084bf744d02d857077e6e4541552015b1ed1fca463bea9706b26228a7b8d
7
- data.tar.gz: 66d137d4866629b9e392d65abef7d916e66132710a945cbb7c5c8c5bdcd62cbaa7994175dd35f51f17d96136ae4e2d2ea59bf9ef2df5440c6a5c58ecbec26d95
6
+ metadata.gz: 6d3fd45a26987c77fa5dda7d2fbb7d204d818472cc8d8823095f2f60c03b982a2c8f52a51eeeac2532ef600a847a8e83a3e16944b9b662972eb2d752c082af7a
7
+ data.tar.gz: e975b6143227e3113628129782be206175f7dd6871381ada6e7df39a7a8a0e83a02732b870425427bed33394373270ce41f735ffdf6630a0b97c08553b45d29e
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Added
11
+ - **Clean controller generation by default** - PropelFacets controller templates now generate production-ready code
12
+ - Usage comments removed from default controller templates
13
+ - `--with-comments` flag available for learning/tutorial mode
14
+ - Improves integration with PropelApi generators
15
+
10
16
  ### Planned Features
11
17
  - Caching system integration with Rails caching (Solid Cache support)
12
18
  - Automatic association inclusion configuration
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rake/testtask"
5
+
6
+ Rake::TestTask.new(:test) do |t|
7
+ t.libs << "test"
8
+ t.libs << "lib"
9
+ t.test_files = FileList["test/**/*_test.rb"]
10
+ end
11
+
12
+ task default: :test
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-11 00:00:00.000000000 Z
11
+ date: 2025-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -42,6 +42,7 @@ files:
42
42
  - CHANGELOG.md
43
43
  - LICENSE
44
44
  - README.md
45
+ - Rakefile
45
46
  - lib/generators/propel_facets/README.md
46
47
  - lib/generators/propel_facets/USAGE
47
48
  - lib/generators/propel_facets/install_generator.rb
@@ -62,6 +63,7 @@ homepage: https://github.com/propel-hq/propel_rails.git
62
63
  licenses:
63
64
  - MIT
64
65
  metadata:
66
+ allowed_push_host: https://rubygems.org
65
67
  homepage_uri: https://github.com/propel-hq/propel_rails.git
66
68
  source_code_uri: https://github.com/propel-hq/propel_rails.git
67
69
  post_install_message: