You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
I've been wondering what the best way is to use custom tags in a rails app. Would you expect the standard way to fork this repo, edit the tags in the fork, and then point bundler at the fork? I feel like that works, but it's a little external, so there's either an easier way to do it, or it might be worth spending a little time on.
I've been thinking of a gem ruby-bbcode-rails similar to the rspec-rails gem, which when installed in a rails app will automatically create a rails initializer called config/initializer/ruby-bbcode.rb containing the tags definition.
This could lead to something like rails g ruby-bbcode:full-tags which would override the default minimal tag set and use a larger tagset located in the ruby-bbcode-rails repository.
I don't want to tackle something that big at the moment (I've already spent a little more time today off task than I meant to, lol) and it definitely should be kept out of this repo given that it's framework specific, but what are your thoughts on custom tags?