OSDN Git Service

fix: omniauth twitter
authoryasushiito <yas@pen-chan.jp>
Wed, 15 Jul 2015 07:08:53 +0000 (16:08 +0900)
committeryasushiito <yas@pen-chan.jp>
Wed, 15 Jul 2015 07:08:53 +0000 (16:08 +0900)
commit6a9125ccbacea489311fc4cc548ac03e7d0b412d
treec6958a26e2e4e532cbb7c8649e641f4c2edf5915
parent972f851dbcfdc0bce73cbdc6a57ae539b0eb44b9
fix: omniauth twitter
13 files changed:
Gemfile
app/assets/javascripts/omniauth_callbacks.coffee [new file with mode: 0644]
app/assets/javascripts/yasapp.js
app/assets/stylesheets/omniauth_callbacks.css.scss [new file with mode: 0644]
app/controllers/omniauth_callbacks_controller.rb [new file with mode: 0644]
app/helpers/omniauth_callbacks_helper.rb [new file with mode: 0644]
app/models/user.rb
app/views/user_sessions/new.html.erb
app/views/users/registrations/new.html.erb
config/initializers/devise.rb
config/routes.rb
config/secrets.yml [deleted file]
db/migrate/20150714094001_add_omniauth_on_users.rb [new file with mode: 0644]