Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use https instead of http in guide [ci skip] | Yoshiyuki Hirano | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Fix doc format in Active Storage Setup [ci skip] | Koichi ITO | 2017-08-19 | 1 | -1/+1 |
| | | | | Follow up of 2ebb284ef5bf2c36bd8ba0a4524cab83810f12ab. | ||||
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
| | |||||
* | Use https instead of http or git in guide [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -8/+8 |
| | | | | * Update url in Development Dependencies Install | ||||
* | Cleanup development_dependencies_install.md | Jon Moss | 2017-08-18 | 1 | -14/+15 |
| | | | | | | Lots of grammar cleanup, and also changing to use macOS. [ci skip] | ||||
* | Add Yarn installation instructions for Active Storage | Jon Moss | 2017-08-18 | 1 | -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 name | utilum | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Mention JS Runtime dependency in dev dependencies guide [ci skip]. | utilum | 2016-12-14 | 1 | -0/+4 |
| | |||||
* | [ci skip] Update docs with Action Cable Redis dependency | Rafael Reggiani Manzo | 2016-08-22 | 1 | -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 link | Mohamad Abras | 2016-03-27 | 1 | -1/+0 |
| | |||||
* | remove legacy mysql from guides to match #22715 | Scott Bronson | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | [ci skip] fix invalid package name for libmysqlclient-dev | Ignatius Reza | 2015-09-02 | 1 | -1/+1 |
| | | | | tested on Ubuntu Desktop 15.04 | ||||
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2015-06-18 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-05 | 1 | -1/+1 |
|\ | |||||
| * | [ci skip] Add `.` | yui-knk | 2015-06-01 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Fix `above` -> `below` | yui-knk | 2015-06-01 | 1 | -1/+1 |
|/ | |||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Whoops, duplicated word [ci skip] | Robin Dupret | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Some tweaks to the development set-up guide | Robin Dupret | 2014-08-24 | 1 | -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 Matsuda | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar" | Yves Senn | 2014-05-03 | 1 | -2/+2 |
| | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502. | ||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Added OS X specific commands to installation guide [ci skip] | Jarmo Isotalo | 2014-04-07 | 1 | -1/+14 |
| | | | | Recommended using homebrew for installing MySQL and PostgreSQL | ||||
* | Update grant statement to address #13549 | Yasuo Honda | 2014-01-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-31 | 1 | -7/+8 |
|\ | |||||
| * | Document ability to run a single test. | wangjohn | 2013-08-21 | 1 | -1/+8 |
| | | |||||
| * | Removing merge conflict remnants in the guides. | wangjohn | 2013-08-21 | 1 | -6/+0 |
| | | |||||
* | | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #11914 from pawel2105/development-dependencies-guides-fix | Guillermo Iguaran | 2013-08-18 | 1 | -1/+23 |
|\ \ | |/ |/| | Memcached note for Rails guides [ci skip] | ||||
| * | Add note about installing and running Memcached for Rails test suite tests ↵ | Pawel Janiak | 2013-08-16 | 1 | -1/+23 |
| | | | | | | | | that depend on it. [ci skip] | ||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -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 Dev | 2013-08-17 | 1 | -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 Dupret | 2013-07-29 | 1 | -0/+28 |
|/ | | | | Add packages required to setup the rails environment on FreeBSD. | ||||
* | Fix lixml2 to libxml2 [ci skip] | Robin Dupret | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Refix my misreading of the diff | Damien Mathieu | 2013-07-26 | 1 | -1/+1 |
| | | | | sorry @robin850. Thanks @fxn | ||||
* | Revert "Fix the SQLite gem name" | Damien Mathieu | 2013-07-26 | 1 | -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 Dupret | 2013-07-24 | 1 | -0/+20 |
| | | | | Add the packages required on Arch Linux when setting up the development dependencies | ||||
* | Fix the SQLite gem name | Robin Dupret | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Clean up the wording in a few places | Jonathan Roes | 2013-05-01 | 1 | -4/+4 |
| | |||||
* | Add a few overview bullet points | Jonathan Roes | 2013-05-01 | 1 | -0/+4 |
| | |||||
* | copy edits [ci skip] | Vijay Dev | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Updated link to peepcode Git screencast | Prathamesh Sonpatki | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | update git links | Roman Shmatov | 2013-04-13 | 1 | -2/+2 |
| | |||||
* | Add new DB rake tasks to the contributing section. | Vipul A M | 2013-01-23 | 1 | -0/+14 |
| | |||||
* | Merge pull request #8469 from kytrinyx/explicit-mysql-instructions | Rafael Mendonça França | 2012-12-09 | 1 | -0/+3 |
|\ | | | | | | | | | Include command to create mysql user [ci skip] | ||||
| * | Include command to create mysql user | Katrina Owen | 2012-12-09 | 1 | -0/+3 |
| | | | | | | | | | | The guide mentions that the 'rails' user is needed, but doesn't explicitly include the command to do so. | ||||
* | | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -0/+2 |
| | | | | | | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. |