OSDN Git Service

import all source code
authoryasushiito <yas@pen-chan.jp>
Fri, 23 Dec 2011 00:57:29 +0000 (09:57 +0900)
committeryasushiito <yas@pen-chan.jp>
Fri, 23 Dec 2011 00:57:29 +0000 (09:57 +0900)
commitfff244784232225332e0beecdc655d9ded12e2d9
treee48d3b8afe483fac2bb7c70c1163414550c0230c
parent76edbb27b0611ffd840b71409cf089f3b2364e13
import all source code
402 files changed:
.gitignore [new file with mode: 0644]
.rspec [new file with mode: 0644]
ERD.dot [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
LISENCE.txt [new file with mode: 0644]
README.rails [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/assets/images/rails.png [new file with mode: 0644]
app/assets/javascripts/admins/sessions.js.coffee [new file with mode: 0644]
app/assets/javascripts/application.js [new file with mode: 0644]
app/assets/javascripts/artists.js.coffee [new file with mode: 0644]
app/assets/javascripts/authors/sessions.js.coffee [new file with mode: 0644]
app/assets/javascripts/baloon_templates.js.coffee [new file with mode: 0644]
app/assets/javascripts/baloon_types.js.coffee [new file with mode: 0644]
app/assets/javascripts/baloons.js.coffee [new file with mode: 0644]
app/assets/javascripts/comics.js.coffee [new file with mode: 0644]
app/assets/javascripts/common_lisences.js.coffee [new file with mode: 0644]
app/assets/javascripts/help.js.coffee [new file with mode: 0644]
app/assets/javascripts/home.js.coffee [new file with mode: 0644]
app/assets/javascripts/lisences.js.coffee [new file with mode: 0644]
app/assets/javascripts/original_lisences.js.coffee [new file with mode: 0644]
app/assets/javascripts/original_pictures.js.coffee [new file with mode: 0644]
app/assets/javascripts/panels.js.coffee [new file with mode: 0644]
app/assets/javascripts/pictures.js.coffee [new file with mode: 0644]
app/assets/javascripts/source_pictures.js.coffee [new file with mode: 0644]
app/assets/javascripts/speach_baloons.js.coffee [new file with mode: 0644]
app/assets/javascripts/speach_templates.js.coffee [new file with mode: 0644]
app/assets/javascripts/speachbaloons.js.coffee [new file with mode: 0644]
app/assets/javascripts/speaches.js.coffee [new file with mode: 0644]
app/assets/javascripts/system.js.coffee [new file with mode: 0644]
app/assets/stylesheets/admins/sessions.css.scss [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/assets/stylesheets/artists.css.scss [new file with mode: 0644]
app/assets/stylesheets/authors/sessions.css.scss [new file with mode: 0644]
app/assets/stylesheets/baloon_templates.css.scss [new file with mode: 0644]
app/assets/stylesheets/baloon_types.css.scss [new file with mode: 0644]
app/assets/stylesheets/baloons.css.scss [new file with mode: 0644]
app/assets/stylesheets/comics.css.scss [new file with mode: 0644]
app/assets/stylesheets/common_lisences.css.scss [new file with mode: 0644]
app/assets/stylesheets/help.css.scss [new file with mode: 0644]
app/assets/stylesheets/home.css.scss [new file with mode: 0644]
app/assets/stylesheets/lisences.css.scss [new file with mode: 0644]
app/assets/stylesheets/original_lisences.css.scss [new file with mode: 0644]
app/assets/stylesheets/original_pictures.css.scss [new file with mode: 0644]
app/assets/stylesheets/panels.css.scss [new file with mode: 0644]
app/assets/stylesheets/pictures.css.scss [new file with mode: 0644]
app/assets/stylesheets/scaffolds.css.scss [new file with mode: 0644]
app/assets/stylesheets/source_pictures.css.scss [new file with mode: 0644]
app/assets/stylesheets/speach_baloons.css.scss [new file with mode: 0644]
app/assets/stylesheets/speach_templates.css.scss [new file with mode: 0644]
app/assets/stylesheets/speachbaloons.css.scss [new file with mode: 0644]
app/assets/stylesheets/speaches.css.scss [new file with mode: 0644]
app/assets/stylesheets/system.css.scss [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/artists_controller.rb [new file with mode: 0644]
app/controllers/balloon_templates_controller.rb [new file with mode: 0644]
app/controllers/balloons_controller.rb [new file with mode: 0644]
app/controllers/comics_controller.rb [new file with mode: 0644]
app/controllers/common_lisences_controller.rb [new file with mode: 0644]
app/controllers/help_controller.rb [new file with mode: 0644]
app/controllers/home_controller.rb [new file with mode: 0644]
app/controllers/lisences_controller.rb [new file with mode: 0644]
app/controllers/original_lisences_controller.rb [new file with mode: 0644]
app/controllers/original_pictures_controller.rb [new file with mode: 0644]
app/controllers/panel_pictures_controller.rb [new file with mode: 0644]
app/controllers/panels_controller.rb [new file with mode: 0644]
app/controllers/resource_pictures_controller.rb [new file with mode: 0644]
app/controllers/speach_balloons_controller.rb [new file with mode: 0644]
app/controllers/speach_templates_controller.rb [new file with mode: 0644]
app/controllers/speaches_controller.rb [new file with mode: 0644]
app/controllers/system_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/artists_helper.rb [new file with mode: 0644]
app/helpers/balloon_templates_helper.rb [new file with mode: 0644]
app/helpers/balloon_types_helper.rb [new file with mode: 0644]
app/helpers/balloons_helper.rb [new file with mode: 0644]
app/helpers/comics_helper.rb [new file with mode: 0644]
app/helpers/common_lisences_helper.rb [new file with mode: 0644]
app/helpers/help_helper.rb [new file with mode: 0644]
app/helpers/home_helper.rb [new file with mode: 0644]
app/helpers/lisences_helper.rb [new file with mode: 0644]
app/helpers/original_lisences_helper.rb [new file with mode: 0644]
app/helpers/original_pictures_helper.rb [new file with mode: 0644]
app/helpers/panel_pictures_helper.rb [new file with mode: 0644]
app/helpers/panels_helper.rb [new file with mode: 0644]
app/helpers/resource_pictures_helper.rb [new file with mode: 0644]
app/helpers/speach_balloons_helper.rb [new file with mode: 0644]
app/helpers/speach_templates_helper.rb [new file with mode: 0644]
app/helpers/speaches_helper.rb [new file with mode: 0644]
app/helpers/system_helper.rb [new file with mode: 0644]
app/mailers/.gitkeep [new file with mode: 0644]
app/models/.gitkeep [new file with mode: 0644]
app/models/admin.rb [new file with mode: 0644]
app/models/artist.rb [new file with mode: 0644]
app/models/author.rb [new file with mode: 0644]
app/models/balloon.rb [new file with mode: 0644]
app/models/balloon_template.rb [new file with mode: 0644]
app/models/comic.rb [new file with mode: 0644]
app/models/common_lisence.rb [new file with mode: 0644]
app/models/lisence.rb [new file with mode: 0644]
app/models/original_lisence.rb [new file with mode: 0644]
app/models/original_picture.rb [new file with mode: 0644]
app/models/panel.rb [new file with mode: 0644]
app/models/panel_picture.rb [new file with mode: 0644]
app/models/resource_picture.rb [new file with mode: 0644]
app/models/speach.rb [new file with mode: 0644]
app/models/speach_balloon.rb [new file with mode: 0644]
app/models/speach_template.rb [new file with mode: 0644]
app/views/admins/confirmations/new.html.erb [new file with mode: 0644]
app/views/admins/mailer/confirmation_instructions.html.erb [new file with mode: 0644]
app/views/admins/mailer/reset_password_instructions.html.erb [new file with mode: 0644]
app/views/admins/mailer/unlock_instructions.html.erb [new file with mode: 0644]
app/views/admins/passwords/edit.html.erb [new file with mode: 0644]
app/views/admins/passwords/new.html.erb [new file with mode: 0644]
app/views/admins/registrations/edit.html.erb [new file with mode: 0644]
app/views/admins/registrations/new.html.erb [new file with mode: 0644]
app/views/admins/sessions/new.html.erb [new file with mode: 0644]
app/views/admins/shared/_links.erb [new file with mode: 0644]
app/views/admins/unlocks/new.html.erb [new file with mode: 0644]
app/views/artists/_form.html.erb [new file with mode: 0644]
app/views/artists/edit.html.erb [new file with mode: 0644]
app/views/artists/index.html.erb [new file with mode: 0644]
app/views/artists/new.html.erb [new file with mode: 0644]
app/views/artists/show.html.erb [new file with mode: 0644]
app/views/authors/confirmations/new.html.erb [new file with mode: 0644]
app/views/authors/mailer/confirmation_instructions.html.erb [new file with mode: 0644]
app/views/authors/mailer/reset_password_instructions.html.erb [new file with mode: 0644]
app/views/authors/mailer/unlock_instructions.html.erb [new file with mode: 0644]
app/views/authors/passwords/edit.html.erb [new file with mode: 0644]
app/views/authors/passwords/new.html.erb [new file with mode: 0644]
app/views/authors/registrations/edit.html.erb [new file with mode: 0644]
app/views/authors/registrations/new.html.erb [new file with mode: 0644]
app/views/authors/sessions/new.html.erb [new file with mode: 0644]
app/views/authors/shared/_links.erb [new file with mode: 0644]
app/views/authors/unlocks/new.html.erb [new file with mode: 0644]
app/views/balloon_templates/index.html.erb [new file with mode: 0644]
app/views/balloons/index.html.erb [new file with mode: 0644]
app/views/comics/index.html.erb [new file with mode: 0644]
app/views/comics/play.html.erb [new file with mode: 0644]
app/views/comics/show.html.erb [new file with mode: 0644]
app/views/comics/top.html.erb [new file with mode: 0644]
app/views/common_lisences/_form.html.erb [new file with mode: 0644]
app/views/common_lisences/edit.html.erb [new file with mode: 0644]
app/views/common_lisences/index.html.erb [new file with mode: 0644]
app/views/common_lisences/new.html.erb [new file with mode: 0644]
app/views/common_lisences/show.html.erb [new file with mode: 0644]
app/views/home/index.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
app/views/lisences/_form.html.erb [new file with mode: 0644]
app/views/lisences/edit.html.erb [new file with mode: 0644]
app/views/lisences/index.html.erb [new file with mode: 0644]
app/views/lisences/new.html.erb [new file with mode: 0644]
app/views/lisences/show.html.erb [new file with mode: 0644]
app/views/original_lisences/_form.html.erb [new file with mode: 0644]
app/views/original_lisences/edit.html.erb [new file with mode: 0644]
app/views/original_lisences/index.html.erb [new file with mode: 0644]
app/views/original_lisences/new.html.erb [new file with mode: 0644]
app/views/original_lisences/show.html.erb [new file with mode: 0644]
app/views/original_pictures/_artist_register.html.erb [new file with mode: 0644]
app/views/original_pictures/_uploader.html.erb [new file with mode: 0644]
app/views/original_pictures/index.html.erb [new file with mode: 0644]
app/views/original_pictures/show.html.erb [new file with mode: 0644]
app/views/panel_pictures/index.html.erb [new file with mode: 0644]
app/views/panels/_standard.html.erb [new file with mode: 0644]
app/views/panels/index.html.erb [new file with mode: 0644]
app/views/panels/show.html.erb [new file with mode: 0644]
app/views/resource_pictures/index.html.erb [new file with mode: 0644]
app/views/resource_pictures/show.html.erb [new file with mode: 0644]
app/views/speach_balloons/index.html.erb [new file with mode: 0644]
app/views/speach_balloons/show.html.erb [new file with mode: 0644]
app/views/speach_templates/index.html.erb [new file with mode: 0644]
app/views/speaches/index.html.erb [new file with mode: 0644]
app/views/system/start.html.erb [new file with mode: 0644]
app/views/system/waiting_list.html.erb [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/aws.yaml.org [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/cucumber.yml [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/devise.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/devise.en.yml [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/migrate/20111206091950_devise_create_authors.rb [new file with mode: 0644]
db/migrate/20111206092734_devise_create_admins.rb [new file with mode: 0644]
db/migrate/20111206095746_create_artists.rb [new file with mode: 0644]
db/migrate/20111206100750_create_lisences.rb [new file with mode: 0644]
db/migrate/20111206105022_create_original_lisences.rb [new file with mode: 0644]
db/migrate/20111206105830_create_comics.rb [new file with mode: 0644]
db/migrate/20111206111202_create_panels.rb [new file with mode: 0644]
db/migrate/20111206112042_create_original_pictures.rb [new file with mode: 0644]
db/migrate/20111206112949_create_resource_pictures.rb [new file with mode: 0644]
db/migrate/20111206113803_create_panel_pictures.rb [new file with mode: 0644]
db/migrate/20111206115439_create_balloon_templates.rb [new file with mode: 0644]
db/migrate/20111206120252_create_speach_templates.rb [new file with mode: 0644]
db/migrate/20111206121123_create_balloons.rb [new file with mode: 0644]
db/migrate/20111206130635_create_speaches.rb [new file with mode: 0644]
db/migrate/20111208235818_create_speach_balloons.rb [new file with mode: 0644]
db/migrate/20111211052544_add_author_id_on_artist.rb [new file with mode: 0644]
db/migrate/20111213073529_create_common_lisences.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
features/support/env.rb [new file with mode: 0644]
lib/DMagick.rb [new file with mode: 0644]
lib/assets/.gitkeep [new file with mode: 0644]
lib/local_picture.rb [new file with mode: 0644]
lib/picture_io.rb [new file with mode: 0644]
lib/s3_picture.rb [new file with mode: 0644]
lib/tasks/.gitkeep [new file with mode: 0644]
lib/tasks/cucumber.rake [new file with mode: 0644]
log/.gitkeep [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/assets/application-00960e5186894b532975562d59176a6a.css [new file with mode: 0644]
public/assets/application-00960e5186894b532975562d59176a6a.css.gz [new file with mode: 0644]
public/assets/application-fd525bbd17efb79c1bb774c528fe1959.js [new file with mode: 0644]
public/assets/application-fd525bbd17efb79c1bb774c528fe1959.js.gz [new file with mode: 0644]
public/assets/application.css [new file with mode: 0644]
public/assets/application.css.gz [new file with mode: 0644]
public/assets/application.js [new file with mode: 0644]
public/assets/application.js.gz [new file with mode: 0644]
public/assets/manifest.yml [new file with mode: 0644]
public/assets/rails-e4b51606cd77fda2615e7439907bfc92.png [new file with mode: 0644]
public/assets/rails.png [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
script/cucumber [new file with mode: 0644]
script/encode64.rb [new file with mode: 0644]
script/rails [new file with mode: 0644]
spec/controllers/admins/sessions_controller_spec.rb [new file with mode: 0644]
spec/controllers/artists_controller_spec.rb [new file with mode: 0644]
spec/controllers/authors/sessions_controller_spec.rb [new file with mode: 0644]
spec/controllers/baloon_templates_controller_spec.rb [new file with mode: 0644]
spec/controllers/baloon_types_controller_spec.rb [new file with mode: 0644]
spec/controllers/baloons_controller_spec.rb [new file with mode: 0644]
spec/controllers/comics_controller_spec.rb [new file with mode: 0644]
spec/controllers/common_lisences_controller_spec.rb [new file with mode: 0644]
spec/controllers/help_controller_spec.rb [new file with mode: 0644]
spec/controllers/home_controller_spec.rb [new file with mode: 0644]
spec/controllers/lisences_controller_spec.rb [new file with mode: 0644]
spec/controllers/original_lisences_controller_spec.rb [new file with mode: 0644]
spec/controllers/original_pictures_controller_spec.rb [new file with mode: 0644]
spec/controllers/panels_controller_spec.rb [new file with mode: 0644]
spec/controllers/pictures_controller_spec.rb [new file with mode: 0644]
spec/controllers/source_pictures_controller_spec.rb [new file with mode: 0644]
spec/controllers/speach_baloons_controller_spec.rb [new file with mode: 0644]
spec/controllers/speach_templates_controller_spec.rb [new file with mode: 0644]
spec/controllers/speachbaloons_controller_spec.rb [new file with mode: 0644]
spec/controllers/speaches_controller_spec.rb [new file with mode: 0644]
spec/controllers/system_controller_spec.rb [new file with mode: 0644]
spec/helpers/admins/sessions_helper_spec.rb [new file with mode: 0644]
spec/helpers/artists_helper_spec.rb [new file with mode: 0644]
spec/helpers/authors/sessions_helper_spec.rb [new file with mode: 0644]
spec/helpers/baloon_templates_helper_spec.rb [new file with mode: 0644]
spec/helpers/baloon_types_helper_spec.rb [new file with mode: 0644]
spec/helpers/baloons_helper_spec.rb [new file with mode: 0644]
spec/helpers/comics_helper_spec.rb [new file with mode: 0644]
spec/helpers/common_lisences_helper_spec.rb [new file with mode: 0644]
spec/helpers/help_helper_spec.rb [new file with mode: 0644]
spec/helpers/home_helper_spec.rb [new file with mode: 0644]
spec/helpers/lisences_helper_spec.rb [new file with mode: 0644]
spec/helpers/original_lisences_helper_spec.rb [new file with mode: 0644]
spec/helpers/original_pictures_helper_spec.rb [new file with mode: 0644]
spec/helpers/panels_helper_spec.rb [new file with mode: 0644]
spec/helpers/pictures_helper_spec.rb [new file with mode: 0644]
spec/helpers/source_pictures_helper_spec.rb [new file with mode: 0644]
spec/helpers/speach_baloons_helper_spec.rb [new file with mode: 0644]
spec/helpers/speach_templates_helper_spec.rb [new file with mode: 0644]
spec/helpers/speachbaloons_helper_spec.rb [new file with mode: 0644]
spec/helpers/speaches_helper_spec.rb [new file with mode: 0644]
spec/helpers/system_helper_spec.rb [new file with mode: 0644]
spec/models/admin_spec.rb [new file with mode: 0644]
spec/models/artist_spec.rb [new file with mode: 0644]
spec/models/author_spec.rb [new file with mode: 0644]
spec/models/baloon_spec.rb [new file with mode: 0644]
spec/models/baloon_template_spec.rb [new file with mode: 0644]
spec/models/baloon_type_spec.rb [new file with mode: 0644]
spec/models/comic_spec.rb [new file with mode: 0644]
spec/models/common_lisence_spec.rb [new file with mode: 0644]
spec/models/lisence_spec.rb [new file with mode: 0644]
spec/models/original_lisence_spec.rb [new file with mode: 0644]
spec/models/original_picture_spec.rb [new file with mode: 0644]
spec/models/panel_spec.rb [new file with mode: 0644]
spec/models/picture_spec.rb [new file with mode: 0644]
spec/models/source_picture_spec.rb [new file with mode: 0644]
spec/models/speach_baloon_spec.rb [new file with mode: 0644]
spec/models/speach_spec.rb [new file with mode: 0644]
spec/models/speach_template_spec.rb [new file with mode: 0644]
spec/models/speachbaloon_spec.rb [new file with mode: 0644]
spec/requests/artists_spec.rb [new file with mode: 0644]
spec/requests/baloon_templates_spec.rb [new file with mode: 0644]
spec/requests/baloon_types_spec.rb [new file with mode: 0644]
spec/requests/baloons_spec.rb [new file with mode: 0644]
spec/requests/comics_spec.rb [new file with mode: 0644]
spec/requests/common_lisences_spec.rb [new file with mode: 0644]
spec/requests/lisences_spec.rb [new file with mode: 0644]
spec/requests/original_lisences_spec.rb [new file with mode: 0644]
spec/requests/original_pictures_spec.rb [new file with mode: 0644]
spec/requests/panels_spec.rb [new file with mode: 0644]
spec/requests/pictures_spec.rb [new file with mode: 0644]
spec/requests/source_pictures_spec.rb [new file with mode: 0644]
spec/requests/speach_baloons_spec.rb [new file with mode: 0644]
spec/requests/speach_templates_spec.rb [new file with mode: 0644]
spec/requests/speachbaloons_spec.rb [new file with mode: 0644]
spec/requests/speaches_spec.rb [new file with mode: 0644]
spec/routing/artists_routing_spec.rb [new file with mode: 0644]
spec/routing/baloon_templates_routing_spec.rb [new file with mode: 0644]
spec/routing/baloon_types_routing_spec.rb [new file with mode: 0644]
spec/routing/baloons_routing_spec.rb [new file with mode: 0644]
spec/routing/comics_routing_spec.rb [new file with mode: 0644]
spec/routing/common_lisences_routing_spec.rb [new file with mode: 0644]
spec/routing/lisences_routing_spec.rb [new file with mode: 0644]
spec/routing/original_lisences_routing_spec.rb [new file with mode: 0644]
spec/routing/original_pictures_routing_spec.rb [new file with mode: 0644]
spec/routing/panels_routing_spec.rb [new file with mode: 0644]
spec/routing/pictures_routing_spec.rb [new file with mode: 0644]
spec/routing/source_pictures_routing_spec.rb [new file with mode: 0644]
spec/routing/speach_baloons_routing_spec.rb [new file with mode: 0644]
spec/routing/speach_templates_routing_spec.rb [new file with mode: 0644]
spec/routing/speachbaloons_routing_spec.rb [new file with mode: 0644]
spec/routing/speaches_routing_spec.rb [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
spec/views/artists/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/artists/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/artists/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/artists/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_templates/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_templates/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_templates/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_templates/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_types/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_types/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_types/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloon_types/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloons/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloons/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloons/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/baloons/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/comics/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/comics/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/comics/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/comics/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_lisences/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_lisences/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_lisences/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/common_lisences/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/lisences/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/lisences/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/lisences/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/lisences/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_lisences/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_lisences/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_lisences/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_lisences/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_pictures/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_pictures/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_pictures/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/original_pictures/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/panels/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/panels/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/panels/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/panels/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/pictures/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/pictures/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/pictures/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/pictures/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/source_pictures/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/source_pictures/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/source_pictures/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/source_pictures/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_baloons/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_baloons/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_baloons/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_baloons/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_templates/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_templates/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_templates/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/speach_templates/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/speachbaloons/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/speachbaloons/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/speachbaloons/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/speachbaloons/show.html.erb_spec.rb [new file with mode: 0644]
spec/views/speaches/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/speaches/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/speaches/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/speaches/show.html.erb_spec.rb [new file with mode: 0644]
vendor/assets/stylesheets/.gitkeep [new file with mode: 0644]
vendor/plugins/.gitkeep [new file with mode: 0644]