mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-17 04:38:08 +01:00
Add Spring and spring-aware binstubs
Also remove /script, which is no longer used in Rails 4
This commit is contained in:
parent
782d94bdc9
commit
7d7e47deff
15 changed files with 59 additions and 25 deletions
7
bin/rake
Executable file
7
bin/rake
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
begin
|
||||
load File.expand_path("../spring", __FILE__)
|
||||
rescue LoadError
|
||||
end
|
||||
require 'bundler/setup'
|
||||
load Gem.bin_path('rake', 'rake')
|
||||
Loading…
Add table
Add a link
Reference in a new issue