Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gist for Active Record issues [Neeraj Singh & Xavier Noria] | Xavier Noria | 2013-04-01 | 1 | -1/+9 |
| | | | | This commit closes issue #9775. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | ||||
| * | s/Github/GitHub/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 |
| | | |||||
| * | fix some typos | Vipul A M | 2013-03-25 | 1 | -1/+1 |
| | | |||||
* | | contrib guide: documents guidelines for running the test suite | Xavier Noria | 2013-03-28 | 1 | -0/+11 |
| | | |||||
* | | contrib guide: documents how to generate a --dev application | Xavier Noria | 2013-03-28 | 1 | -0/+16 |
|/ | |||||
* | Remove reference to BugMash. Link hasn't been updated in 4 years. | Jonathan Roes | 2013-03-05 | 1 | -2/+0 |
| | |||||
* | Fix file name in document [ci skip] | Ryunosuke SATO | 2013-02-05 | 1 | -1/+1 |
| | | | | This file was renamed in c8a25386d. | ||||
* | adding small mention one single line blocks in contributing to rails | Matt Bridges | 2013-01-09 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | Add note on the contributing guide to not use the refute methods | Rafael Mendonça França | 2012-12-31 | 1 | -2/+3 |
| | |||||
* | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -2/+2 |
| | |||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -5/+5 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -5/+5 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-17 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb | ||||
| * | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -4/+4 |
| | | |||||
* | | Add note about squashing in contributor guide. | Steve Klabnik + Katrina Owen | 2012-11-09 | 1 | -0/+38 |
|/ | | | | | We tell people how to do this all the time in the Issues tracker, so now we can just point them here. | ||||
* | copy edits [ci skip] | Vijay Dev | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | encourage use of Ruby 1.9 syntax [ci skip] | Francesco Rodriguez | 2012-10-25 | 1 | -0/+1 |
| | |||||
* | Change 'branches' to 'branch' [ci skip] | Adam Coffman | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+412 |
| | | | | | | 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 | -412/+0 |
| | |||||
* | fix link bug in contributing page | Cesar Carruitero | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Update guides/source/contributing_to_ruby_on_rails.md | Arturo Pie | 2012-10-13 | 1 | -1/+1 |
| | | | In this section we are actually updating 'my_new_branch' | ||||
* | extracts manual development dependencies installation to a new non-promoted ↵ | Xavier Noria | 2012-09-20 | 1 | -158/+2 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -23/+23 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -14/+14 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -41/+41 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -36/+44 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -86/+86 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+560 |