OSDN Git Service

Initial import.
authorTatsuki Sugiura <sugi@nemui.org>
Wed, 12 Mar 2014 04:47:12 +0000 (13:47 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Wed, 12 Mar 2014 04:47:12 +0000 (13:47 +0900)
commit3e496d8d9bd27d6a01855fde6dbab5710027ac24
treec8b9c46d28e1719646c64b8b0b25f4bd96e37cb9
Initial import.
53 files changed:
.gitignore [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]
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/backtrace_silencers.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/secret_token.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]
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]