Commit Graph

84 Commits (c3fc452b91ab9b6849bee38eb361b6d7527a6bf0)

Author SHA1 Message Date
Marcin Kulik c3fc452b91 Make Grid#crop easier to read 11 years ago
Marcin Kulik 731fb11e8b Simplify Grid#trailing_empty_lines implementation 11 years ago
Marcin Kulik b47fa27968 Refactor Snapshot to use Grid under the hood 11 years ago
Marcin Kulik d324200b01 Add BufferedStdout class whose #each yields at 60 hz tops 11 years ago
Marcin Kulik 31a880b7aa Simplify Snapshot and its presenter 11 years ago
Marcin Kulik 34b39d0db3 Simplify the structure returned by Terminal#snapshot
Each screen character is in its own, separate cell now. In addition the char
attributes don't include attributes that are "falsy".
11 years ago
Marcin Kulik 731751650c Keep the lines shorther than 80 chars 11 years ago
Marcin Kulik cdc2f01753 Find or build user from omniauth hash in the middleware 11 years ago
Marcin Kulik 40856933aa Support "blink" attribute in the thumbnails 11 years ago
Marcin Kulik a53c8de5b9 Pass paths to decompressed stdout files to Stdout 11 years ago
Marcin Kulik 2e9b0a4718 Remove boring empty trailing lines from thumbnails 11 years ago
Marcin Kulik 0c3494d174 Require explicit call to Terminal#snapshot for getting the snapshot 11 years ago
Marcin Kulik 6c8dbf4173 Make Stdout provide data in chunks 11 years ago
Marcin Kulik 20645271a1 Update models and helpers to use new Rails 4 syntax 11 years ago
Marcin Kulik 0a8cc6ff8a One more attempt to fix the memory leak 11 years ago
Marcin Kulik 4767442875 Make Snapshot#crop return the snapshot of exact requested height 11 years ago
Marcin Kulik 5ecf209a53 Add some TODO comments 11 years ago
Marcin Kulik 7d5a544650 Generate thumbnails from JSON snapshot via Snapshot/SnaphotPresenter 11 years ago
Marcin Kulik ddf0e57b39 Update SnapshotWorker to generate colorful snapshots 11 years ago
Marcin Kulik c8d574b243 Serialize asciicast snapshot just as JSON 11 years ago
Marcin Kulik 59e31baa1b Process incoming asciicast with AsciicastCreator 11 years ago
Marcin Kulik 86a4662fe5 Abstract stdout_data and stdout_timing as a single value object 11 years ago
Marcin Kulik caa6c52759 Rename stdout to stdout_data, stdin to stdin_data 11 years ago
Marcin Kulik 56a2bb2378 Fix Snapshot#crop to not burn when height > line count 11 years ago
Marcin Kulik d93ac84c21 Refactor AsciicastDecorator#thumbnail to render colorful thumbnail 11 years ago
Marcin Kulik 86f728364c Add Brush model 11 years ago
Marcin Kulik e947524533 Add a simple model representing a terminal snapshot 11 years ago
Marcin Kulik 8daf2d0f7f Serialize Snapshot with Snapshot::Serializer 11 years ago
Marcin Kulik a10a447c53 Make the snapshots the hashes 11 years ago
Marcin Kulik 2e8fc48473 Set MAX_DELAY constant on model, not decorator 12 years ago
Marcin Kulik 9ac2c49180 Custom scopes for paginated lists 12 years ago
Marcin Kulik 49644ffc68 Validate presence of a model, not id 12 years ago
Marcin Kulik 75961f3f22 Scopes 12 years ago
Marcin Kulik 44edbe08d1 Cache whole previews list fragments 12 years ago
Marcin Kulik 6c007cdd9c Not ready yet for cache_key on ActiveRecord::Relation 12 years ago
Marcin Kulik 0de8aa76ea Use fragment caching for thumbnails 12 years ago
Marcin Kulik 668f382a69 Fix specs 12 years ago
Marcin Kulik 87ee87f4b7 Improve error message display 12 years ago
Marcin Kulik ba97246db8 Time compression 13 years ago
Marcin Kulik e5ea6488fd Move asciicast presentation to its decorator 13 years ago
Marcin Kulik 32b2cbed35 Move "created" and "as_json" from Comment to CommentDecorator 13 years ago
Marcin Kulik 149e687f38 Bring back missing user->comments assoc 13 years ago
Marcin Kulik c4b5b16e6f Merge branch 'likes'
* likes:
  Data model for "Like"

Conflicts:
	app/models/user.rb
	db/schema.rb
13 years ago
Marcin Kulik 45dd308186 Display comments count 13 years ago
Marcin Kulik 4a6186f523 Account settings 13 years ago
Marcin Kulik b6473b8554 user->comments association 13 years ago
Marcin Kulik 49c0d9f324 Move presentation to decorator 13 years ago
Marcin Kulik 0cbd732980 Data model for "Like" 13 years ago
Marcin Kulik 8b504d8fea Use asciicast title in page title 13 years ago
Marcin Kulik 1e2e8bfcc3 Display some environment info 13 years ago