aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix the SQLite gem nameRobin Dupret2013-07-241-1/+1
|
* Clean up the wording in a few placesJonathan Roes2013-05-011-4/+4
|
* Add a few overview bullet pointsJonathan Roes2013-05-011-0/+4
|
* copy edits [ci skip]Vijay Dev2013-05-011-1/+1
|
* Updated link to peepcode Git screencastPrathamesh Sonpatki2013-04-141-1/+1
|
* update git linksRoman Shmatov2013-04-131-2/+2
|
* Add new DB rake tasks to the contributing section.Vipul A M2013-01-231-0/+14
|
* Merge pull request #8469 from kytrinyx/explicit-mysql-instructionsRafael Mendonça França2012-12-091-0/+3
|\ | | | | | | | | Include command to create mysql user [ci skip]
| * Include command to create mysql userKatrina Owen2012-12-091-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 Klabnik2012-11-291-0/+2
| | | | | | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* | Add links to TryGit & official documentationAgis Anastasopoulos2012-11-151-0/+2
| |
* | use em-dashes instead of two minuses in guidesburningTyger2012-11-101-1/+1
|/
* Revert "divided into folder with the language"Rafael Mendonça França2012-10-171-0/+174
| | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository
* divided into folder with the languageRodrigo Martins2012-10-171-174/+0
|
* Fix small typo in development_dependencies_installArturo Pie2012-10-121-1/+1
| | | Fix small typo a link to bundler page in development_dependencies_install.md 
* extracts manual development dependencies installation to a new non-promoted ↵Xavier Noria2012-09-201-0/+174
guide The purpose of this refactor is twofold: * Emphasize the Rails development box as the recommended way to setup a dev environment by taking out the rest of the instructions. * Lighten the contributing guide, this non-essential information takes a disproportionate amount of space now that we have the rails-dev-box.