Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added comment to a guide about necessity of `:dependent` option for ↵ | Ilya Vorontsov | 2013-08-12 | 1 | -0/+6 |
| | | | | associations with NOT NULL constraint | ||||
* | [Fixes #11734]Correct Association Basics Guide on has_and_belongs_to_many[ci ↵ | Gaurish Sharma | 2013-08-03 | 1 | -2/+3 |
| | | | | | | | | | | skip] Done the following changes: 1. Replace uniq call in example with autosave as uniq is not supported on has_and_belongs_to_many 2. Add :readonly option to list of supported call as per [EdgeApi](http://edgeapi.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#method-i-has_and_belongs_to_many) | ||||
* | Fix a grammatical error/typo in Active Record Associations guide. | Daniel Dawson | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Using preferred find_by syntax in guides | Cristian Planas | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | fix quotes and ruby old hashes | Mikhail Dieterle | 2013-06-15 | 1 | -4/+4 |
| | |||||
* | Use markdown quotes instead <tt> tag | Mikhail Dieterle | 2013-06-15 | 1 | -5/+5 |
| | |||||
* | Added bang method versions to association basics guide | Matthew Hensrud | 2013-06-07 | 1 | -1/+25 |
| | |||||
* | End-of-line whitespace hunt | Sunny Ripert | 2013-05-28 | 1 | -12/+12 |
| | |||||
* | Added an example for primary_key option | Neeraj Singh | 2013-05-22 | 1 | -0/+14 |
| | |||||
* | Adding documentation to the automatic inverse_of finder. | wangjohn | 2013-05-11 | 1 | -0/+11 |
| | |||||
* | Changed the guides to use distinct instead of uniq for associations (see | wangjohn | 2013-04-02 | 1 | -6/+30 |
| | | | | | | commit a1bb6c8b which changes the naming). I've also provided an example of how distinctness when inserting into an association can be achieved. | ||||
* | Typo: Migration class name would use plural | Chao Ren | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Typppo | Akira Matsuda | 2013-03-06 | 1 | -2/+2 |
| | |||||
* | Add explanation of :dependent => :restrict | David Deller | 2013-03-01 | 1 | -1/+1 |
| | | | Based on information here: http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#method-i-has_many | ||||
* | Merge pull request #8432 from ↵ | Rafael Mendonça França | 2012-12-13 | 1 | -0/+130 |
|\ | | | | | | | | | | | | | rmcastil/add_migration_example_to_each_association_type Add migration examples to Association Basics [ci skip] | ||||
| * | Add migration example to Association Basics [ci skip] | Ryan Castillo | 2012-12-13 | 1 | -0/+130 |
| | | |||||
* | | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -1/+1 |
| | | |||||
* | | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -3/+3 |
|/ | |||||
* | 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. | ||||
* | Associations: s/A Guide// | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | It's obvious that this is a guide, and none of the other guides say 'A Guide to'. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -3/+3 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | copy edits and fixes [ci skip] | Vijay Dev | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | Switch to 1.9 hash syntax plus minor fixes | Agis Anastasopoulos | 2012-11-15 | 1 | -93/+93 |
| | |||||
* | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | Revert "Change with start of translation in internationalization, this time ↵ | Rafael Mendonça França | 2012-10-17 | 1 | -5/+5 |
| | | | | | | | | | | | with pt_br." This reverts commit 09682e9e7328b1c1466ae87af08f1785a0b5d7e3. Conflicts: guides/source/en/association_basics.md REASON: Translation work can not be done in the docrails repository | ||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+1997 |
| | | | | | | 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 | -1997/+0 |
| | |||||
* | Add CollectionAssociation#destroy to association guide | Samuel Cochran | 2012-10-05 | 1 | -0/+23 |
| | |||||
* | Fix broken and duplicate headings | Prem Sichanugrist | 2012-09-17 | 1 | -2/+2 |
| | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -120/+120 |
| | |||||
* | Convert image tags to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -7/+7 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -354/+354 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -121/+121 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -149/+154 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -246/+246 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1969 |