OSDN Git Service

manifest view profiler
authoryasushiito <yas@pen-chan.jp>
Sun, 16 Feb 2014 02:25:55 +0000 (11:25 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 16 Feb 2014 02:25:55 +0000 (11:25 +0900)
commita060bd77160f7efcad5d4580e9b476a5b2431c45
tree3eda134ac49f3b5904f6b1950e214f0af0b767ba
parent623fb328302e8daec437b33f9511cdb491cbc203
manifest view profiler
70 files changed:
app/assets/javascripts/manifest/work/controllers.js.coffee.erb
app/assets/javascripts/manifest/work/models.js.coffee.erb
app/assets/javascripts/manifest/work/profilers.js.coffee.erb
app/controllers/application_controller.rb
app/controllers/artists_controller.rb
app/controllers/authors_controller.rb
app/controllers/balloons_controller.rb
app/controllers/comics_controller.rb
app/controllers/ground_colors_controller.rb
app/controllers/ground_pictures_controller.rb
app/controllers/license_groups_controller.rb
app/controllers/licenses_controller.rb
app/controllers/original_pictures_controller.rb
app/controllers/panel_pictures_controller.rb
app/controllers/panels_controller.rb
app/controllers/pictures_controller.rb
app/controllers/resource_pictures_controller.rb
app/controllers/scroll_panels_controller.rb
app/controllers/scrolls_controller.rb
app/controllers/sheet_panels_controller.rb
app/controllers/sheets_controller.rb
app/controllers/speech_balloon_templates_controller.rb
app/controllers/speech_balloons_controller.rb
app/controllers/speeches_controller.rb
app/controllers/stories_controller.rb
app/controllers/story_sheets_controller.rb
app/controllers/system_pictures_controller.rb
app/controllers/writing_formats_controller.rb
app/views/system/prof.prof.erb
app/views/templates/r/filer/_filer.html.erb [new file with mode: 0644]
app/views/templates/r/filer/filer.html.erb
app/views/templates/r/profiler/_associations.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/_column.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/_columns.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/_header.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/_profiler.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/column_note/_default.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/column_note/_none.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/column_value/_date.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/column_value/_default.html.erb [new file with mode: 0644]
app/views/templates/r/profiler/profiler.html.erb [new file with mode: 0644]
lib/manifest/list/base.rb
lib/manifest/list/filter.rb
lib/manifest/list/private.rb
lib/manifest/list/through_filter.rb
lib/manifest/local/view.rb
lib/manifest/local/view/profiler.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/association.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/association/belongs_to.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/association/has_many.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/association/has_one.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/column.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/header.rb [new file with mode: 0644]
lib/manifest/local/view/profiler/profiler.rb [deleted file]
lib/manifest/manifest.rb
lib/manifest/model.rb
lib/manifest/model/association.rb
lib/manifest/model/association/belongs_to.rb
lib/manifest/model/association/has_many.rb
lib/manifest/model/association/has_one.rb
lib/manifest/model/attribute.rb
lib/manifest/model/list/filter.rb
lib/manifest/model/list/through_filter.rb
lib/manifest/profiler.rb
lib/manifest/profiler/association.rb
lib/manifest/profiler/association/belongs_to.rb
lib/manifest/profiler/association/has_many.rb
lib/manifest/profiler/association/has_one.rb
lib/manifest/profiler/list.rb
public/manifest.json