Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
242cf70a
Commit
242cf70a
authored
Feb 16, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6334 from jvanbaarsen/scripts-to-bin
Rails uses bin folder we forgot to create it when upgrading
parents
0f834d11
c35036c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
bin/bundle
bin/bundle
+3
-0
bin/rails
bin/rails
+4
-0
bin/rake
bin/rake
+4
-0
No files found.
bin/bundle
0 → 100644
View file @
242cf70a
#!/usr/bin/env ruby
ENV
[
'BUNDLE_GEMFILE'
]
||=
File
.
expand_path
(
'../../Gemfile'
,
__FILE__
)
load
Gem
.
bin_path
(
'bundler'
,
'bundle'
)
bin/rails
0 → 100644
View file @
242cf70a
#!/usr/bin/env ruby
APP_PATH
=
File
.
expand_path
(
'../../config/application'
,
__FILE__
)
require_relative
'../config/boot'
require
'rails/commands'
bin/rake
0 → 100644
View file @
242cf70a
#!/usr/bin/env ruby
require_relative
'../config/boot'
require
'rake'
Rake
.
application
.
run
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment