OSDN Git Service

iroiro v032_signup
authoryasushiito <yas@pen-chan.jp>
Sun, 15 Jan 2012 05:42:01 +0000 (14:42 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 15 Jan 2012 05:42:01 +0000 (14:42 +0900)
commit3bb159eda799aa3c5f19edb73ca9e44fbb6988db
tree2fd9375b68c6845419a0071b844836f5844928b5
parent2f5f78baba91a15f9c7bbf20293bbdaf062daf2a
iroiro
26 files changed:
app/assets/javascripts/author_registrations.js.coffee [new file with mode: 0644]
app/assets/stylesheets/author_registrations.css.scss [new file with mode: 0644]
app/controllers/author_registrations_controller.rb [new file with mode: 0644]
app/controllers/authors_controller.rb
app/controllers/comics_controller.rb
app/controllers/home_controller.rb
app/controllers/system_controller.rb
app/helpers/author_registrations_helper.rb [new file with mode: 0644]
app/models/author.rb
app/models/comic.rb
app/views/artists/list.html.erb
app/views/author_registrations/new.html.erb [new file with mode: 0644]
app/views/authors/registrations/new.html.erb
app/views/comics/top.html.erb
app/views/home/comic.html.erb [new file with mode: 0644]
app/views/home/configure.html.erb [new file with mode: 0644]
app/views/home/index.html.erb
app/views/home/picture.html.erb [new file with mode: 0644]
app/views/home/step2.html.erb [new file with mode: 0644]
app/views/home/step3.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb
app/views/original_pictures/_uploader.html.erb
app/views/original_pictures/index.html.erb
config/routes.rb
spec/controllers/author_registrations_controller_spec.rb [new file with mode: 0644]
spec/helpers/author_registrations_helper_spec.rb [new file with mode: 0644]