Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch name should match in text and code example. | Ivan Tse | 2014-05-08 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | fixed typos in active_record basics [skip ci] | vanderhoop | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Update links to new rails version in guides [ci skip] | Arun Agrawal | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | [ci skip] Add feature section and normalize prologue with other guides. | Juanito Fatas | 2014-05-07 | 1 | -3/+12 |
| | | | | | | Also change Json => JSON. Fill Ruby's Range & IPAddr link. | ||||
* | fix guides mobile nav issue [ci skip] | Greg Molnar | 2014-05-06 | 1 | -1/+4 |
| | |||||
* | typo [ci skip] | Xavier Noria | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14997 from jpcody/nested_value_i18n | Rafael Mendonça França | 2014-05-06 | 1 | -0/+13 |
|\ | | | | | Include label value in i18n attribute lookup | ||||
| * | Include label value in i18n attribute lookup | Joshua Cody | 2014-05-06 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, only the object and method name from the label tag were used when looking up the translation for a label. If a value is given for the label, this ought to be additionally used. The following: # form.html.erb <%= form_for @post do |f| %> <%= f.label :type, value: "long" %> <% end %> # en.yml en: activerecord: attributes: post/long: "Long-form Post" Used to simply return "long", but now it will return "Long-form Post". | ||||
* | | several enhancements to humanize [closes #12288] | Xavier Noria | 2014-05-06 | 1 | -7/+22 |
| | | | | | | | | | | | | | | | | | | | | * Strips leading underscores. * Changes some unnecessary gsub!s to sub!s. * Replaces some anchors ^, $ with \A, \z. * Documents that human inflection rules are applied. * Documents that words are downcased except acronyms. * Adds an example with an acronym. * Rewords docs. | ||||
* | | pg guides, some stylistic changes [ci skip] | Yves Senn | 2014-05-06 | 1 | -20/+21 |
| | | |||||
* | | pg guide, advanced features [ci skip] | Yves Senn | 2014-05-06 | 1 | -18/+46 |
| | | |||||
* | | pg guide, datatypes and examples. [ci skip] | Yves Senn | 2014-05-06 | 1 | -0/+309 |
| | | |||||
* | | Guides: output valid HTML5 | Nate Berkopec | 2014-05-05 | 10 | -16/+17 |
|/ | | | [ci skip] | ||||
* | Merge pull request #14961 from jonatack/patch-7 | Robin Dupret | 2014-05-04 | 1 | -89/+74 |
|\ | | | | | Follow-up to #14905 and formatting pass [ci skip] | ||||
| * | Follow-up to #14905 and formatting pass | Jon Atack | 2014-05-04 | 1 | -89/+74 |
| | | | | | | | | | | | | | | | | on the Getting Started guide. [skip ci] Added 2 changes suggested by @robin850 [skip ci] | ||||
* | | Rails One Click is not maintained anymore [ci skip] | Robin Dupret | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Let's tell people that they should rely on Tokaido instead of Rails One Click. Fixes #14960. | ||||
* | | Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar" | Yves Senn | 2014-05-03 | 2 | -6/+6 |
| | | | | | | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502. | ||||
* | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-03 | 2 | -6/+6 |
|/ | |||||
* | eliminate repetition in guide links for past releases [ci skip] | Vijay Dev | 2014-05-02 | 1 | -10/+1 |
| | |||||
* | Merge pull request #14942 from JuanitoFatas/patch/cc-by-sa-4-0 | Rafael Mendonça França | 2014-05-02 | 1 | -1/+1 |
|\ | | | | | [ci skip] Update guides license to CC BY-SA 4.0 International. | ||||
| * | [ci skip] Update guides license to CC BY-SA 4.0 International. | Juanito Fatas | 2014-05-02 | 1 | -1/+1 |
| | | | | | | | | Benefits: https://creativecommons.org/version4 | ||||
* | | Added link for 4.1 guides on edge guide [ci skip] | Arun Agrawal | 2014-05-02 | 1 | -0/+3 |
|/ | |||||
* | Follow up to 38ad5438 [ci skip] | Robin Dupret | 2014-05-02 | 1 | -27/+36 |
| | | | | | | | | | | | | | | This commit adds new lines between titles, paragraphs and code blocks for an easier reading. Moreover, in order to be consistent with the other guides, let's remove the sharps on the right side of the different titles. The "Running a Single Test" part was also explained after the "Testing Active Record" one which shows how to run a single test under the scope of a specific adapter. Finally, let's explain the `-n` option to run a specific test method. | ||||
* | [ci skip] Security guide clarity. | Kyle Heironimus | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | the use of ... in place >> using ... instead | Jon Atack | 2014-04-30 | 1 | -2/+2 |
| | | | [ci skip] | ||||
* | Update the Getting Started tutorial | Jon Atack | 2014-04-29 | 1 | -36/+159 |
| | | | | | | | | Update the Getting Started tutorial to clarify where and how to add controller actions, and fix some grammar. This PR is an improved version of #14828, #14822 and #14815. [skip ci] | ||||
* | Added a missing `end` | Alejandro Andrés | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | Revert "Don't rely on Arel master in bug report template [ci skip]" | Godfrey Chan | 2014-04-27 | 1 | -0/+1 |
| | | | | | | This reverts commit fd6d7835. We are back on arel master, see b395265f. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-27 | 1 | -1/+1 |
|\ | |||||
| * | Revert "Running AR tests on postgres, mysql & sqlite" | Vijay Dev | 2014-04-27 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | This reverts commit 28bd442034e0974d0a4d664076dafb8e9555816d. Reason: Existing text was clearer imo. [ci skip] | ||||
| * | Running AR tests on postgres, mysql & sqlite | Gaurish Sharma | 2014-04-21 | 1 | -10/+5 |
| | | | | | | [ci skip] | ||||
| * | Remove reference to outdated section | Gaurish Sharma | 2014-04-20 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
* | | Merge pull request #14872 from jonatack/patch-7 | Vijay Dev | 2014-04-27 | 1 | -6/+11 |
|\ \ | | | | | | | Grammar and formatting fixes in Form Helpers Guide | ||||
| * | | Grammar and formatting fixes in Form Helpers Guide | Jon Atack | 2014-04-25 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | Improved version of #14851 after helpful feedback from @robin850 and @matthewd. [skip ci] | ||||
* | | | Fix code & grammar in Form Helpers Guide | Jon Atack | 2014-04-25 | 1 | -5/+5 |
|/ / | | | | | in the "Forms to External Resources" section [skip ci] | ||||
* | | Improve readability of contributing to rails guide. [ci skip] | Guo Xiang Tan | 2014-04-23 | 1 | -5/+5 |
| | | |||||
* | | Fix run-on sentences and improve grammar [skip ci] | Jon Atack | 2014-04-22 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #14820 from akshay-vishnoi/doc_changes | Richard Schneeman | 2014-04-20 | 3 | -4/+4 |
|\ \ | | | | | | | [ci skip] builtin -> built-in | ||||
| * | | [ci skip] builtin -> built-in | Akshay Vishnoi | 2014-04-20 | 3 | -4/+4 |
| | | | |||||
* | | | Fix code indentation and improve formatting | Jon Atack | 2014-04-20 | 1 | -47/+63 |
|/ / | | | | | | | | | | | | | in the Getting Started Guide. This PR regroups #14817, #14818 and #14819 into one commit. [skip ci] | ||||
* | | Grammar fix in Getting Started Guide | Jon Atack | 2014-04-20 | 1 | -1/+1 |
| | | |||||
* | | Remove statement assuming coffee shop/public space wifi is inherently insecure | Nick Quaranto | 2014-04-19 | 1 | -1/+1 |
| | | |||||
* | | Don't rely on Arel master in bug report template [ci skip] | Robin Dupret | 2014-04-19 | 1 | -1/+0 |
| | | | | | | | | | | | | We should rely instead on the version supported by Active Record Closes #14809 | ||||
* | | Merge pull request #14804 from akshay-vishnoi/doc_changes | Arthur Nogueira Neves | 2014-04-19 | 1 | -1/+1 |
|\ \ | | | | | | | "subhash" --> "sub-hash" | ||||
| * | | "subhash" --> "sub-hash" | Akshay Vishnoi | 2014-04-19 | 1 | -1/+1 |
| |/ | |||||
* / | wrap methods in backticks [ci skip] | Anton Kalyaev | 2014-04-19 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-18 | 6 | -118/+146 |
|\ | |||||
| * | Fix spelling and proper nouns | Steven Harman | 2014-04-17 | 2 | -5/+5 |
| | | | | | | | | [ci skip] | ||||
| * | [ci skip] document `statement_limit` | schneems | 2014-04-15 | 1 | -1/+11 |
| | | | | | | | | | | Per discussion at https://github.com/rails/rails/issues/14645#issuecomment-40499409 | ||||
| * | [ci skip] PP does not generate pass by default | schneems | 2014-04-15 | 1 | -2/+0 |
| | | | | | | | | This was changed in https://github.com/rails/rails/pull/13415/files |