Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -393/+0 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-13 | 1 | -0/+2 |
|\ | |||||
| * | copy-edit contributing guide [ci skip] | Vijay Dev | 2012-03-13 | 1 | -2/+2 |
| | | |||||
| * | Squash commits into a single commit | Avi Tzurel | 2012-03-11 | 1 | -0/+2 |
| | | |||||
* | | Actually commit the change! | David Heinemeier Hansson | 2012-03-13 | 1 | -1/+0 |
| | | |||||
* | | Undo unwarranted change to coding conventions. I am not a fan of the ↵ | David Heinemeier Hansson | 2012-03-13 | 1 | -0/+1 |
|/ | | | | aesthetics of private/public at the root but more importantly, we should not be changing coding conventions with almost a decades worth of history at a whim. The conventions are there to have a consistent coding style, that is their primary purpose. When there is so much existing code with the existing style, any change will have to lift an enormous burden of proof as to why its overwhelmingly superior. That is not the case here, so this is being reverted. | ||||
* | Disagree with @spastorino, @jonleighton, @tenderlove on ↵ | Jeremy Kemper | 2012-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | 51ccb7f59c83120bf6869f1febfebaec44bcface Same-level method visibility disappears into the syntax. Indent (and outdent) emphasize the state change that accompanies the declaration. All methods following 'private' are private: that's a natural hierarchy worthy of visual reinforcement. Outdent, represent! :trollface: | ||||
* | Fix contributing guide to reflect preferred position on indentation | brainopia | 2012-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | Fix incorrect recommendation from indenting after private/protected to not. Based on opinions of @spastorino, @jonleighton, @tenderlove https://github.com/rails/rails/pull/1838#issuecomment-1440281 https://en.twitter.com/#!/spastorino/status/142054749351575552 https://en.twitter.com/#!/tenderlove/status/142014046445641728 https://en.twitter.com/#!/jonleighton/status/142021813415841794 | ||||
* | Added note about [ci skip] tag to contributing guide | Piotr Sarnacki | 2012-01-12 | 1 | -0/+2 |
| | |||||
* | Substitute "gem" for "plugin" in contributing guide | Jo Liss | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | Added git --rebase option for pulling rails master | Thomas von Deyen | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | remove unneeded params from issue tracker url | Vijay Dev | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | made url to a github issues a bit shorter - no need in a page param when ↵ | Sergey Parizhskiy | 2011-11-15 | 1 | -1/+1 |
| | | | | it's a first page | ||||
* | update ci file name in contributing guide | Vijay Dev | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Added bundle exec to rake test. | Henrik Hodne | 2011-11-03 | 1 | -6/+6 |
| | | | | This is in response to rails/rails#3504. | ||||
* | copy edit d47c2c4 | Vijay Dev | 2011-09-28 | 1 | -7/+1 |
| | |||||
* | Fixed typo that I added - doh. | Chris Kimpton | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Clarify that the Active Record config should just work automatically | Chris Kimpton | 2011-09-26 | 1 | -1/+5 |
| | |||||
* | add some notes on setup for Active Record tests | Chris Kimpton | 2011-09-26 | 1 | -0/+6 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -10/+0 |
| | |||||
* | Mention that old fixes are to be done on 3-0-stable | Vijay Dev | 2011-09-14 | 1 | -3/+3 |
| | |||||
* | change GH issue tracker url | Vijay Dev | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | merged the contribution guides and changed the | Vijay Dev | 2011-09-11 | 1 | -4/+6 |
| | | | | link in the layout accordingly | ||||
* | clarify where the branch name will exist | Ray Baxter | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -1/+0 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | Describe the user name 'variable' in a way that doesn't confuse the textile ↵ | Ben Orenstein | 2011-06-08 | 1 | -1/+1 |
| | | | | parser. | ||||
* | use git: rather than https: in git remote urls; else, github asks for ↵ | Vijay Dev | 2011-06-08 | 1 | -1/+1 |
| | | | | passwords everytime we push | ||||
* | add info about docrails policy on changelogs | Vijay Dev | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | s/a/an/ | Akira Matsuda | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | s/an/a/ | Akira Matsuda | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Spelling corrections in the guides. | Evan Farrar | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Prefer topic branches instead of master branch for users contributions | Guillermo Iguaran | 2011-05-12 | 1 | -5/+8 |
| | |||||
* | fix bad encoding on contributing to RoR page | Dan Pickett | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | fixes github fork url | Vijay Dev | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Included more details on Rails coding conventions (from LH Source Style page) | Vijay Dev | 2011-05-08 | 1 | -4/+10 |
| | |||||
* | Bring this back on the contributing guide. | Sebastian Martinez | 2011-05-01 | 1 | -1/+1 |
| | |||||
* | remove info about adding verified tag | Vijay Dev | 2011-05-01 | 1 | -1/+1 |
| | |||||
* | fix GitHub guides url | Vijay Dev | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Removed so info about assigning to specific devs and adding tags. I don't ↵ | Mike Gehard | 2011-04-29 | 1 | -8/+2 |
| | | | | believe that you can do that in GitHub issues. Remove state:committed notes as they also don't exist in GitHub issues. | ||||
* | Added missing word on guide | Sebastian Martinez | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Upload patches is for LH, we use pull requests on GitHub now | Sebastian Martinez | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | update contributors guide to reflect GitHub use | Dan Pickett | 2011-04-29 | 1 | -37/+30 |
| | | | | | * outlines how to review pull requests * outlines how to issue pull requests * changed all references from LH => GH | ||||
* | Move [#ticket_number state:commited] to the end of the commit message | Sebastian Martinez | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | Update Contributing to the Rails Code guide for automatically change the ↵ | Sebastian Martinez | 2011-04-14 | 1 | -4/+10 |
| | | | | status of LH tickets | ||||
* | Fix patch file name to make it consistent with the rest of the guide | Sebastian Martinez | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Add link to mailing-list | Nicolas Cavigneaux | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Removed double texts | Lars Smit | 2011-03-13 | 1 | -13/+0 |
| | |||||
* | more "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 1 | -2/+2 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | merges rails | Xavier Noria | 2011-03-05 | 1 | -1/+14 |
|\ | |||||
| * | copy-edits 819762c | Xavier Noria | 2011-03-05 | 1 | -4/+3 |
| | | | | | | | | | | * simplifies some sentences * use a more neutral language with less you/yours |