Commit graph

593 commits

Author SHA1 Message Date
rhymes
c4802218ff Fix LinkedIn accepted urls (#390)
* Add support for country specific Linkedin urls

Closes #343

* Add tests to make sure three letters country codes are prohibited
2018-08-17 17:25:23 -04:00
Andy Zhao
24e663c131 Update YouTube liquid tag with better example (#392) 2018-08-17 17:24:11 -04:00
Andy Zhao
de25d33ce9 Delay all destroys and bust old username path (#391) 2018-08-17 17:23:33 -04:00
Kohei Sugi
fc49fc002c Fix Style/Semicolon Lint (#376) [ci skip] 2018-08-17 12:15:38 -04:00
Kohei Sugi
222f4da3d5 Remove minor rubocop_todos (#378) [ci skip] 2018-08-17 12:09:09 -04:00
Peter Frank
2419c6c335 Add user liquid tag to editor guide (#379)
Added the DEV user embed instructions to the editor guide
2018-08-17 10:49:11 -04:00
rhymes
14fb6e4a8d Fix images button style in new editor (#381) 2018-08-17 10:48:33 -04:00
Mac Siri
7447c38d20
Update PULL_REQUEST_TEMPLATE.md 2018-08-16 17:03:41 -04:00
Mac Siri
7e88a3b57f Expend installation docs (#366)
* Update Travis's Slack config

* Fix styling

* Update prerequisites

* Update prerequisites

* Update README

* Expand installation docs

* Specify minimum Postgres version [ci skip]

* Change specified PostgreSQL version

* Update netlify.toml

* Update schema

* Update algolia links [ci skip]

* Update installation docs

* Remove TODO

* Update installation path/title

* Update top level installation guide

* Change installations directory name

* Rename installations to installation in docs

* Fix headline typo

* Add liquid tags and adjust main readme
2018-08-16 15:52:56 -04:00
Kohei Sugi
33086d47f0 Fix Style/NumericPredicate lint (#367) [ci skip] 2018-08-16 15:27:11 -04:00
Kohei Sugi
808655e2f3 Fix Layout/SpaceInsideArrayLiteralBrackets lint (#368) 2018-08-16 15:22:59 -04:00
Araslanov Evgeny
8095c8fc4d Added ArticleWithVideoCreationService (#344) 2018-08-15 17:19:54 -04:00
Araslanov Evgeny
4ba8296298 API: Fix find tags by name (#359) 2018-08-15 17:01:43 -04:00
Adarsh
f5a6011191 Fix doc's Twitter link [ci skip] (#353) 2018-08-15 16:40:18 -04:00
rhymes
b6f61cb4b7 Upgrade pg gem to 1.0 (#328)
This references #298. The rationale behind the changes:

* msgpack supports Ruby 2.5 on Windows starting from 1.2.4
* pg supports Ruby 2.5 on Windows starting from 1.0
* stackprof is Linux/OSX only
2018-08-15 16:18:42 -04:00
Kohei Sugi
91c3eef1e1 Fix Layout/EndAlignment lint (#349) [skip ci] 2018-08-15 15:49:38 -04:00
Thomas Joseph Lawton III
bbd86842bd Add linux documentation (#314) [ci skip]
* Updates README.md with details on setup for Linux

* Fixes silly git mistake

* Adds Linux setup documentation to README.md
2018-08-15 14:04:15 -04:00
Kohei Sugi
9b841f8235 Use TimeWithZone (#351) [ci skip]
before
```
$ bundle exec rspec  spec/models/article_spec.rb:431
Run options: include {:locations=>{"./spec/models/article_spec.rb"=>[431]}}
F

Failures:

  1) Article does not show year in readable time if not current year
     Failure/Error: expect(article.readable_publish_date).to eq(time_now.strftime("%b %e"))

       expected: "Aug 15"
            got: "Aug 14"

       (compared using ==)
     # ./spec/models/article_spec.rb:434:in `block (2 levels) in <top (required)>'
     # ./spec/rails_helper.rb:84:in `block (3 levels) in <top (required)>'
     # ./spec/rails_helper.rb:84:in `block (2 levels) in <top (required)>'

Finished in 0.88093 seconds (files took 15.54 seconds to load)
1 example, 1 failure
```

after
```
$ bundle exec rspec  spec/models/article_spec.rb:431
Run options: include {:locations=>{"./spec/models/article_spec.rb"=>[431]}}
.

Finished in 0.86248 seconds (files took 12.44 seconds to load)
1 example, 0 failures
```
2018-08-14 14:44:53 -04:00
Andy Zhao
183976fde0 Unmute cache silencer temporarily (#324)
* Unmute cache silencer temporarily

* Update .travis.yml
2018-08-14 12:29:35 -04:00
Nick Taylor
01d5ec0fa2 Task/prettier for markdown (#335) [ci skip]
* Added prettier for markdown files on precommit.

* Ran prettier on markdown files.

* Fixed wording as per PR comment.

* Got rid of the double vision on "the". 🙃
2018-08-13 18:04:26 -04:00
Derek Hopper
7c8472b782 Add request specs (#275) (#329) 2018-08-13 18:03:34 -04:00
Andy Zhao
dc901999a7 Remove Algolia logo in search (#323)
* Update Algolia logo in search

* Remove algolia logo
2018-08-13 17:38:32 -04:00
Vimal Raghubir
36c6d16099 Fixed broken Link in Readme.md (#348) [ci skip] 2018-08-13 17:24:12 -04:00
Tsukuru Tanimichi
73d73f49c6 Remove require 'nokogiri' (#316) 2018-08-13 17:16:41 -04:00
Kayla
899e6e00a1 Show employment title without an employer (#291) 2018-08-13 17:01:49 -04:00
Kohei Sugi
36d2dfd122 Apply rubocop some rule (#295)
* Fix FactoryBot/StaticAttributeDefinedDynamically and Metrics/LineLength

* Fix RSpec/NotToNot: Prefer not_to over to_not

* Fix RSpec/NotToNot: Prefer not_to over to_not and Metrics/LineLength

* Fix Layout/MultilineMethodCallIndentation and Metrics/LineLength

* Fix Naming/PredicateName

* Fix Style/ConditionalAssignment

* Avoid code climate error
2018-08-13 16:32:11 -04:00
TrashMacNugget
987e572944 Use AGPLv3+ (#315) [ci skip]
* Use AGPLv3+

* Add AGPLv3+ to License FAQ

* Specify AGPL-3.0-or-later in package.json
2018-08-13 12:39:23 -04:00
Nick Taylor
42b7863f67 Task/dx add more recommended vs code extensions (#337)
* Added VS Code ruby extensions to recommended extensions.

* Added the VS Code Liveshare extension pack to recommended extensions.
2018-08-12 19:52:26 -04:00
Ben Halpern
f7de30828e
Fix mentorship page typo (#330) 2018-08-11 02:59:08 -04:00
Ben Halpern
a82bcd9dd9
Update readme to include "what is dev.to?" (#312) [ci skip]
* Update readme to include "what is dev.to?"

* Update readme to include "what is dev.to?" [ci skip]

- Fixed a typo

* Move text above table of contents

* Add career growth

* Adjust text

* Adjust word
2018-08-09 17:27:53 -04:00
Awdesh Sharma
7a33c97b6e Update README (#287) [ci skip]
* 📝 updating Prerequisite link under table of content in README.

* updating prerequisite to plural form in README.
2018-08-09 17:18:15 -04:00
Mac Siri
4d8150446f Update Travis's slack config 2018-08-09 16:49:49 -04:00
Ian Zabel
2089a461ba Fix thoughtbot capitalization (#310) [ci skip] 2018-08-09 16:19:35 -04:00
Niraj Nandish
f38ee5aab3 Fix typo (#301) [ci skip]
* Incorrect spelling of domain(was damain)

* Incorrect spelling of applicable(was appicable)
2018-08-09 16:08:39 -04:00
Grey Baker
6d91448155 Bump nokogiri from 1.8.3 to 1.8.4 (#297)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.3...v1.8.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-09 16:04:31 -04:00
Kevin Ndung'u Gathuku
5269b76dff Update package.json (#300) [ci skip]
Update references from private repo to OSS repo
2018-08-09 15:58:03 -04:00
rhymes
c08bb2a2f9 Add bundler-audit script to Travis (#303) 2018-08-09 13:39:44 -04:00
Hiroyuki Morita
2f495c9be0 Fix tag mismatch (#308) 2018-08-09 13:21:34 -04:00
Ben Halpern
78d9aefafc
Remove OSS countdown gifs (#294) 2018-08-08 21:54:50 -04:00
Jay
1a4047afb7 Fix "harrassment" typo in README (#292) 2018-08-08 20:24:07 -04:00
Ben Halpern
6ed6edbb9d
Fix docs link (#290) [ci skip] 2018-08-08 18:41:33 -04:00
Lachlan Campbell
0d56869137 Fix README "it's" typo (#281) [ci skip] 2018-08-08 18:35:59 -04:00
Jonny Buchanan
34efec4b5d Stop using the Fake Notifications Dark Pattern (#288) 2018-08-08 18:31:35 -04:00
Ernesto Tagwerker
c564e2c2e0 Prefer pluck over map (#283) 2018-08-08 18:24:54 -04:00
Andy Zhao
0a9cc96b4e Update favicon file for gitdocs (#279) 2018-08-08 18:01:17 -04:00
Jack Harner
c29e6a59e5 Adding Anchor To Comments Section from Article (#284) 2018-08-08 17:48:26 -04:00
Mac Siri
69fc87a67d Refactor CacheBuster (#286) 2018-08-08 17:45:14 -04:00
Peter Frank
47cdff61a0 Fix links in Docs (#280)
- Changed a few relative links to absolute links
2018-08-08 14:29:15 -04:00
Frederik Creemers
a67ae732cf Fix missing space in docs. (#278) [ci skip]
Fix missing space in docs.
2018-08-08 13:58:09 -04:00
Jess Lee
9b270d4cab add favicon image (#277)
Add favicon image to docs folder
2018-08-08 13:51:41 -04:00