OSDN Git Service

create system picture
authoryasushiito <yas@pen-chan.jp>
Mon, 2 Jan 2012 07:34:06 +0000 (16:34 +0900)
committeryasushiito <yas@pen-chan.jp>
Mon, 2 Jan 2012 07:34:06 +0000 (16:34 +0900)
commitb8147eeaadb1d69737056220fd3216ddb5df4215
tree01e842565b30596475a1d59cbd158a03f77e23df
parent8690878c86e2ac13fc182c4ad48ca34181631a4a
create system picture
21 files changed:
app/assets/javascripts/system_pictures.js.coffee [new file with mode: 0644]
app/assets/stylesheets/system_pictures.css.scss [new file with mode: 0644]
app/controllers/system_pictures_controller.rb [new file with mode: 0644]
app/helpers/system_pictures_helper.rb [new file with mode: 0644]
app/models/system_picture.rb [new file with mode: 0644]
app/views/system_pictures/index.html.erb [new file with mode: 0644]
app/views/system_pictures/show.html.erb [new file with mode: 0644]
config/environments/development.rb
config/environments/production.rb
config/routes.rb
db/migrate/20120102071851_create_system_pictures.rb [new file with mode: 0644]
lib/picture_io.rb
spec/controllers/system_pictures_controller_spec.rb [new file with mode: 0644]
spec/helpers/system_pictures_helper_spec.rb [new file with mode: 0644]
spec/models/system_picture_spec.rb [new file with mode: 0644]
spec/requests/system_pictures_spec.rb [new file with mode: 0644]
spec/routing/system_pictures_routing_spec.rb [new file with mode: 0644]
spec/views/system_pictures/edit.html.erb_spec.rb [new file with mode: 0644]
spec/views/system_pictures/index.html.erb_spec.rb [new file with mode: 0644]
spec/views/system_pictures/new.html.erb_spec.rb [new file with mode: 0644]
spec/views/system_pictures/show.html.erb_spec.rb [new file with mode: 0644]