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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
4573c47b
Commit
4573c47b
authored
Mar 07, 2017
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a check to verify if GeoMigrationGenerator works if we're on Rails 5
parent
1f27d17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/generators/rails/geo_migration_generator.rb
lib/generators/rails/geo_migration_generator.rb
+4
-0
No files found.
lib/generators/rails/geo_migration_generator.rb
View file @
4573c47b
...
...
@@ -2,6 +2,10 @@ require 'rails/generators'
require
'rails/generators/active_record'
require
'rails/generators/active_record/migration/migration_generator'
# TODO: this can be removed once we verify that this works as intended if we're
# on Rails 5 since we use private Rails APIs.
raise
"Vendored ActiveRecord 5 code! Delete
#{
__FILE__
}
!"
if
ActiveRecord
::
VERSION
::
MAJOR
>=
5
class
GeoMigrationGenerator
<
ActiveRecord
::
Generators
::
MigrationGenerator
source_root
File
.
join
(
File
.
dirname
(
ActiveRecord
::
Generators
::
MigrationGenerator
.
instance_method
(
:create_migration_file
).
source_location
.
first
),
'templates'
)
...
...
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