General Rails and Ruby updates
This commit is contained in:
parent
2eca40e372
commit
92aca77cdb
23 changed files with 226 additions and 97 deletions
5
bin/rake
5
bin/rake
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
load File.expand_path("spring", __dir__)
|
||||
require_relative "../config/boot"
|
||||
require "rake"
|
||||
Rake.application.run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue