aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | config.generators javascript_engine default value is :js not nil [ci skip]Mehmet Emin İNAÇ2015-05-171-1/+1
| | | | |
* | | | | add missing documentation about generators resource_route [ci skip]Mehmet Emin İNAÇ2015-05-171-0/+1
|/ / / /
* | | | [ci skip] remove unnecessary mention to Test::Unit from docsRoque Pinel2015-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the guide to state that Rails uses Minitest as the default test framework. Remove unnecessary mention to Test::Unit from the API docs ('constantize' and 'safe_constantize').
* | | | [ci skip] Improve grammar/syntax in AR validations docs.Tim Wade2015-05-161-12/+12
| |/ / |/| |
* | | Dead blog/site links [ci skip]Ankit Gupta2015-05-141-1/+1
|/ /
* | [ci skip] Improve phrasing in AR migrations docs.Tim Wade2015-05-131-2/+2
| | | | | | | | | | | | * insert 'and' into a poorly formed sentence. * avoid using 'reverse' twice in the same sentence (which would indicate the opposite of what is meant)
* | Merge pull request #20119 from yui-knk/fix/active_record_queryingYves Senn2015-05-121-1/+1
|\ \ | | | | | | [ci skip] Fix `transaction` code example
| * | [ci skip] Fix `transaction` code exampleyui-knk2015-05-121-1/+1
| | |
* | | Fix default value in guide [ci skip]Kohei Suzuki2015-05-121-1/+1
| | |
* | | [ci skip] Improve phrasing on #explain pretty printing.Tim Wade2015-05-101-2/+3
| | |
* | | [ci skip] Fix purpose of `assert_kind_of`yui-knk2015-05-101-1/+1
|/ /
* | Merge pull request #20087 from kuldeepaggarwal/fix-engine-guidesYves Senn2015-05-091-2/+2
|\ \ | | | | | | correct error text message in engines.md [ci skip]
| * | [CI SKIP] correct error text messagekuldeepaggarwal2015-05-091-2/+2
| | |
* | | promote :except option instead of :only for before action docs [ci skip]Faruk AYDIN2015-05-091-1/+1
|/ /
* | Merge pull request #20079 from ankit8898/aj_allArun Agrawal2015-05-081-0/+1
|\ \ | | | | | | docs: syncing with the code, adding aj [ci skip]
| * | docs: syncing with the code, adding aj [ci skip]Ankit Gupta2015-05-081-0/+1
| | |
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-05-085-13/+13
|\ \ \ | |/ / |/| |
| * | Updated titles of headers in Action Mailer guidePrathamesh Sonpatki2015-04-281-2/+2
| | |
| * | Replaced Javascript with JavaScript in guidesPrathamesh Sonpatki2015-04-282-2/+2
| | |
| * | Fix method name for building associated object in nested_model_forms guidePrathamesh Sonpatki2015-04-251-1/+1
| | |
| * | [ci skip] fix count of options for `find_each`Mikhail Dieterle2015-04-231-1/+1
| | |
| * | [ci skip] `deep_dup` is instance method of `Hash`yui-knk2015-04-221-1/+1
| | |
| * | [ci skip] `deep_dup` is instance method of `Array`yui-knk2015-04-211-1/+1
| | |
| * | [ci skip] Fix returned values of code sampleyui-knk2015-04-191-6/+6
| | |
* | | added activejob in list [ci skip]Ankit Gupta2015-05-071-0/+1
| | |
* | | Typo fix [ci skip]Ankit Gupta2015-05-071-1/+1
| | | | | | | | | | | | Single brackets
* | | [skip ci] Fix typos in actionpack changelog and security guideAnton Davydov2015-05-071-1/+1
| | |
* | | s/snipped/snippet for @senny :trollface:Zachary Scott2015-05-061-1/+1
| | |
* | | Merge pull request #20040 from ankit8898/routeZachary Scott2015-05-061-0/+2
|\ \ \ | | | | | | | | Docs: Adding a note, snipped for brevity [ci skip]
| * | | Adding a note, snipped for brevityAnkit Gupta2015-05-051-0/+2
| | | | | | | | | | | | | | | | sudden ending of form looks incomplete and catches [ci skip]
* | | | docs, fix spelling. refs #20040 [ci skip]Yves Senn2015-05-061-4/+4
|/ / /
* | | Using the real C and R def of Crud [ci skip]Ankit gupta2015-05-051-1/+1
| | |
* | | Merge pull request #20031 from trayo/masterZachary Scott2015-05-051-1/+1
|\ \ \ | | | | | | | | Fixes some words missing from the contributing guide [ci skip]
| * | | fixes some words missingTravis Yoder2015-05-041-1/+1
| | | |
* | | | Tiny grammar correction in documentation [ci skip]Ankit gupta2015-05-051-1/+1
| | | |
* | | | Merge pull request #19868 from createdbypete/guides-postgres-uuid-pgcryptoYves Senn2015-05-051-6/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Provide mention of pgcrypto extension for Postgres UUID support [ci skip]
| * | | Provide mention of pgcrypto extension for uuidsPeter Rhoades2015-05-041-6/+9
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | From the Postgresql 9.4+ docs > If you only need randomly-generated (version 4) UUIDs, consider using the gen_random_uuid() function from the pgcrypto module instead. [ci skip]
* | | Enhance the "Passing Variables to Translations" partEvan Prothro2015-05-041-19/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add more information about passing variables to translation definitions and also merge this part with the "Interpolation" one as the latter didn't bring any new information. Moreover, each one was referring to the other for further information. [ci skip]
* | | Updates various prose to the i18n guideEvan Prothro2015-05-041-49/+57
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #19972 from ↵Rafael Mendonça França2015-05-031-0/+14
|\ \ \ | | | | | | | | | | | | | | | | robertjlooby/document_habtm_changes_in_upgrade_guide add upgrade note for breaking habtm change in 3.2 -> 4.0
| * | | add note about habtm relations with scopesRob Looby2015-05-031-0/+2
| | | |
| * | | add upgrade note for breaking habtm change in 3.2 -> 4.0Rob Looby2015-05-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The has_and_belongs_to_many default join_table behavior changed between Rails 3.2 and Rails 4.0 and should be noted in the appropriate section of the upgrade guide. commit: https://github.com/rails/rails/commit/46492949b8c09f99db78b9f7a02d039e7bc6a702
* | | | Merge pull request #19982 from acapilleri/scope_uniquinessYves Senn2015-05-031-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] Uniquiness with scope can have one or more arguments
| * | | | [ci skip] Uniquiness with scope can have one or more argumentsAngelo Capilleri2015-05-031-1/+1
| |/ / /
* | | | Fix method call typo [ci skip]Zachary Scott2015-05-021-1/+1
| | | |
* | | | Clean up debugging guide and fix minor grammatical errors[ci skip]Thomas Osborn2015-05-011-46/+39
|/ / /
* | | Fix style/grammar/typos in Caching guide.Tim Wade2015-04-291-11/+11
| | | | | | | | | | | | | | | * avoid using unnecessary commas * fix some typos
* | | Revert "Merge pull request #19817 from tpitale/4_2-release-notes-fix"Godfrey Chan2015-04-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 00aa1afae3821dd858dec7111bcdf230b12040d7, reversing changes made to b584cc68fc28492147ed3ed127ad8a7441ca8161. Reason: As far as we can tell, this should not be the case. Both localhost, 127.0.0.1 and ::1 is "supposed to work", so this is probably a bug somewhere. Reopening #19815 instead.
* | | RewordingKevin Busby2015-04-281-4/+1
| | | | | | | | | | | | | | | | | | Rewording in accordance with the documentation guidelines (‘Prefer wordings that avoid "you"s and "your”s.’) and to remove in particular “if you'd call”.
* | | Merge pull request #19932 from axilleas/api_docs_guidelinesYves Senn2015-04-282-2/+7
|\ \ \ | | | | | | | | Make sure you execute rake rdoc from rails root directory [ci skip]