index
:
pokeviewer
this commit
master
Rails app that displays Pokémon
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cached a Pokémon's latest revision
Kelly Rauchenberger
2018-01-14
5
-4
/
+47
*
Replaced GROUP clause in front page query with DISTINCT
Kelly Rauchenberger
2018-01-13
1
-3
/
+3
*
Fixed incorrect icon eager loading bug on front page
Kelly Rauchenberger
2018-01-13
4
-11
/
+7
*
Moved species from Pokémon to revision
Kelly Rauchenberger
2018-01-13
10
-111
/
+152
*
Improved clarity of icons
Kelly Rauchenberger
2018-01-05
2
-1
/
+28
*
Added more space between trainer divs
Kelly Rauchenberger
2017-10-15
1
-1
/
+1
*
Removed gen 4 abilities from db seeds
Kelly Rauchenberger
2017-10-15
1
-94
/
+94
*
Fixed two more migrations, similar to previous
Kelly Rauchenberger
2017-10-15
2
-3
/
+5
*
Fixed migration again
Kelly Rauchenberger
2017-10-15
1
-1
/
+1
*
Changed the way that the hold item column is migrated
Kelly Rauchenberger
2017-10-15
1
-1
/
+3
*
Fixed typo in some foreign keys
Kelly Rauchenberger
2017-10-15
1
-5
/
+5
*
Centered trainer list
Kelly Rauchenberger
2017-10-15
1
-1
/
+2
*
Actually fixed index page when there's no Pokémon
Kelly Rauchenberger
2017-10-15
1
-4
/
+8
*
Removed temporary header
Kelly Rauchenberger
2017-10-15
1
-1
/
+0
*
Changed trainer list to root route
Kelly Rauchenberger
2017-10-15
1
-1
/
+2
*
Fixed index page when there are no Pokémon
Kelly Rauchenberger
2017-10-15
1
-1
/
+1
*
Integrated auth into main app
Kelly Rauchenberger
2017-10-15
3
-1
/
+20
*
Changed met text for fateful encounters
Kelly Rauchenberger
2017-10-13
1
-1
/
+1
*
Added shiny star
Kelly Rauchenberger
2017-10-13
4
-3
/
+14
*
Added gender symbol to Pokémon display
Kelly Rauchenberger
2017-10-13
3
-6
/
+27
*
Added sheen to Pokémon contest stats
Kelly Rauchenberger
2017-10-13
2
-1
/
+54
*
Fixed behavior of gift ribbons for Pokémon not in any game
Kelly Rauchenberger
2017-10-13
2
-7
/
+15
*
Redesigned Pokémon show page
Kelly Rauchenberger
2017-10-13
8
-246
/
+534
*
Fixed Gengar not being added to database
Kelly Rauchenberger
2017-10-11
1
-1
/
+1
*
Added type and ability data to species model
Kelly Rauchenberger
2017-10-10
8
-390
/
+537
*
Made move names accurate to gen 3
Kelly Rauchenberger
2017-10-06
1
-20
/
+20
*
Pokémon now show the Poké Ball that they're in
Kelly Rauchenberger
2017-10-04
5
-2
/
+23
*
Added generic met message for Pokémon from Orre
Kelly Rauchenberger
2017-10-04
2
-2
/
+7
*
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc {rger
2017-09-25
9
-29
/
+351
*
Fixed leading spaces in Pokémon names
Kelly Rauchenberger
2017-09-24
1
-0
/
+3
*
Added space to empty box slots
Kelly Rauchenberger
2017-09-24
2
-1
/
+9
*
Added box names
Kelly Rauchenberger
2017-09-24
6
-23
/
+65
*
Worked on PC display page
Kelly Rauchenberger
2017-09-24
11
-14
/
+228
*
Added storage location information to Pokémon
Kelly Rauchenberger
2017-09-24
4
-6
/
+28
*
Added OT gender field
Kelly Rauchenberger
2017-09-24
5
-2
/
+12
*
Started working on UI
Kelly Rauchenberger
2017-09-24
2471
-9
/
+208
*
Added seed data for Pokémon species and moves
Kelly Rauchenberger
2017-09-23
2
-0
/
+744
*
Started writing extractor
Kelly Rauchenberger
2017-09-23
8
-8
/
+126
*
Moved revision moves into revision table
Kelly Rauchenberger
2017-09-23
5
-55
/
+61
[next]