OSDN Git Service

t#32025:comic rename
authoryasushiito <yas@pen-chan.jp>
Fri, 13 Sep 2013 02:36:34 +0000 (11:36 +0900)
committeryasushiito <yas@pen-chan.jp>
Fri, 13 Sep 2013 02:36:34 +0000 (11:36 +0900)
commit305f415a00ff3da658a5ee77cf966e7f76f8230f
treebac42a89d89030a4c979ba9a9ebdf1804eb42141
parent000b5d5ef4f3cf02793ae6a06855b7bd3cd9a78f
t#32025:comic rename
98 files changed:
app/assets/images/scroll.gif [new file with mode: 0644]
app/assets/images/scroll_panel.gif [new file with mode: 0644]
app/controllers/authors_controller.rb
app/controllers/comics_controller.rb [deleted file]
app/controllers/panels_controller.rb
app/controllers/stories_controller.rb [deleted file]
app/helpers/application_helper.rb
app/helpers/comics_helper.rb [deleted file]
app/helpers/stories_helper.rb [deleted file]
app/models/comic.rb
app/models/story.rb
app/models/user.rb
app/views/authors/_list_item.html.erb
app/views/authors/comics.html.erb [deleted file]
app/views/authors/scroll_panels.html.erb [new file with mode: 0644]
app/views/authors/scrolls.html.erb [new file with mode: 0644]
app/views/authors/show.html.erb
app/views/authors/stories.html.erb [deleted file]
app/views/comics/_form.html.erb [deleted file]
app/views/comics/_list_item.html.erb [deleted file]
app/views/comics/browse.html.erb [deleted file]
app/views/comics/edit.html.erb [deleted file]
app/views/comics/edit.js.erb [deleted file]
app/views/comics/index.atom.builder [deleted file]
app/views/comics/index.html.erb [deleted file]
app/views/comics/index.rss.builder [deleted file]
app/views/comics/list.html.erb [deleted file]
app/views/comics/new.html.erb [deleted file]
app/views/comics/new.js.erb [deleted file]
app/views/comics/show.atom.builder [deleted file]
app/views/comics/show.html.erb [deleted file]
app/views/comics/show.rss.builder [deleted file]
app/views/home/index.html.erb
app/views/home/scroll_panels.html.erb
app/views/home/scrolls.html.erb
app/views/layouts/system.html.erb
app/views/layouts/test.html.erb
app/views/panels/_append_comic.html.erb [deleted file]
app/views/panels/_append_scroll.html.erb [new file with mode: 0644]
app/views/panels/show.html.erb
app/views/scroll_panels/_append_panel.html.erb
app/views/scroll_panels/_footer.html.erb
app/views/scroll_panels/_form.html.erb
app/views/scroll_panels/_list_item.html.erb
app/views/scroll_panels/_order.html.erb
app/views/scroll_panels/_scroll_header.html.erb
app/views/scroll_panels/browse.html.erb
app/views/scroll_panels/edit.html.erb
app/views/scroll_panels/edit.js.erb
app/views/scroll_panels/index.html.erb
app/views/scroll_panels/list.html.erb
app/views/scroll_panels/scroll.html.erb
app/views/scroll_panels/show.html.erb
app/views/scrolls/_form.html.erb
app/views/scrolls/_list_item.html.erb
app/views/scrolls/browse.html.erb
app/views/scrolls/edit.js.erb
app/views/scrolls/index.html.erb
app/views/scrolls/list.html.erb
app/views/scrolls/new.html.erb
app/views/scrolls/new.js.erb
app/views/scrolls/show.html.erb
app/views/stories/_append_panel.html.erb [deleted file]
app/views/stories/_comic_header.html.erb [deleted file]
app/views/stories/_footer.html.erb [deleted file]
app/views/stories/_form.html.erb [deleted file]
app/views/stories/_licensed_pictures.html.erb [deleted file]
app/views/stories/_list_item.html.erb [deleted file]
app/views/stories/_order.html.erb [deleted file]
app/views/stories/browse.html.erb [deleted file]
app/views/stories/comic.html.erb [deleted file]
app/views/stories/edit.html.erb [deleted file]
app/views/stories/edit.js.erb [deleted file]
app/views/stories/index.html.erb [deleted file]
app/views/stories/list.html.erb [deleted file]
app/views/stories/new.html.erb [deleted file]
app/views/stories/show.html.erb [deleted file]
app/views/system/browse.html.erb
app/views/top/index.html.erb
config/locales/pettanr.ja.yml
config/magic_number.yml
config/routes.rb
db/migrate/20130911043458_copy_to_scroll.rb [new file with mode: 0644]
spec/controllers/authors_controller_spec.rb
spec/controllers/comics_controller_spec.rb [deleted file]
spec/controllers/speech_balloon_templates_controller_spec.rb
spec/controllers/stories_controller_spec.rb [deleted file]
spec/factories.rb
spec/helpers/comics_helper_spec.rb [deleted file]
spec/models/comic_spec.rb [deleted file]
spec/models/ground_color_spec.rb
spec/models/ground_picture_spec.rb
spec/models/license_group_spec.rb
spec/models/original_picture_spec.rb
spec/models/panel_spec.rb
spec/models/resource_picture_spec.rb
spec/models/speech_balloon_spec.rb
spec/models/story_spec.rb [deleted file]