OSDN Git Service

add story
authoryasushiito <yas@pen-chan.jp>
Mon, 16 Jul 2012 07:58:47 +0000 (16:58 +0900)
committeryasushiito <yas@pen-chan.jp>
Mon, 16 Jul 2012 07:58:47 +0000 (16:58 +0900)
commit23e207bfdfb2ec90bb81f382d4b0eaf28f96ea4b
tree178d0f9a835bc6596fab1b4a13ddfb17a244edae
parentcee368f792246fac49d1aa8f14ea07af3b7d7824
add story
33 files changed:
app/controllers/comics_controller.rb
app/controllers/stories_controller.rb
app/models/comic.rb
app/models/panel.rb
app/models/story.rb
app/views/comics/_form.html.erb
app/views/comics/browse.html.erb
app/views/comics/index.html.erb
app/views/comics/list.html.erb
app/views/comics/show.html.erb
app/views/panels/_standard.html.erb
app/views/panels/index.html.erb
app/views/panels/list.html.erb
app/views/stories/_editform.html.erb [new file with mode: 0644]
app/views/stories/_newform.html.erb [new file with mode: 0644]
app/views/stories/browse.html.erb [new file with mode: 0644]
app/views/stories/edit.html.erb [new file with mode: 0644]
app/views/stories/edit.js.erb [new file with mode: 0644]
app/views/stories/list.html.erb [new file with mode: 0644]
app/views/stories/new.html.erb [new file with mode: 0644]
app/views/stories/new.js.erb [new file with mode: 0644]
app/views/stories/show.html.erb [new file with mode: 0644]
app/views/system/browse.html.erb
config/routes.rb
spec/cli/create.rb [new file with mode: 0644]
spec/cli/reauth.rb [new file with mode: 0644]
spec/cli/u/comics/create.json [new file with mode: 0644]
spec/cli/u/original_pictures/create.json [new file with mode: 0644]
spec/cli/u/panels/create.json [new file with mode: 0644]
spec/cli/u/stories/create.json [new file with mode: 0644]
spec/cli/update.rb [new file with mode: 0644]
spec/controllers/stories_controller_spec.rb
spec/models/story_spec.rb