| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
|
| |
|
|
|
|
|
| |
In order to run ActiveStorage's tests successfully, you need
imagemagick.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
http links will be redirected to the https version, but still better to
just directly link to the https version.
|
|
|
|
| |
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
| |
Follow up of 2ebb284ef5bf2c36bd8ba0a4524cab83810f12ab.
|
| |
|
|
|
|
| |
* Update url in Development Dependencies Install
|
|
|
|
|
|
| |
Lots of grammar cleanup, and also changing to use macOS.
[ci skip]
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
tested on Ubuntu Desktop 15.04
|
| |
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
- Changed `IN` to `ON` in all note sentences in guides.
|
|
|
|
| |
References #18148.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing
changes made to add9560643ef79830febf47fa1228752d1df3502.
|
| |
|
|
|
|
| |
Recommended using homebrew for installing MySQL and PostgreSQL
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Memcached note for Rails guides [ci skip]
|
| |
| |
| |
| | |
that depend on it. [ci skip]
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
Conflicts:
actionview/README.rdoc
activerecord/lib/active_record/migration.rb
guides/source/development_dependencies_install.md
guides/source/getting_started.md
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing
changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9.
Seems to be a code merge done by mistake.
|
|/
|
|
| |
Add packages required to setup the rails environment on FreeBSD.
|
| |
|
|
|
|
| |
sorry @robin850.
Thanks @fxn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 the packages required on Arch Linux when setting up the development
dependencies
|
| |
|