File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,15 @@ $ RAILS_VERSION="~> 3.2.0" rake test:acceptance
31
31
The apps in ` test/apps ` will be named based on the rails version and the
32
32
spring version.
33
33
34
+ ## Testing with your app
35
+
36
+ You cannot link to a git repo from your Gemfile. Spring doesn't support
37
+ this due to the way that it gets loaded (bypassing bundler for
38
+ performance reasons).
39
+
40
+ Therefore, to test changes with your app, run ` rake install ` to properly
41
+ install the gem on your system.
42
+
34
43
## Submitting a pull request
35
44
36
45
If your change is a bugfix or feature, please make sure you add to
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ Add spring to your Gemfile:
34
34
gem " spring" , group: :development
35
35
```
36
36
37
+ (Note: using ` gem "spring", git: "..." ` * won't* work and is not a
38
+ supported way of using spring.)
39
+
37
40
It's recommended to 'springify' the executables in your ` bin/ `
38
41
directory:
39
42
You can’t perform that action at this time.
0 commit comments