-
Notifications
You must be signed in to change notification settings - Fork 338
Comparing changes
Open a pull request
base repository: rails/spring
base: v3.1.0
head repository: rails/spring
compare: main
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bacf4d6 - Browse repository at this point
Copy the full SHA bacf4d6View commit details
Commits on Nov 24, 2021
-
StringIO was extracted as a gem, so spring can no longer use it for the same reason it can't use the `json` gem. Otherwise you'll see warnings like: ``` ...stringio.bundle: warning: already initialized constant StringIO::VERSION ``` This can be reproduced on Ruby 3.0, by installing `stringio 3.0.1` and starting a Rails app with spring.
Configuration menu - View commit details
-
Copy full SHA for 262bbd3 - Browse repository at this point
Copy the full SHA 262bbd3View commit details -
Merge pull request #656 from casperisfine/drop-stringio-dep
Drop dependency on StringIO
Configuration menu - View commit details
-
Copy full SHA for 4ae1afd - Browse repository at this point
Copy the full SHA 4ae1afdView commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae6e2a8 - Browse repository at this point
Copy the full SHA ae6e2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6aeb4 - Browse repository at this point
Copy the full SHA cb6aeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6c712 - Browse repository at this point
Copy the full SHA 1d6c712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7e996 - Browse repository at this point
Copy the full SHA 3e7e996View commit details -
Remove bundler deprecation by using the right method
We want the environment before bundler was activated, so we can call with_original_env.
Configuration menu - View commit details
-
Copy full SHA for 4140d67 - Browse repository at this point
Copy the full SHA 4140d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df4eee - Browse repository at this point
Copy the full SHA 7df4eeeView commit details
Commits on Nov 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5c3345 - Browse repository at this point
Copy the full SHA e5c3345View commit details -
Merge pull request #658 from deivid-rodriguez/fix_variable_name
Fix variable name in gemspec
Configuration menu - View commit details
-
Copy full SHA for fcd8a0f - Browse repository at this point
Copy the full SHA fcd8a0fView commit details
Commits on Dec 2, 2021
-
It is now a gem, and since spring load before bundler if you have multiple `set` versions installed, you might load the wrong one causing already defined constant warnings.
Configuration menu - View commit details
-
Copy full SHA for 7f4ddf9 - Browse repository at this point
Copy the full SHA 7f4ddf9View commit details -
Merge pull request #659 from casperisfine/drop-set-dependency
Stop depending on Set
Configuration menu - View commit details
-
Copy full SHA for 98a7631 - Browse repository at this point
Copy the full SHA 98a7631View commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f4319c2 - Browse repository at this point
Copy the full SHA f4319c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7788f - Browse repository at this point
Copy the full SHA df7788fView commit details -
Make sure the bundler environment is correct
We need an unbundled env and after removing spring we need to make sure the Gemfile.lock is updated.
Configuration menu - View commit details
-
Copy full SHA for bb4a46e - Browse repository at this point
Copy the full SHA bb4a46eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2988f37 - Browse repository at this point
Copy the full SHA 2988f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a766ced - Browse repository at this point
Copy the full SHA a766cedView commit details -
Merge pull request #661 from rails/rm-test-7.0-drop-ruby-2.6
Drop support to Ruby < 2.7 and Rails < 6.0
Configuration menu - View commit details
-
Copy full SHA for a81ef6e - Browse repository at this point
Copy the full SHA a81ef6eView commit details -
Modernize spring binstubs and disable it in production
Even if the gem is installed, spring now only enables in development and test.
Configuration menu - View commit details
-
Copy full SHA for 02649d9 - Browse repository at this point
Copy the full SHA 02649d9View commit details -
Merge pull request #662 from rails/rm-new-format-binstub
Modernize spring binstubs and disable it in production
Configuration menu - View commit details
-
Copy full SHA for ba9d63a - Browse repository at this point
Copy the full SHA ba9d63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a318a18 - Browse repository at this point
Copy the full SHA a318a18View commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 20ddb2e - Browse repository at this point
Copy the full SHA 20ddb2eView commit details -
Merge pull request #665 from nvasilevski/do-not-require-set
Stop requiring Set
Configuration menu - View commit details
-
Copy full SHA for c45b7ee - Browse repository at this point
Copy the full SHA c45b7eeView commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 942f53e - Browse repository at this point
Copy the full SHA 942f53eView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7fcb742 - Browse repository at this point
Copy the full SHA 7fcb742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8ba21 - Browse repository at this point
Copy the full SHA 9b8ba21View commit details -
Merge pull request #667 from mernen/main
rails: fix check when no command is supplied
Configuration menu - View commit details
-
Copy full SHA for c83c31b - Browse repository at this point
Copy the full SHA c83c31bView commit details
Commits on Feb 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a259761 - Browse repository at this point
Copy the full SHA a259761View commit details
Commits on Feb 25, 2022
-
Merge pull request #672 from onelittle/defer-digest-loading
Lazy-load digest dependency
Configuration menu - View commit details
-
Copy full SHA for 184ecda - Browse repository at this point
Copy the full SHA 184ecdaView commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41f0d21 - Browse repository at this point
Copy the full SHA 41f0d21View commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6bfe665 - Browse repository at this point
Copy the full SHA 6bfe665View commit details
Commits on Sep 13, 2022
-
Merge pull request #623 from mvz/fix-freezes
Redirect STDERR to /dev/null during eager_preload
Configuration menu - View commit details
-
Copy full SHA for a5d2911 - Browse repository at this point
Copy the full SHA a5d2911View commit details
Commits on Sep 15, 2022
-
add requirement for Bundler 2.1+
Spring 4.0.0 uses with_unbundled_env which is only available with Bundler 2.1 (see https://bundler.io/v2.1/whats_new.html#helper-deprecations) This has caused issues with some people using e.g Bundler v1 #663
Configuration menu - View commit details
-
Copy full SHA for e22d8af - Browse repository at this point
Copy the full SHA e22d8afView commit details
Commits on Sep 20, 2022
-
Merge pull request #681 from timdiggins/show-bundler-compat-in-docs
add requirement for Bundler 2.1+
Configuration menu - View commit details
-
Copy full SHA for 7022377 - Browse repository at this point
Copy the full SHA 7022377View commit details -
Merge pull request #674 from thewoolleyman/main
Add support for SPRING_QUIET environment variable.
Configuration menu - View commit details
-
Copy full SHA for 67492f2 - Browse repository at this point
Copy the full SHA 67492f2View commit details -
The env just have precedence of the config if it is `false`.
Configuration menu - View commit details
-
Copy full SHA for 1908710 - Browse repository at this point
Copy the full SHA 1908710View commit details -
Merge pull request #679 from inayuky/fix-db-change-command
Fix rails db:system:change command failure issue
Configuration menu - View commit details
-
Copy full SHA for 3e582ea - Browse repository at this point
Copy the full SHA 3e582eaView commit details -
Download gems that are not present, like net-imap dependencies
Some of those dependencies are part of Ruby already, so they aren't installed locally. If we use local bundler will skip downloading them but will not be able to find them anyway, failing.
Configuration menu - View commit details
-
Copy full SHA for 5c70765 - Browse repository at this point
Copy the full SHA 5c70765View commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26ca9ba - Browse repository at this point
Copy the full SHA 26ca9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 420ede1 - Browse repository at this point
Copy the full SHA 420ede1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6ca77 - Browse repository at this point
Copy the full SHA 6c6ca77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 828c875 - Browse repository at this point
Copy the full SHA 828c875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39cb7af - Browse repository at this point
Copy the full SHA 39cb7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d9896 - Browse repository at this point
Copy the full SHA 42d9896View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b01b769 - Browse repository at this point
Copy the full SHA b01b769View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2eec2ca - Browse repository at this point
Copy the full SHA 2eec2caView commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4581232 - Browse repository at this point
Copy the full SHA 4581232View commit details
Commits on Jan 9, 2023
-
Fix the Kernel#raise patch to be Ruby 3.2 compatible
`raise` can take a `cause:` keyword argument. This somehow worked until 3.1 but now longer does in 3.2.
Configuration menu - View commit details
-
Copy full SHA for 21e272f - Browse repository at this point
Copy the full SHA 21e272fView commit details -
Merge pull request #691 from casperisfine/ruby-3.2-raise
Fix the Kernel#raise patch to be Ruby 3.2 compatible
Configuration menu - View commit details
-
Copy full SHA for 77fbbfb - Browse repository at this point
Copy the full SHA 77fbbfbView commit details
There are no files selected for viewing