aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix "Development Dependencies Install" guide [ci skip]bogdanvlviv2019-01-191-1/+0
| | | | | Since we use [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) `yarn install` from the root should install all the javascript dependencies.
* Fix typo in development_dependencies_install.md [ci skip]Alfonso Jiménez2018-11-201-1/+1
|
* Docs: Update Development Dependencies InstallViktor Fonic2018-11-091-266/+98
| | | | | | | | | | | | | | | | | | | | | * Move all the testing related stuff to the contributing guide and redirect the reader to this guide once the installation process is finished as running tests is the logical next step. * Group documentation instructions by OS, not by gem * It eases the installation process and lessen the need to scroll through the guide * There's still a list of all additional services required for each of the gems above the instructions for each OS. * Also update a bit the instructions * Update some package names * Add `yarn` to the package list for Arch Linux and FreeBSD * Use `dnf` instead of `yum` for Fedora and CentOS * Advise the user to use `brew bundle` on macOS to lessen the maintenance burden for this OS and ease the process for the user. [ci skip]
* Add missing newline [ci skip]George Claghorn2018-08-211-0/+1
|
* [ci skip] Add ImageMagick to ActiveStorage dependenciesMr. Outis2018-08-211-1/+13
| | | | | In order to run ActiveStorage's tests successfully, you need imagemagick.
* Harmonize shell commands in dev guide [ci skip]Anton Rieder2018-08-161-7/+7
|
* Add missing instructions for FreeBSD [ci skip]Robin Dupret2018-08-091-10/+18
| | | | | | | | The development dependencies installation guides have the installation instructions for FreeBSD in other sections so let's be consistent regarding the dependencies for Active Storage setup. Also fix a few typos.
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
| | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* Remove backticks around proejct namesutilum2018-06-111-3/+3
| | | | [ci skip]
* Dev-Dep guide: mention AST third party requirementsutilum2018-06-081-0/+28
| | | | | | | | | | | | | | | Avoid the likes of: ``` Error: ActiveStorage::RepresentationTest#test_representing_an_MP4_video: Errno::ENOENT: No such file or directory - ffmpeg test/models/representation_test.rb:27:in `block in <class:RepresentationTest>' ``` Also note additiona macOS requirements in ActiveStorage guide. [ci skip]
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-1/+1
|
* Fix doc format in Active Storage Setup [ci skip]Koichi ITO2017-08-191-1/+1
| | | | Follow up of 2ebb284ef5bf2c36bd8ba0a4524cab83810f12ab.
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
|
* Use https instead of http or git in guide [ci skip]Yoshiyuki Hirano2017-08-191-8/+8
| | | | * Update url in Development Dependencies Install
* Cleanup development_dependencies_install.mdJon Moss2017-08-181-14/+15
| | | | | | Lots of grammar cleanup, and also changing to use macOS. [ci skip]
* Add Yarn installation instructions for Active StorageJon Moss2017-08-181-0/+40
| | | | | | | | This is a requirement when working on the JS portions of ASt. Using npm instead of Yarn is a bad idea here since the lockfile is in Yarn's format. [ci skip]
* [ci skip] Update fedora SQLite3 package nameutilum2017-06-171-1/+1
|
* [ci skip] Update Guides to use macOS instead of Mac OS XVitali Tatarintev2017-02-201-1/+1
|
* Mention JS Runtime dependency in dev dependencies guide [ci skip].utilum2016-12-141-0/+4
|
* [ci skip] Update docs with Action Cable Redis dependencyRafael Reggiani Manzo2016-08-221-0/+43
| | | | | | | Action Cable's test `test/subscription_adapter/redis_test.rb` fail if Redis is not installed and running. Following the guides `development_dependen there's no mention to this.
* remove old-dead linkMohamad Abras2016-03-271-1/+0
|
* remove legacy mysql from guides to match #22715Scott Bronson2016-01-091-1/+1
|
* [ci skip] fix invalid package name for libmysqlclient-devIgnatius Reza2015-09-021-1/+1
| | | | tested on Ubuntu Desktop 15.04
* Tiny documentation fixes [ci skip]Robin Dupret2015-06-181-3/+3
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-051-1/+1
|\
| * [ci skip] Add `.`yui-knk2015-06-011-1/+1
| |
* | [ci skip] Fix `above` -> `below`yui-knk2015-06-011-1/+1
|/
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
| | | | - Changed `IN` to `ON` in all note sentences in guides.
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
| | | | References #18148.
* Whoops, duplicated word [ci skip]Robin Dupret2014-08-241-1/+1
|
* Some tweaks to the development set-up guideRobin Dupret2014-08-241-43/+41
| | | | | | | | | | | | | | | * Remove the libxml2 and libxslt part ; Nokogiri ships now with these libraries bundled. * Add the missing installation instructions for either Arch Linux, FreeBSD or Mac OS X. * Use the new `pkg install` syntax over `pkg_add -r` for FreeBSD 10+ users. * Point to the up-to-date version of PostgreSQL as for the BSD port. * Make the platform installation instructions order consistent throughout the guide. * Remove useless duplicated links to Homebrew's home. [ci skip]
* http://gembundler.com/ => http://bundler.io/Akira Matsuda2014-08-191-1/+1
|
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-161-2/+2
|
* Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"Yves Senn2014-05-031-2/+2
| | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502.
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-031-2/+2
|
* Added OS X specific commands to installation guide [ci skip]Jarmo Isotalo2014-04-071-1/+14
| | | | Recommended using homebrew for installing MySQL and PostgreSQL
* Update grant statement to address #13549Yasuo Honda2014-01-011-0/+2
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-311-7/+8
|\
| * Document ability to run a single test.wangjohn2013-08-211-1/+8
| |
| * Removing merge conflict remnants in the guides.wangjohn2013-08-211-6/+0
| |
* | cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-2/+2
| |
* | Merge pull request #11914 from pawel2105/development-dependencies-guides-fixGuillermo Iguaran2013-08-181-1/+23
|\ \ | |/ |/| Memcached note for Rails guides [ci skip]
| * Add note about installing and running Memcached for Rails test suite tests ↵Pawel Janiak2013-08-161-1/+23
| | | | | | | | that depend on it. [ci skip]
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+7
|\ \ | |/ |/| | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-21/+1
| | | | | | | | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake.
* | Add installation instructions for FreeBSD [ci skip]Robin Dupret2013-07-291-0/+28
|/ | | | Add packages required to setup the rails environment on FreeBSD.
* Fix lixml2 to libxml2 [ci skip]Robin Dupret2013-07-281-1/+1
|
* Refix my misreading of the diffDamien Mathieu2013-07-261-1/+1
| | | | sorry @robin850. Thanks @fxn
* Revert "Fix the SQLite gem name"Damien Mathieu2013-07-261-1/+1
| | | | | | | | | | | | | | This reverts commit 700c6c65bcce17d4c61423ceaef031bcbe203337. Bot the `sqlite3` and `sqlite3-ruby` gems exist. https://rubygems.org/gems/sqlite3 https://rubygems.org/gems/sqlite3-ruby In fact, they both point to the same github repository. https://github.com/luislavena/sqlite3-ruby However, the last one hasn't been released since 2011, while the first one keeps getting regular releases.
* Add packages list for ArchLinux [ci skip]Robin Dupret2013-07-241-0/+20
| | | | Add the packages required on Arch Linux when setting up the development dependencies