Initial commit.
commit2eee45f0a554a7c839f8a894b61aca4205714441
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>
Wed, 1 Mar 2017 15:58:28 +0000 (1 16:58 +0100)
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>
Wed, 1 Mar 2017 15:58:28 +0000 (1 16:58 +0100)
tree97e09b942a0e8098552952ec4a47e110b7a0140d
Initial commit.
57 files changed:
.gitignore [new file with mode: 0644]
.ruby-version [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
README.rdoc [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/assets/images/.keep [new file with mode: 0644]
app/assets/javascripts/application.js [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/concerns/.keep [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/mailers/.keep [new file with mode: 0644]
app/models/.keep [new file with mode: 0644]
app/models/concerns/.keep [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
bin/bundle [new file with mode: 0755]
bin/rails [new file with mode: 0755]
bin/rake [new file with mode: 0755]
bin/spring [new file with mode: 0755]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/assets.rb [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/cookies_serializer.rb [new file with mode: 0644]
config/initializers/filter_parameter_logging.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/initializers/wrap_parameters.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
config/secrets.yml [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
lib/assets/.keep [new file with mode: 0644]
lib/tasks/.keep [new file with mode: 0644]
log/.keep [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
test/controllers/.keep [new file with mode: 0644]
test/fixtures/.keep [new file with mode: 0644]
test/helpers/.keep [new file with mode: 0644]
test/integration/.keep [new file with mode: 0644]
test/mailers/.keep [new file with mode: 0644]
test/models/.keep [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
vendor/assets/javascripts/.keep [new file with mode: 0644]
vendor/assets/stylesheets/.keep [new file with mode: 0644]