mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Merge pull request #606 from internetee/disable-generators
Disable generators
This commit is contained in:
commit
42fefcc498
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ module Registry
|
||||||
g.stylesheets false
|
g.stylesheets false
|
||||||
g.javascripts false
|
g.javascripts false
|
||||||
g.helper false
|
g.helper false
|
||||||
|
g.template_engine :erb
|
||||||
|
g.jbuilder false
|
||||||
|
g.test_framework :rspec,
|
||||||
|
controller_specs: false,
|
||||||
|
view_specs: false,
|
||||||
|
request_specs: false,
|
||||||
|
routing_specs: false
|
||||||
end
|
end
|
||||||
|
|
||||||
registrant_portal_uri = URI.parse(ENV['registrant_url'])
|
registrant_portal_uri = URI.parse(ENV['registrant_url'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue