aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * require abstract_unit in parameters testsGuillermo Iguaran2012-09-163-0/+3
| |
| * Remove integration between attr_accessible/protected and ↵Guillermo Iguaran2012-09-163-48/+2
| | | | | | | | AC::Metal::ParamsWrapper
| * Remove all references to attr_accessible/protected and old ↵Guillermo Iguaran2012-09-166-33/+0
| | | | | | | | mass_assignment_sanitizers
| * Change AMo::ForbiddenAttributesProtection tests to use a subclass of Hash ↵Guillermo Iguaran2012-09-161-8/+18
| | | | | | | | instead of monkey patch permitted? method in regular hashes
| * Add tests for ForbiddenAttributesProtection in ActiveRecordGuillermo Iguaran2012-09-161-0/+63
| |
| * Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-1620-1170/+18
| |
| * Remove MassAssignmentSecurity from ActiveModelGuillermo Iguaran2012-09-1616-816/+15
| | | | | | | | This will be moved out to protected_attributes gem
| * Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gemGuillermo Iguaran2012-09-164-0/+54
| |
| * Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-168-0/+340
| |
* | add some kindnessXavier Noria2012-09-181-2/+2
| |
* | Merge pull request #7681 from schneems/schneems/stronger-wordingXavier Noria2012-09-181-3/+3
|\ \ | | | | | | Stronger wording in Contributing file
| * | Stronger wording in Contributing fileschneems2012-09-181-3/+3
| | | | | | | | | | | | Explicitly tell users to read the guide before submitting code. re: #7677. Specify the name of the mailing list for rubyonrails-talk to help differentiate it from rubyonrails-core mailing list.
* | | Merge pull request #5339 from gregolsen/week_start_configRafael Mendonça França2012-09-189-18/+149
|\ \ \ | |/ / |/| | week_start option added to rails app config
| * | Date.beginning_of_week thread local and beginning_of_week application config ↵gregolsen2012-09-189-18/+149
| | | | | | | | | | | | option added (default is Monday)
* | | the contributing guide should be mentioned upfrontXavier Noria2012-09-181-4/+6
| | |
* | | Merge pull request #7676 from frodsan/patch-7Xavier Noria2012-09-181-0/+3
|\ \ \ | | | | | | | | show love to contributors
| * | | show love to contributorsFrancesco Rodríguez2012-09-171-0/+3
| | | |
* | | | Merge pull request #7680 from steveklabnik/masterRafael Mendonça França2012-09-181-1/+2
|\ \ \ \ | |_|/ / |/| | | Remove 'assigned but unused variable' warning
| * | | Remove 'assigned but unused variable' warningSteve Klabnik2012-09-181-1/+2
| | | |
* | | | spurious space I saw in passingXavier Noria2012-09-181-1/+1
| | | |
* | | | ActiveRecord -> Active RecordXavier Noria2012-09-181-1/+1
| | | |
* | | | copy edits 137e5d9Xavier Noria2012-09-181-1/+1
| | | |
* | | | Merge pull request #7678 from dxg/add_password_field_docoXavier Noria2012-09-181-1/+1
|\ \ \ \ | |_|/ / |/| | | Add extra documentation for password_field
| * | | Add extra documentation for password_fieldArek W2012-09-181-1/+1
|/ / / | | | | | | | | | I think this should be explicit as the password fields behaviour is inconsistent with other fields in this regard. It had me scratching my head until I dug through the source code.
* | | Merge pull request #7673 from frodsan/fix_amailer_rdocVijay Dev2012-09-171-2/+1
|\ \ \ | | | | | | | | fix rdoc task for Action Mailer documentation
| * | | fix rdoc task for Action Mailer documentationFrancesco Rodriguez2012-09-171-2/+1
| | | |
* | | | Merge pull request #7663 from sikachu/master-guide-markdownXavier Noria2012-09-1762-16263/+16898
|\ \ \ \ | |/ / / |/| | | Convert all the guides into GFM
| * | | Fix footnote formatPrem Sichanugrist2012-09-172-6/+17
| | | | | | | | | | | | | | | | Markdown has footnote, but Redcarpet doesn't support it.
| * | | Fix broken and duplicate headingsPrem Sichanugrist2012-09-175-7/+7
| | | |
| * | | Change #id generation rulePrem Sichanugrist2012-09-171-10/+37
| | | | | | | | | | | | | | | | | | | | * Use the current heading by default * If duplicate, then use #[parent]-[current] as the id
| * | | No more Textile guide generation supportPrem Sichanugrist2012-09-177-147/+14
| | | |
| * | | Convert legacy release notes to MarkdownPrem Sichanugrist2012-09-175-1295/+1365
| | | |
| * | | Move all the legacy guides to MarkdownPrem Sichanugrist2012-09-175-0/+0
| | | |
| * | | Update Guides Guideline for MarkdownPrem Sichanugrist2012-09-171-3/+13
| | | |
| * | | Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-1722-74/+74
| | | | | | | | | | | | | | | | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
| * | | Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-1730-922/+956
| | | |
| * | | Retain heading styles in the page chapters listPrem Sichanugrist2012-09-172-5/+6
| | | |
| * | | Make sure that styles in NOTE block got convertedPrem Sichanugrist2012-09-171-5/+7
| | | |
| * | | Convert image tags to Markdown syntaxPrem Sichanugrist2012-09-175-30/+30
| | | |
| * | | Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-1712-309/+359
| | | |
| * | | Convert all the links into Markdown formatPrem Sichanugrist2012-09-1731-319/+319
| | | |
| * | | Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-1734-3665/+3661
| | | |
| * | | Enable tablePrem Sichanugrist2012-09-171-1/+2
| | | |
| * | | change shell to bashPrem Sichanugrist2012-09-1720-226/+226
| | | |
| * | | Convert inline code tags to MarkdownPrem Sichanugrist2012-09-1725-391/+393
| | | |
| * | | Convert heading tags and heading sectionPrem Sichanugrist2012-09-1736-1554/+1874
| | | |
| * | | Convert code blocks into GFM stylePrem Sichanugrist2012-09-1736-4103/+4103
| | | |
| * | | Update Markdown renderer to be more flexiblePrem Sichanugrist2012-09-171-37/+53
| | | |
| * | | Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-1736-0/+0
| | | |
| * | | Skip kindle's readme file on generationPrem Sichanugrist2012-09-171-0/+1
| | | |