Skip to content

francisco/bedazzledbaldachin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miriam Notes:

LEDERFEIER.COM ===========

Amazeballs party app!!!

Facebook Integration according to github.com/plataformatec/devise/wiki/OmniAuth:-Overview:

  • created app on FB and added permissions

  • bought domain

  • added gemfile for oauth

  • added stuff in docs

  • added line to sessions new-view

- - - -FACEBOOK DEVICE OAUTH ERROR SOLVING: 1) had to kill that a user has to have a phone number when it is saved (took it out in the migration file for the users) 2) we had env variables double in there (in omniauth.rb AND in devise rb, so i commented it out in omniauth.rb)

rspec mocks stub to test methods that call an api (but we are not calling the twiwlio api because it makes a request to us)

always

  • rake db drop

  • rake db create

  • rake db migrate

  • rake db seed

after a rebase

git diff –color in terminal

Other things I did Wedneday:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.3%
  • CSS 5.0%
  • CoffeeScript 2.8%
  • JavaScript 0.9%