https://github.com/driftingruby/245-tracking-changes-on-action-text
Without using any gems, we look at tracking changes within Action Text. It seems like a simple thing, but challenges arise through several layers of abstraction due to the flexibility that Action Text provides.
https://github.com/driftingruby/245-tracking-changes-on-action-text
action-text ruby ruby-on-rails versioning
Last synced: 17 days ago
JSON representation
Without using any gems, we look at tracking changes within Action Text. It seems like a simple thing, but challenges arise through several layers of abstraction due to the flexibility that Action Text provides.
- Host: GitHub
- URL: https://github.com/driftingruby/245-tracking-changes-on-action-text
- Owner: driftingruby
- Created: 2020-06-08T02:36:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:19:38.000Z (over 3 years ago)
- Last Synced: 2025-07-07T08:08:19.527Z (10 months ago)
- Topics: action-text, ruby, ruby-on-rails, versioning
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/tracking-changes-on-action-text
- Size: 861 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...