view_component_storybook icon indicating copy to clipboard operation
view_component_storybook copied to clipboard

Update installation instructions in Getting Started

Open techpeace opened this issue 2 years ago • 4 comments

Just made some quick additions to the Getting Started docs to reflect what I needed to get the project up and running recently in my Rails 6 app.

techpeace avatar Sep 10 '21 20:09 techpeace

In my Rails 5.x app with bootstrap 3, I have to add

      resource '/assets/**/*', header: :any, methods: %i[get]

to make glyphicons work.

twnaing avatar Oct 24 '21 08:10 twnaing

I think we need a different solution for making cors work. Its common to need in development BUT its important to frame those configs as not being for production etc.

jonspalmer avatar Nov 07 '21 12:11 jonspalmer

I think we need a different solution for making cors work. Its common to need in development BUT its important to frame those configs as not being for production etc.

That makes sense, @jonspalmer. Would a comment or some additional context in the docs be sufficient?

techpeace avatar Nov 15 '21 15:11 techpeace

Yes I think some other section of the docs mentioning cors and dev setup would be more appropriate

jonspalmer avatar Feb 14 '22 03:02 jonspalmer