Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmartin/inline_svg_test_app
A simple Rails app for local testing of the inline_svg gem
https://github.com/jamesmartin/inline_svg_test_app
Last synced: 2 months ago
JSON representation
A simple Rails app for local testing of the inline_svg gem
- Host: GitHub
- URL: https://github.com/jamesmartin/inline_svg_test_app
- Owner: jamesmartin
- Created: 2014-12-15T05:54:29.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T03:01:42.000Z (over 1 year ago)
- Last Synced: 2024-04-22T13:21:02.532Z (8 months ago)
- Language: Ruby
- Size: 282 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Rails application for testing the
[inline_svg](https://github.com/jamesmartin/inline_svg) gem locally.* SVGs live in ./app/assets/images/ for most branches
* SVGs live in ./app/webpacker/images/ for any `-webpacker` branchesThere are long-lived branches for different major Rails versions (to check
compatibility):* [Rails 7.0.0.rc1](https://github.com/jamesmartin/inline_svg_test_app/tree/rails7)
* [Rails 6.0.0.rc1 (Webpacker)](https://github.com/jamesmartin/inline_svg_test_app/tree/rails6-webpacker)
* [Rails 6.0.0.rc1 (Sprockets)](https://github.com/jamesmartin/inline_svg_test_app/tree/rails6)
* [Rails 5.2.6](https://github.com/jamesmartin/inline_svg_test_app/tree/rails5)