mountain_view
mountain_view copied to clipboard
Living styleguide for Rails
I'm not seeing how we'd show an example of a component with a block in teh style guide. Am I missing it or do we need to add it?
Hi! I'm back! I'll circle back on my other tickets I hope... sorry I disappeared. Are you guys still maintaining this gem? I'm getting a deprecation warning: > DEPRECATION WARNING:...
Allows projects which do not use the rails asset pipeline, such as those using webpacker to behave more predictably by skipping the initializer step that configures the assets. Behaves normally...
Interesting thing happened today. We started receiving the error `undefined local variable or method '_component' for #` in a page where we used both a component with the following properties...
Added the ability to have a partial in the meta. If partial exists, the component will be added to content_for with a name mv_#{component_name}_#{index} and the partial will be rendered...
Hey, sorry I haven't had any PRs recently, work is intense. I've been pondering how useful it would be to be able to have the ability to insert the example...
In order to get the tests to run in the test runner for RubyMine, I had to add `gem 'tzinfo-data'` and `gem 'minitest-reporters', '>= 0.5.0'` to the `Gemfile` and `require...
- Determine whether the example code should use HAML or ERB, and display the example in whichever the component was written in - Allow HTML in the meta and in...
Hi, First of all thank you for this incredible gem! Recently I started working with Rails. I am developing a Rails APP which has a custom Engine mounted. After generating...
Here are samples of some of the options available for positioning. I propose one of the options where title/description are before the sample may be a more pleasing solution overall....