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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
1befbbf5
Commit
1befbbf5
authored
Nov 26, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rs-remove-enumerize' into 'master'
Remove enumerize gem Closes #2803 See merge request !1912
parents
21003c0c
5f0d1f30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
Gemfile
Gemfile
+0
-3
Gemfile.lock
Gemfile.lock
+0
-3
app/models/project.rb
app/models/project.rb
+1
-2
No files found.
Gemfile
View file @
1befbbf5
...
...
@@ -62,9 +62,6 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
# based on human-friendly examples
gem
"
stamp
"
,
'~> 0.6.0'
# Enumeration fields
gem
'
enumerize
'
,
'~> 0.7.0'
# Pagination
gem
"
kaminari
"
,
"~> 0.16.3"
...
...
Gemfile.lock
View file @
1befbbf5
...
...
@@ -172,8 +172,6 @@ GEM
launchy (~> 2.1)
mail (~> 2.2)
encryptor (1.3.0)
enumerize (0.7.0)
activesupport (>= 3.2)
equalizer (0.0.11)
erubis (2.7.0)
escape_utils (1.1.0)
...
...
@@ -828,7 +826,6 @@ DEPENDENCIES
dropzonejs-rails (~> 0.7.1)
email_reply_parser (~> 0.5.8)
email_spec (~> 1.6.0)
enumerize (~> 0.7.0)
factory_girl_rails (~> 4.3.0)
ffaker (~> 2.0.0)
flay
...
...
app/models/project.rb
View file @
1befbbf5
...
...
@@ -42,9 +42,8 @@ class Project < ActiveRecord::Base
include
Sortable
include
AfterCommitQueue
include
CaseSensitivity
extend
Gitlab
::
ConfigHelper
extend
Enumerize
UNKNOWN_IMPORT_URL
=
'http://unknown.git'
...
...
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