Commit graph

582 commits

Author SHA1 Message Date
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
Andy Zhao
6da3684705 [ci skip] Add help thread to docs/readme (#276) 2018-08-08 13:22:44 -04:00
Ben Halpern
a80b253170
Add emphasis to help thread link 2018-08-08 13:19:28 -04:00
Ben Halpern
49c9260044
Remove TODO's [ci skip] 2018-08-08 13:18:17 -04:00
Ben Halpern
71582e8717
Update readme to include OSS help thread 2018-08-08 13:16:43 -04:00
Ben Halpern
16d301d013
Remove unused delayed_job_web (#273)
* Remove unused delayed_job_web

* Remove initializer file for delayed_job_web
2018-08-08 13:15:58 -04:00
Mac Siri
65110550d8 Update flair and cc-test-reporter id 2018-08-08 12:42:11 -04:00
Andy Zhao
40f4997199 Update README/Docs (#670)
* Rename and add addl postgres setup

* Update ToC for docs/readme

* Add links + enrich license FAQ page (#671)

- Added brief "intro" section at the top
- Added back in links that were lost in copy/paste over

* Nick/task/update front end docs [skip ci]

* Clarify that each step is an or

* issue/pr templates

* Remove broken redirect from netlify

* Attempt to add redirects for Netlify

* Try to fix redirects for Netlify

* Added more redirects for netlify

* Fix redirects to use splat keyword

* Testing placeholder instead of splat

* add product roadmap

* Change doc contribution instructions

* Add notice at bottom
2018-08-08 12:40:20 -04:00
Ben Halpern
524d8a8aea
Add open source moment gif (#673) 2018-08-08 11:33:21 -04:00
Mac Siri
243c44e23d Update Docs [ci skip] (#656)
* Move frontend doc [ci skip]

* Fix DEV styling [ci skip]

* Update table of contents [ci skip]

* Move stuffs around [ci skip]

* Move stuffs around [ci skip]

* Add gitdocs integration

* Mess with title again [ci-skip]

* Add root readme back in

* Update docs/readme as a new readme

* Messing with title again

* Add where to get help [ci skip]

* Fix dev connect link [ci skip]

* Move how to get help [ci skip]

* Add TODO to empty headers

* Add more TODOs and clean up a link

* Add sloan

* Update prereqs to specify we use macOS

* Add gitdocs build to test on Netlify

* Update README [ci skip]

* Add .gitdocs_build/ to .gitignore [ci skip]

* Create netlify.toml

* Update docs with logo and more docs

* Update gitdocs name

* Add redirects for netlify

* Remove extraneous redirects from netlify

* Add more README TODOs [ci skip]

* Update root directory of gitdocs

* Move ISSUE_TEMPLATE to .github/ [ci skip]

* Testing new base for netlify

* Update README [ci skip]

* Rename index.md to readme.md for GitHub

* Move gitdocs.json to docs folder

* Add GPL LICENSE [ci skip]

* tweak readme

* update license language

* Update FAQ with some Q and A

* Add some traffic control for docs readme

* add license faq and core team members

* Add new line to fix list

* Add AGPL-3

Adding the GNU AFFERO GENERAL PUBLIC LICENSE.

* Update GPL License

* Additional documentation for PostgreSQL setup
2018-08-08 10:36:32 -04:00
Andy Zhao
e899cbbfae Remove unused secret key from config (#666) [ci skip] 2018-08-08 10:36:17 -04:00
Peter Frank
c46efc8623 Add Trademark info to Terms (#664) [ci skip]
Also swapped DEV > The DEV Community.
2018-08-08 10:35:58 -04:00