aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix error: docrails is a fork, not a branch."Xavier Noria2011-02-151-1/+1
| | | | | | Reason: Calling docrails a "branch" is fine, no need to change the terminology. It is a remote in my machine, and it has been called branch since the very beginning: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch This reverts commit 35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f.
* Fix error: docrails is a fork, not a branch.Ben Orenstein2011-02-151-1/+1
|
* 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