rails new

This commit is contained in:
Andres Keskküla 2014-06-10 11:43:04 +03:00
parent 480ed98a25
commit 556898352f
46 changed files with 917 additions and 2 deletions

8
bin/rake Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run