Merge pull request #31 from tadyjp/wip/140301_tag_manager
[WIP] タグ編集機能
Showing
| ... | ... | @@ -116,3 +116,9 @@ gem 'settingslogic' |
| # Check mail format | ||
| gem 'validates_email_format_of' | ||
| # Presentaion layer | ||
| gem 'draper', '~> 1.3' | ||
| # ActiveRecord versioning | ||
| gem 'paper_trail', '~> 3.0.0' |
app/assets/images/lib/select2-spinner.gif
0 → 100644
1.81 KB
app/assets/javascripts/apis.js.coffee
0 → 100644
app/assets/stylesheets/apis.css.scss
0 → 100644
app/controllers/apis_controller.rb
0 → 100644
app/decorators/apis_decorator.rb
0 → 100644
app/decorators/tag_decorator.rb
0 → 100644
app/decorators/tags_decorator.rb
0 → 100644
app/helpers/apis_helper.rb
0 → 100644
app/views/apis/markdown_preview.html.erb
0 → 100644
app/views/layouts/welcome.html.erb
deleted
100644 → 0
app/views/tags/_form.html.erb
0 → 100644
app/views/tags/edit.html.erb
0 → 100644
app/views/tags/index.html.erb
0 → 100644
app/views/tags/index.json.jbuilder
0 → 100644
app/views/tags/new.html.erb
0 → 100644
app/views/tags/show.json.jbuilder
0 → 100644
db/migrate/20140302053659_add_body_to_tag.rb
0 → 100644
db/migrate/20140302053916_create_versions.rb
0 → 100644
spec/controllers/apis_controller_spec.rb
0 → 100644
spec/decorators/apis_decorator_spec.rb
0 → 100644
spec/decorators/tag_decorator_spec.rb
0 → 100644
spec/helpers/apis_helper_spec.rb
0 → 100644
Please
register
or
sign in
to comment