
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Devloop is an automated Rspec runner for Rails apps inspired by TLDR and Rust (full story). The purpose of this tool is to provide continuous and instant feedback when working on the Rails app. It runs only specs from lines modified in the recent git commits. Even if you have a large spec/user_spec.rb
file, you'll receive specs feedback in ~second on each file save.
Optionally, you can edit first line of any spec file (i.e. add #
) to run all the tests from it.
In your Gemfile
:
gem "devloop", group: :development
Now you can run:
bundle exec devloop
You can also use it without adding to the Gemfile
:
gem install devloop
devloop
Remember to run the devloop
command from the root of your Rails application.
While devloop
process is running it will automatically execute tests related to the recently modified lines of code from spec/
folder.
Devloop will automatically detect if Spring is enabled for your Rails app. I've observed it reduces time needed to run specs by ~4x.
If currently there are no modified spec files, devloop will run tests based on changes in the most recent git commit.
This is in a very early stage of development so feedback is welcome.
FAQs
Unknown package
We found that devloop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.