OSDN Git Service

t#31144:add writing_format
authoryasushiito <yas@pen-chan.jp>
Tue, 30 Jul 2013 01:31:23 +0000 (10:31 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 30 Jul 2013 01:31:23 +0000 (10:31 +0900)
commit0b673714645f020a040465fc6de65870515e7314
treebfa69a417c272ba0393a08de04787eb9975972d6
parent2c18f0f9893065bf5fadec18f5bedf4cb044204d
t#31144:add writing_format
18 files changed:
.gitignore
Gemfile
app/assets/javascripts/panels.js.coffee
app/assets/javascripts/writing_formats.js.coffee [new file with mode: 0644]
app/assets/stylesheets/writing_formats.css.scss [new file with mode: 0644]
app/controllers/writing_formats_controller.rb [new file with mode: 0644]
app/helpers/writing_formats_helper.rb [new file with mode: 0644]
app/models/speech.rb
app/models/writing_format.rb [new file with mode: 0644]
config/application.rb
config/environment.rb
config/locales/pettanr.ja.yml
config/writing_format.yml.org [new file with mode: 0644]
db/migrate/20130726014956_create_writing_formats.rb [new file with mode: 0644]
db/migrate/20130726024038_add_writing_format_id_on_speech.rb [new file with mode: 0644]
spec/controllers/writing_formats_controller_spec.rb [new file with mode: 0644]
spec/helpers/writing_formats_helper_spec.rb [new file with mode: 0644]
spec/models/writing_format_spec.rb [new file with mode: 0644]