removed servers
This commit is contained in:
parent
97aa0f6f72
commit
c2406e2dca
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@ brakeman.html
|
||||
|
||||
# Ignore sensitive data
|
||||
/config/settings/local.rb
|
||||
/nbproject/private/
|
4
Gemfile
4
Gemfile
@ -4,8 +4,8 @@ ruby '2.0.0'
|
||||
gem 'rails', '4.0.0'
|
||||
|
||||
# Servers
|
||||
gem 'puma'
|
||||
gem 'unicorn'
|
||||
# gem 'puma'
|
||||
# gem 'unicorn'
|
||||
|
||||
# Multi-environment configuration
|
||||
# gem 'simpleconfig'
|
||||
|
3
nbproject/project.properties
Normal file
3
nbproject/project.properties
Normal file
@ -0,0 +1,3 @@
|
||||
platform.active=Ruby
|
||||
rails.port=3000
|
||||
source.encoding=UTF-8
|
9
nbproject/project.xml
Normal file
9
nbproject/project.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.ruby.railsprojects</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/rails-project/1">
|
||||
<name>ruby2-rails4-bootstrap-heroku</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user