Skip to content

Commit

Permalink
Add description of the reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Feb 5, 2024
1 parent 21afc3f commit 38a51bb
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
# README

This README would normally document whatever steps are necessary to get the
application up and running.
This reproduction of a ViewComponent issue is using latest Rails, 7.1, latest view_component, Capybara.

Things you may want to cover:
gem i rails
rails new vc1910
cd vc1910/
bundle add view_component
bundle add rspec-rails
bundle add capybara
rails generate rspec:install
rails g component demo

* Ruby version
Afterwards, I added https://github.com/ViewComponent/view_component/issues/1910#issuecomment-1889762507 the test case from this comment.

* System dependencies
See ViewComponent issues and other details:

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...
- https://github.com/ViewComponent/view_component/pull/945
- https://github.com/ViewComponent/view_component/issues/1910

0 comments on commit 38a51bb

Please sign in to comment.