A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rails/spring

https://github.com/rails/spring - 4.4.1

What's Changed

Full Changelog: https://github.com/rails/spring/compare/v4.4.0...v4.4.1

- Ruby
Published by rafaelfranca about 2 months ago

https://github.com/rails/spring - 4.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/rails/spring/compare/v4.3.0...v4.4.0

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.3.0

What's Changed

  • Fix reloading issue in Ruby 3.3.
  • Fixed compatibility with --enable-frozen-string-literal.
  • Add embeded engines to default reload matcher.

New Contributors

Full Changelog: https://github.com/rails/spring/compare/v4.2.1...v4.3.0

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.2.1

What's Changed

  • Added Spring.connect_timeout and Spring.boot_timeout to allow to increase timeout for larger apps.
  • Spring.connect_timeout now default to 5 seconds instead of 1.

Full Changelog: https://github.com/rails/spring/compare/v4.2.0...v4.2.1

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.2.0

What's Changed

  • Added Spring.reset_on_env to define environment variables which should cause spring to reload when they change.
  • Added Spring.spawn_on_env to define environment variables that should cause spring to start a distinct server.
  • Better handle a case where the server could hang.

New Contributors

Full Changelog: https://github.com/rails/spring/compare/v4.1.3...v4.2.0

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.1.3

What's Changed

  • Bring back Spring::Watcher::Abstract#synchronize method to fix compatibility with spring-watcher-listen.

Full Changelog: https://github.com/rails/spring/compare/v4.1.2...v4.1.3

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.1.2

What's Changed

  • Drop dependency on mutex_m. Avoid issues with loading the wrong version before bundler kicks in.

New Contributors

Full Changelog: https://github.com/rails/spring/compare/v4.1.1...v4.1.2

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.1.1

What's Changed

  • Fix a small compatibility issue with Ruby 3.2 causing Kernel#raise to not accept a cause.

Full Changelog: https://github.com/rails/spring/compare/v4.1.0...v4.1.1

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - 4.1.0

What's Changed

  • Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
  • Fix rails db:system:change command failure issue.
  • Defer digest loading.
  • Add support for SPRING_QUIET environment variable.

New Contributors

Full Changelog: https://github.com/rails/spring/compare/v4.0.0...v4.1.0

- Ruby
Published by rafaelfranca 7 months ago

https://github.com/rails/spring - v4.0.0

What's Changed

Full Changelog: https://github.com/rails/spring/compare/v3.1.1...v4.0.0

- Ruby
Published by rafaelfranca about 4 years ago

https://github.com/rails/spring - 3.1.1

  • Fix compatibility issues with code that raises exceptions with frozen backtraces.
  • Better support Ruby 3.0.

- Ruby
Published by rafaelfranca over 4 years ago

https://github.com/rails/spring - 3.1.0

  • Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
  • Fix support to gems.rb file.
  • Ensure bundler is required when used.
  • Support rails db:* tasks.
  • Check that app preload was successful before sending a command.

- Ruby
Published by rafaelfranca over 4 years ago