aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.