Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f089f17
Initial commit
eriktrautman Aug 20, 2014
d21472b
initial commit
eriktrautman Aug 20, 2014
a4889e0
Update README.md
eriktrautman Jan 4, 2015
48776f1
update readme and assets
KenKot Jul 26, 2016
536b69a
top navbar story via the original bootstrap copied/pasted navbar w/ n…
KenKot Jul 26, 2016
d124b80
story 1, top navbar satisifed
KenKot Jul 27, 2016
9d8dc05
Update mynotes.md
KenKot Jul 27, 2016
e1fa830
Revisit mobile section note
KenKot Jul 27, 2016
a49e74f
story 2, About page - Main Photos satisifed
KenKot Jul 27, 2016
05b2b3d
Refractored
KenKot Jul 27, 2016
47550c9
about.html complete
KenKot Jul 28, 2016
998a40f
about_edit.html complete
KenKot Jul 28, 2016
4dda5d5
Story: timeline_page -- Post Creation Form Complete
KenKot Jul 28, 2016
7d13364
temp save
KenKot Jul 29, 2016
1a47a8e
temp save 2
KenKot Jul 29, 2016
2539219
temp save 3
KenKot Jul 29, 2016
8b2d20c
temp save 4
KenKot Jul 29, 2016
53e951b
timeline.html complete
KenKot Jul 30, 2016
68a9a11
add save changes button @ editprofile.html
KenKot Jul 30, 2016
1339173
fix timeline.html's about section
KenKot Jul 30, 2016
67e3192
almost finish photos.html
KenKot Jul 31, 2016
fbaa3fa
temp save
KenKot Jul 31, 2016
655cd58
Stories complete
KenKot Aug 1, 2016
4733f49
update mynotes.md
KenKot Aug 1, 2016
f99e8ac
Version 1 complete
KenKot Aug 1, 2016
0ecddb8
readme update
KenKot Dec 7, 2016
af0d4b4
add index.html
KenKot Dec 7, 2016
e5faccc
added sessions and users controller
luke-schleicher Dec 7, 2016
56d4b58
implement bootstrap
KenKot Dec 7, 2016
78a9be5
adding cookie-based auth
luke-schleicher Dec 8, 2016
cb6cecb
5pm
KenKot Dec 8, 2016
0382ba3
sign up implemented
KenKot Dec 8, 2016
8bf5072
fix validations
KenKot Dec 8, 2016
20cb5c0
start about options
KenKot Dec 9, 2016
c2c0f79
view tweak
KenKot Dec 9, 2016
7161cd3
add ssl
KenKot Dec 9, 2016
07676d3
form working
KenKot Dec 10, 2016
5842f9d
time
KenKot Dec 10, 2016
36bdc0c
polymorpic likes, started comments
KenKot Dec 12, 2016
e301038
like/unliking fixed
KenKot Dec 12, 2016
a7f1f92
form commenting
KenKot Dec 13, 2016
3d67914
Include Rspec Testing
KenKot Dec 13, 2016
6b55f17
add friending
KenKot Dec 13, 2016
13fe921
clean up routes, add friendings controller
KenKot Dec 13, 2016
0792161
Comments working
KenKot Dec 13, 2016
53005b0
feature testing users
KenKot Dec 14, 2016
57d2c1c
create account test functioning
KenKot Dec 14, 2016
7268186
clean up comments
KenKot Dec 14, 2016
75fc2d8
remove old /test directory, add views/controllers test directories
KenKot Dec 14, 2016
76c1adf
likes fixed
KenKot Dec 14, 2016
790d850
Preliminary controllers/views tests
KenKot Dec 15, 2016
5fa003e
redirect refractorings
KenKot Dec 15, 2016
ee74a79
add friending!
KenKot Dec 15, 2016
4e97839
changed required auth to view others
KenKot Dec 15, 2016
348c26d
friends fixed
KenKot Dec 16, 2016
1fb91e5
update photo functionality
KenKot Dec 16, 2016
094c294
heroku push
KenKot Dec 19, 2016
6d9fb8a
validation tweak
KenKot Dec 19, 2016
897cfd4
validation tweak
KenKot Dec 19, 2016
f842762
heroku push
KenKot Dec 20, 2016
0584c02
post permission
KenKot Dec 20, 2016
8a05ca1
.
KenKot Dec 20, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore Byebug command history file.
.byebug_history

# Ignore application configuration
/config/application.yml
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
--require spec_helper
--format doc
73 changes: 73 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
source 'https://rubygems.org'

gem 'delayed_job_active_record'

gem 'paperclip'
gem 'aws-sdk'
gem 'figaro'

gem 'faker'

gem 'bootstrap-sass'
gem 'binding_of_caller'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'better_errors'
gem 'jazz_fingers'
gem 'factory_girl_rails'
gem 'rspec-rails'
gem 'guard-rspec'
gem 'rails-controller-testing'
gem 'capybara'
gem 'launchy'
gem 'shoulda-matchers', '~> 3.1'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console'
gem 'listen', '~> 3.0.5'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'faker'
gem 'letter_opener'
end

group :production do
gem 'rails_12factor'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Loading