This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
fd5792f0fc
rails--rails
/
actionmailbox
/
test
/
dummy
/
bin
/
rake
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Add dummy app for testing
2018-09-17 20:48:32 -04:00
#!/usr/bin/env ruby
require, require_relative, load by double quotes (#38841) * require, require_relative, load by double quotes We're getting rid of all single quote usage, unless it serves a specific purpose, as per the general style guide.
2020-03-29 19:30:52 -04:00
require_relative "../config/boot"
require "rake"
Add dummy app for testing
2018-09-17 20:48:32 -04:00
Rake.application.run
Copy permalink