railsinspire icon indicating copy to clipboard operation
railsinspire copied to clipboard

A curated collection of code samples from Ruby on Rails projects.

Results 37 railsinspire issues
Sort by recently updated
recently updated
newest added

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 10.0.0 to 10.1.0. Changelog Sourced from postcss-cli's changelog. 10.1.0 / 2022-11-29 Allow running --watch mode in non-TTY contexts, like Docker (#448) Update dependencies Commits a3574b1 10.1.0 83771bd...

dependencies
javascript

Bumps [stimulus-rails-nested-form](https://github.com/stimulus-components/stimulus-rails-nested-form) from 4.0.0 to 4.1.0. Release notes Sourced from stimulus-rails-nested-form's releases. 4.1.0 Added Adding name in library export to use the package with CDN, Sprockets and import-maps. Chore Using...

dependencies
javascript

Bumps [stimulus-use](https://github.com/stimulus-use/stimulus-use) from 0.50.0 to 0.51.3. Release notes Sourced from stimulus-use's releases. v0.51.3 What's Changed Remove unnecessary log by @​marcoroth in stimulus-use/stimulus-use#255 Commits Full Changelog: https://github.com/stimulus-use/stimulus-use/compare/v0.51.2...v0.51.3 v0.51.2 What's Changed Add...

dependencies
javascript

Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 5.0.0 to 5.2.0. Release notes Sourced from webdrivers's releases. v5.2.0 chromedriver - Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure) v5.1.0 Improve error messages...

dependencies
ruby

I noticed the editor menu and content window would get smaller every time I navigated through the samples. I tried to figure out why, and added a few logs. Noticed...

bug

See [StackOverflow](https://stackoverflow.com/questions/70939471/css-property-resize-does-not-work-correctly-in-safari-dont-shrink-when-height-i)

bug

The line number column flexes based on the the max digits for a file's line numbers. So right now, the code column "jumps" visually when you navigate between files with,...

Allow users to explore samples by file path (e.g. show all samples with a file in `db/migrate` or a file in `app/models/concerns`) - [ ] Add Path (or FilePath) model...