Commit Graph
18 Commits
Author SHA1 Message Date
Prelang Builderandu7482 253626a57e Appended Google Analytics Rails initialization code onto the end of <head> in application.html.erb 2014-02-27 23:58:35 +00:00
Prelang Builderandu7482 13c6b4935b Created Omniauth callbacks controller for Facebook 2014-02-27 23:58:30 +00:00
Prelang Builderandu7482 37314d439c Defined User.find_for_facebook_oauth to find or create a User based on their Facebook Oauth token 2014-02-27 23:58:30 +00:00
Prelang Builderandu7482 81f898af22 Made the User model 'omniauthable' with 'facebook' as the omniauth_provider 2014-02-27 23:58:30 +00:00
Prelang Builderandu7482 210945426b Created editable Devise controllers 2014-02-27 23:58:27 +00:00
Prelang Builderandu7482 db3c8ec8f6 Generated editable Devise views 2014-02-27 23:58:27 +00:00
Prelang Builderandu7482 3626e2221f Defined require_user_signed_in filter in application controller 2014-02-27 23:58:25 +00:00
Prelang Builderandu7482 b492b5fce0 Generated Devise's User model (via Devise's generator) 2014-02-27 23:58:25 +00:00
Prelang Builderandu7482 8b456555e6 Generated controller for root route with 'index' action 2014-02-27 23:58:20 +00:00
Prelang Builderandu7482 c1c35ba421 Added the 'bootstrap_flash' helper into application.html.erb 2014-02-27 23:58:18 +00:00
Prelang Builderandu7482 bfc07e906e Rendering the 'elements/navbar' partial view in application.html.erb 2014-02-27 23:58:18 +00:00
Prelang Builderandu7482 24b9c1a86d Added 'elements/navbar' partial view 2014-02-27 23:58:18 +00:00
Prelang Builderandu7482 a4e6224bcb Injected the viewport meta tag to head for a better mobile experience 2014-02-27 23:58:18 +00:00
Prelang Builderandu7482 df5b7cacc8 Added custom color variables before importing Twitter Bootstrap SASS 2014-02-27 23:58:17 +00:00
Prelang Builderandu7482 174eeff096 Modified application.js to require Twitter Bootstrap JS 2014-02-27 23:58:17 +00:00
Prelang Builderandu7482 8de6825653 Modified application.css.scss to import Twitter Bootstrap SASS and configuration SASS 2014-02-27 23:58:17 +00:00
Prelang Builderandu7482 8228edd2ce Renamed application.css to application.css.scss to convert to SASS file 2014-02-27 23:58:17 +00:00
Prelang Builderandu7482 101f476a00 Initial commit; clean Rails application 2014-02-27 23:57:09 +00:00