Skip to content

Tags: gdoleczek/tracks

Tags

cloud.i10

Toggle cloud.i10's commit message
Polish up tag cloud view

Move the font calculation out of the view itself into a helper, and put
the part of the calculation that relies on min and divisor from the
cloud into the cloud itself.

cloud.i9

Toggle cloud.i9's commit message
Extract all the methods in TagCloud

cloud.i8

Toggle cloud.i8's commit message
Collapse duplication in stats tags partial

cloud.i7

Toggle cloud.i7's commit message
Use cloud objects in view

This allows us to get rid of several instance variables in the
controller. Passing around reference to objects rather than a handful of
primitives is also a nice improvement.

cloud.i6

Toggle cloud.i6's commit message
Delete duplication in TagCloud

Change the tag cloud so that initializing it with or without a cutoff
makes the decision about whether or not to restrict the result set, and
then create two different tag clouds in the controller.

cloud.i5

Toggle cloud.i5's commit message
Extract SQL queries in tag cloud

cloud.i4

Toggle cloud.i4's commit message
Clean up tag cloud

Rename some variables to contain less redundancy, move comments that are
still relevant, delete comments that aren't helping.

cloud.i3

Toggle cloud.i3's commit message
Use the tag cloud in the stats controller

cloud.i2

Toggle cloud.i2's commit message
Create a tag cloud class

This duplicates the code in the controller.

We are calling the new class from the controller, but we are not yet
using the results. This ensures that the code can run without raising
any exceptions.

cloud.i1

Toggle cloud.i1's commit message
Create lockdown test for stats index action