aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
Commit message (Collapse)AuthorAgeFilesLines
* Move [#ticket_number state:commited] to the end of the commit messageSebastian Martinez2011-04-141-2/+2
|
* Update Contributing to the Rails Code guide for automatically change the ↵Sebastian Martinez2011-04-141-4/+10
| | | | status of LH tickets
* Fix patch file name to make it consistent with the rest of the guideSebastian Martinez2011-04-131-1/+1
|
* Add link to mailing-listNicolas Cavigneaux2011-03-161-1/+1
|
* Removed double textsLars Smit2011-03-131-13/+0
|
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-2/+2
| | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
* merges railsXavier Noria2011-03-051-1/+14
|\
| * copy-edits 819762cXavier Noria2011-03-051-4/+3
| | | | | | | | | | * simplifies some sentences * use a more neutral language with less you/yours
| * Added some new advice on applying patchesLars Smit2011-03-051-0/+14
| |
| * added information about TEST_DIR env variableIlya Zayats2011-03-051-0/+8
| |
* | Added some new advice on applying patchesLars Smit2011-02-281-0/+14
| |
* | added information about TEST_DIR env variableIlya Zayats2011-02-261-0/+8
|/
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-36/+36
|
* git am is better hereSantiago Pastorino2011-02-041-1/+1
|
* contrib_guide.gsub!("aptitude", "apt-get")Xavier Noria2010-12-301-4/+4
| | | | | | | | It turns out aptitude has been removed from Ubuntu 10.10 and while you can manually install it, apt-get is the blessed package manager. Google for "aptitude removed from Ubuntu" for more details. Thanks to Rafael Mendonça França for pointing this out.
* since a lot of people use Ubuntu, document specific aptitude calls for some ↵Xavier Noria2010-12-291-2/+17
| | | | C dependencies in the contrib guide
* complete revision of the Contributing to Ruby on Rails guideXavier Noria2010-12-281-0/+355
* adds instructions for PostgreSQL * adds references to mysql2 here and there * puts documentation contributions on par with code contributions * adds a section about Rails Contributors * documents C dependencies for Nokogiri and the database libs * everything double-checked and revised step by step * adds a section about warnings in the test suite * removes section about the Rails wiki * title and filename renamed * overall rewording