Skip to content

Commit d763c3f

Browse files
committed
2nd commit
1 parent 0eca772 commit d763c3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .DS_Store

6 KB
Binary file not shown.

Diff for: railify

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See http://github.com/foca/utility_scripts/ for the latest version
99
# Released under a WTFP license (http://sam.zoy.org/wtfpl/)
1010

11-
RAILS_SVN_CHECKOUT = '/Users/cptfinch/developments/rails/apps/experimental'
11+
RAILS_GIT_CHECKOUT = '/Users/cptfinch/developments/rails/apps/rails_git_checkout/rails'
1212

1313
module Helpers
1414
LINE = 80
@@ -50,12 +50,12 @@ if __FILE__ == $0
5050

5151
app_name = ARGV.first
5252

53-
announcing "Fetching EDGE rails" do
54-
Dir.chdir(RAILS_SVN_CHECKOUT) { silent "svn update" }
53+
announcing "Updating EDGE rails (git pull)" do
54+
Dir.chdir(RAILS_GIT_CHECKOUT) { silent "git pull" }
5555
end
5656

5757
announcing "Creating application layout" do
58-
silent "ruby #{RAILS_SVN_CHECKOUT}/railties/bin/rails #{app_name}"
58+
silent "ruby #{RAILS_GIT_CHECKOUT}/railties/bin/rails #{app_name}"
5959
end
6060

6161
Dir.chdir(app_name) do

0 commit comments

Comments
 (0)