Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Add links to TryGit & official documentation | Agis Anastasopoulos | 2012-11-15 | 1 | -0/+2 |
| | | |||||
* | | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -1/+1 |
|/ | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+174 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -174/+0 |
| | |||||
* | Fix small typo in development_dependencies_install | Arturo Pie | 2012-10-12 | 1 | -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 Noria | 2012-09-20 | 1 | -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. |