aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Document conflicts in `db/schema.rb` [ci skip]Leandro Facchinetti2014-05-161-0/+5
| | |
* | | Update Redcarpet to 3.1.2Robin Dupret2014-05-142-3/+3
| | | | | | | | | | | | | | | | | | | | | This version fixes an API breakage between 3.0 and 3.1 ; the header method's arity should not have changed. [ci skip]
* | | Merge pull request #15095 from JuanitoFatas/doc/generatorsRafael Mendonça França2014-05-131-2/+2
|\ \ \ | | | | | | | | [ci skip] Fix two factual errors and highlight code in generators guide.
| * | | [ci skip] Fix a factual error and highlight code in generators guide.Juanito Fatas2014-05-141-2/+2
| | | |
* | | | Remove falsy deprecation note in AS guides [ci skip]Genadi Samokovarov2014-05-131-1/+1
|/ / / | | | | | | This is no longer true as @jeremy removed the deprecation in 7a5601c.
* | | typo: resulution -> resolution [ci skip]Godfrey Chan2014-05-121-1/+1
| | |
* | | pg guide, PostgreSQL legacy table view example. [ci skip]Yves Senn2014-05-111-0/+59
| | |
* | | Merge pull request #15029 from JuanitoFatas/docpatch/routingRafael Mendonça França2014-05-081-11/+11
|\ \ \ | | | | | | | | [ci skip] Minor improvements on routing.md.
| * | | [ci skip] Minor improvements on routing.md.Juanito Fatas2014-05-091-11/+11
| | | |
* | | | pg guide, inet code example. [ci skip]Yves Senn2014-05-081-3/+29
| |/ / |/| |
* | | Branch name should match in text and code example.Ivan Tse2014-05-081-1/+1
| | | | | | | | | | | | [ci skip]
* | | fixed typos in active_record basics [skip ci]vanderhoop2014-05-071-2/+2
| | |
* | | Update links to new rails version in guides [ci skip]Arun Agrawal2014-05-071-1/+1
| | |
* | | [ci skip] Add feature section and normalize prologue with other guides.Juanito Fatas2014-05-071-3/+12
|/ / | | | | | | | | | | Also change Json => JSON. Fill Ruby's Range & IPAddr link.
* | fix guides mobile nav issue [ci skip]Greg Molnar2014-05-061-1/+4
| |
* | typo [ci skip]Xavier Noria2014-05-061-1/+1
| |
* | Merge pull request #14997 from jpcody/nested_value_i18nRafael Mendonça França2014-05-061-0/+13
|\ \ | | | | | | Include label value in i18n attribute lookup
| * | Include label value in i18n attribute lookupJoshua Cody2014-05-061-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 Noria2014-05-061-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 Senn2014-05-061-20/+21
| | |
* | | pg guide, advanced features [ci skip]Yves Senn2014-05-061-18/+46
| | |
* | | pg guide, datatypes and examples. [ci skip]Yves Senn2014-05-061-0/+309
| | |
* | | Guides: output valid HTML5Nate Berkopec2014-05-0510-16/+17
|/ / | | | | [ci skip]
* | Merge pull request #14961 from jonatack/patch-7Robin Dupret2014-05-041-89/+74
|\ \ | | | | | | Follow-up to #14905 and formatting pass [ci skip]
| * | Follow-up to #14905 and formatting passJon Atack2014-05-041-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 Dupret2014-05-041-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 Senn2014-05-032-6/+6
| | | | | | | | | | | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502.
* | | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-032-6/+6
|/ /
* | eliminate repetition in guide links for past releases [ci skip]Vijay Dev2014-05-021-10/+1
| |
* | Merge pull request #14942 from JuanitoFatas/patch/cc-by-sa-4-0Rafael Mendonça França2014-05-021-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 Fatas2014-05-021-1/+1
| | | | | | | | | | | | Benefits: https://creativecommons.org/version4
* | | Added link for 4.1 guides on edge guide [ci skip]Arun Agrawal2014-05-021-0/+3
|/ /
* | Follow up to 38ad5438 [ci skip]Robin Dupret2014-05-021-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 Heironimus2014-05-011-2/+2
| |
* | the use of ... in place >> using ... insteadJon Atack2014-04-301-2/+2
| | | | | | [ci skip]
* | Update the Getting Started tutorialJon Atack2014-04-291-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és2014-04-281-0/+1
| |
* | Revert "Don't rely on Arel master in bug report template [ci skip]"Godfrey Chan2014-04-271-0/+1
| | | | | | | | | | | | This reverts commit fd6d7835. We are back on arel master, see b395265f.
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-271-1/+1
|\ \
| * | Revert "Running AR tests on postgres, mysql & sqlite"Vijay Dev2014-04-271-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 28bd442034e0974d0a4d664076dafb8e9555816d. Reason: Existing text was clearer imo. [ci skip]
| * | Running AR tests on postgres, mysql & sqliteGaurish Sharma2014-04-211-10/+5
| | | | | | | | | [ci skip]
| * | Remove reference to outdated section Gaurish Sharma2014-04-201-1/+1
| | | | | | | | | [ci skip]
* | | Merge pull request #14872 from jonatack/patch-7Vijay Dev2014-04-271-6/+11
|\ \ \ | | | | | | | | Grammar and formatting fixes in Form Helpers Guide
| * | | Grammar and formatting fixes in Form Helpers GuideJon Atack2014-04-251-6/+11
| | | | | | | | | | | | | | | | | | | | Improved version of #14851 after helpful feedback from @robin850 and @matthewd. [skip ci]
* | | | Fix code & grammar in Form Helpers GuideJon Atack2014-04-251-5/+5
|/ / / | | | | | | in the "Forms to External Resources" section [skip ci]
* | | Improve readability of contributing to rails guide. [ci skip]Guo Xiang Tan2014-04-231-5/+5
| | |
* | | Fix run-on sentences and improve grammar [skip ci]Jon Atack2014-04-221-8/+8
| | |
* | | Merge pull request #14820 from akshay-vishnoi/doc_changesRichard Schneeman2014-04-203-4/+4
|\ \ \ | | | | | | | | [ci skip] builtin -> built-in
| * | | [ci skip] builtin -> built-inAkshay Vishnoi2014-04-203-4/+4
| | | |
* | | | Fix code indentation and improve formattingJon Atack2014-04-201-47/+63
|/ / / | | | | | | | | | | | | | | | | | | in the Getting Started Guide. This PR regroups #14817, #14818 and #14819 into one commit. [skip ci]