Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zad 5 homework #143

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
a04f51b
Add my code
ThomasDebek Mar 3, 2019
d304020
add folders
ThomasDebek Mar 20, 2019
c588f83
Reoargiaztion my gemfile
ThomasDebek Mar 20, 2019
f61503d
Add my models and controllers
ThomasDebek Mar 20, 2019
23c3281
Add my routs
ThomasDebek Mar 20, 2019
786b7a8
Add seed
ThomasDebek Mar 20, 2019
267aa70
Add my methods with controllers
ThomasDebek Mar 20, 2019
10a2511
Fixed my app
ThomasDebek Mar 20, 2019
8292957
Add new lecture_2
ThomasDebek Mar 26, 2019
320b58a
Add new three homework
ThomasDebek Mar 30, 2019
4a2e2bf
smole change
ThomasDebek Mar 30, 2019
c1acae9
asdf
ThomasDebek Apr 1, 2019
ff3e880
configure my gitignore
ThomasDebek Apr 1, 2019
9db73ef
Cleaning my gemfile and add new gems
ThomasDebek Apr 1, 2019
cb4e2a1
Add serialize to my app
ThomasDebek Apr 1, 2019
345b38d
Adding several clans with db seed
ThomasDebek Apr 1, 2019
d638944
set uniguenss name for clan
ThomasDebek Apr 1, 2019
5d1b470
Change my samurais to warriors :)
ThomasDebek Apr 1, 2019
0d696f3
generate model warrior
ThomasDebek Apr 1, 2019
794cc5b
add method to my samuri
ThomasDebek Apr 1, 2019
95f7d7f
The clan has warriors who are different
ThomasDebek Apr 1, 2019
9d18be3
rails g migration AddIndexNameToClans name:string:index
ThomasDebek Apr 1, 2019
1c7f6ab
add index name to warriors
ThomasDebek Apr 1, 2019
6657e88
Add polimofic defensible to my warriors
ThomasDebek Apr 1, 2019
6e05e8e
Added too warriors and give them weapns :)
ThomasDebek Apr 2, 2019
1fb5372
Add new model Stronghold Tower and Tree and connection my models
ThomasDebek Apr 2, 2019
804612e
Add ranged magical sword to my app
ThomasDebek Apr 2, 2019
a7a36f1
Testing my variables in seed
ThomasDebek Apr 3, 2019
5b42100
Add handling errors
ThomasDebek Apr 3, 2019
9958a30
Modyfication my clan controllers and add new method
ThomasDebek Apr 3, 2019
9081426
Add Warriors controller and method inside them
ThomasDebek Apr 3, 2019
c00142c
Add warriors controllers
ThomasDebek Apr 3, 2019
bc85760
Configure my routs
ThomasDebek Apr 3, 2019
a178c73
Add new serializers
ThomasDebek Apr 3, 2019
d8370fa
Add controller weapon and give methods inside
ThomasDebek Apr 3, 2019
13a65c3
rails g serializers weapon and modification my routs
ThomasDebek Apr 3, 2019
ba40810
Fix my code
ThomasDebek Apr 3, 2019
0a7ccbb
idea
ThomasDebek Apr 4, 2019
14f49a8
git pull new files
ThomasDebek Apr 4, 2019
957b593
new folder
ThomasDebek Apr 7, 2019
f1db4bd
Configure my gitignore
ThomasDebek Apr 7, 2019
0c9b64a
Fixed my code
ThomasDebek Apr 7, 2019
102dca0
Create module errors_method
ThomasDebek Apr 8, 2019
9989849
modules
ThomasDebek Apr 8, 2019
f7b71b5
Add gem rubocop and use rubocop -a
ThomasDebek Apr 8, 2019
1b2f767
Add module and fixed my app
ThomasDebek Apr 8, 2019
74ff46d
comit
ThomasDebek Apr 16, 2019
ab7b731
Merge https://github.com/daftcode/rorlevelup2019
ThomasDebek Apr 16, 2019
91137bd
modifed idea
ThomasDebek Apr 16, 2019
96517a8
idea
ThomasDebek Apr 16, 2019
05492b9
workspace
ThomasDebek Apr 16, 2019
39807cf
merge all app
ThomasDebek Apr 17, 2019
de6f7ee
Add new gems
ThomasDebek Apr 17, 2019
51e2b8c
add gitignore
ThomasDebek Apr 17, 2019
0dfd266
Solved
ThomasDebek Apr 18, 2019
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
Prev Previous commit
Next Next commit
Add new gems
  • Loading branch information
ThomasDebek committed Apr 17, 2019
commit de6f7ee969db4365d92ca92f7210a8b11145a23c
28 changes: 28 additions & 0 deletions lecture_4/homework/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,15 @@ GEM
activesupport
concurrent-ruby (1.1.5)
crass (1.0.4)
diff-lcs (1.3)
erubi (1.8.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.2)
factory_bot (~> 5.0.2)
railties (>= 4.2.0)
faker (1.9.3)
i18n (>= 0.7)
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -123,6 +131,23 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand Down Expand Up @@ -161,10 +186,13 @@ DEPENDENCIES
active_model_serializers
bootsnap (>= 1.1.0)
byebug
factory_bot_rails
faker
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.11)
rails (~> 5.2.2)
rspec-rails
rubocop
spring
spring-watcher-listen (~> 2.0.0)
Expand Down
4 changes: 4 additions & 0 deletions lecture_5/homework/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.2'

gem 'rspec-rails'
gem 'factory_bot_rails'
gem 'faker'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.2'
# Use pg as the database for Active Record
Expand Down
9 changes: 9 additions & 0 deletions lecture_5/homework/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ GEM
crass (1.0.4)
diff-lcs (1.3)
erubi (1.8.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.2)
factory_bot (~> 5.0.2)
railties (>= 4.2.0)
faker (1.9.3)
i18n (>= 0.7)
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -179,6 +186,8 @@ DEPENDENCIES
active_model_serializers
bootsnap (>= 1.1.0)
byebug
factory_bot_rails
faker
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.11)
Expand Down