Merge commit 'ea703555' into wip/130416_wysiwyg
Conflicts: Gemfile.lock app/assets/javascripts/lib/mod-md-editor.js.coffee app/controllers/posts_controller.rb app/views/posts/_form.html.slim
Showing
| ... | @@ -49,6 +49,7 @@ end | ... | @@ -49,6 +49,7 @@ end |
| gem 'mysql2' | gem 'mysql2' | ||
| gem 'devise' | gem 'devise' | ||
| gem 'omniauth-google-oauth2' | gem 'omniauth-google-oauth2' | ||
| # Markdown | # Markdown | ||
| ... | ... |
app/controllers/users_controller.rb
0 → 100644
app/decorators/users_decorator.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/views/users/_form.html.slim
0 → 100644
app/views/users/edit.html.slim
0 → 100644
app/views/users/update.html.slim
0 → 100644
lib/tasks/migrations.rake
0 → 100644
spec/controllers/users_controller_spec.rb
0 → 100644
spec/decorators/users_decorator_spec.rb
0 → 100644
spec/helpers/users_helper_spec.rb
0 → 100644
spec/views/users/edit.html.erb_spec.rb
0 → 100644
spec/views/users/update.html.erb_spec.rb
0 → 100644
Please
register
or
sign in
to comment