Permalink
Switch branches/tags
Nothing to show
Nothing to show
Commits on Aug 22, 2018
-
fix exception when no user is logged in
Odd production exceptions this morning from story_params that @user was nil when it checked @user.is_moderator. I think a user was scripting the story submission form or cleared cookies after opening it. I'm deliberately not adding the obvious nil check to story_params because non-users shouldn't be submitting story data; I want the exception that the before_action is missing.
Commits on Aug 21, 2018
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 16, 2018
-
-
thomasdziedzic committed
Aug 16, 2018 also fix deprecations: ``` To automatically update from static attributes to dynamic ones, install rubocop-rspec and run: rubocop \ --require rubocop-rspec \ --only FactoryBot/AttributeDefinedStatically \ --auto-correct ```
-
thomasdziedzic committed
Aug 16, 2018
Commits on Aug 15, 2018
-
-
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
thomasdziedzic committed
Aug 15, 2018 -
-
-
-
-
I can't see a reason for us to pin a specific version of this gem. Closes #532
Commits on Aug 14, 2018
-
-
guideline hint when title has separator
Closes #523 and (hopefully) eliminates a chore for me.
-
enable default_protect_from_forgery and use_authenticated_message_enc…
…ryption Part of the Rails 5.2 update. PR #516
Commits on Aug 8, 2018
Commits on Aug 6, 2018
-
fix bounds on whitespace reduction
The story_cache for Story i9u0aw has a line with 72 spaces. Subtracting that from the line length of 72, that's 0, so the gsub regexp becomes /(.{1,0})/ and throws an exception.
Commits on Aug 1, 2018
-
Google's indexing of the site is very spotty, and this seems a lot easier than improving our builtin search engine.
Commits on Jul 31, 2018
Commits on Jul 29, 2018
-
Move tag description on top tagged pages to above stories
It's easy to miss up in the header.
Commits on Jul 25, 2018
NewerOlder