Skip to content

Adds extension option to sources - #210

Merged
eelcoj merged 1 commit into
mainfrom
syncable-sources-extension
Jun 29, 2026
Merged

Adds extension option to sources#210
eelcoj merged 1 commit into
mainfrom
syncable-sources-extension

Conversation

@eelcoj

@eelcoj eelcoj commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Allows:

source :posts, extension: :md
source :products, { primary_key: :code, mode: :combinations, extension: :md }

Closes: #174

Allows:
```ruby
source :posts, extension: :md
source :products, { primary_key: :code, mode: :combinations, extension: :md }
```

Closes: #174
@eelcoj
eelcoj merged commit e0d265c into main Jun 29, 2026
3 checks passed
@eelcoj
eelcoj deleted the syncable-sources-extension branch June 29, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow configuring file extension (e.g. .md) for files generated by perron:sync_sources

1 participant