aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21354 from yui-knk/fix/migration_file_timestampRobin Dupret2015-08-241-1/+1
|\ | | | | [ci skip] Fix migration file's timestamp
| * [ci skip] Fix migration file's timestampyui-knk2015-08-241-1/+1
| | | | | | | | In rails generally migration file's timestamp is "YYYYMMDDHHMMSS".
* | Merge pull request #21091 from ↵Yves Senn2015-08-241-0/+32
|\ \ | |/ |/| | | | | | | y-yagi/add_activejob_section_to_instrumentation_guide add Active Job section to instrumentation guide [ci skip]
| * add Active Job section to instrumentation guide [ci skip]yuuji.yaginuma2015-08-021-0/+32
| |
* | Merge pull request #21320 from piton4eg/patch-8Yves Senn2015-08-241-7/+8
|\ \ | | | | | | Small fixes [ci skip]
| * | Fix docs for debugging [ci skip]:Alexey Markov2015-08-241-7/+8
| | | | | | | | | | | | | | | | | | * fix command list for thread * add omitted end of code * fix description for `continue` and `finish` command
* | | guides, move incomplete example to corresponding option. #21349Yves Senn2015-08-241-2/+4
| | | | | | | | | | | | | | | | | | | | | [ci skip] This example is dependent on the `:end_at` option and has been removed from `4-2-stable` (d167b811520a6f800b86c77b805d15505a251bb8)
* | | Merge branch 'master' of github.com:rails/railsVijay Dev2015-08-2435-559/+699
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: guides/source/security.md
| * | | [ci skip] Fix the grammaryui-knk2015-08-241-1/+1
| | | | | | | | | | | | | | | | This is discussed on https://github.com/rails/rails/pull/21334
| * | | Remove a link to the site that seems to be gone. [ci skip]shunsukeaida2015-08-231-1/+1
| | | | | | | | | | | | | | | | Followup to #20637.
| * | | fix syntax error in strip_links example [ci skip]yuuji.yaginuma2015-08-231-2/+2
| | | | | | | | | | | | | | | | can not use double quotes in double quoted string without escape
| * | | Merge pull request #21334 from yui-knk/doc/about_comma_styleRichard Schneeman2015-08-221-0/+5
| |\ \ \ | | | | | | | | | | [ci skip] Add style guide about comma
| | * | | [ci skip] Add style guide about commayui-knk2015-08-231-0/+5
| | |/ /
| * | | Merge pull request #20757 from bquorning/http-status-codes-changed-in-rackSantiago Pastorino2015-08-222-4/+14
| |\ \ \ | | | | | | | | | | Rack changed their status codes to IETF RFC 7231
| | * | | 4.2 release notes about `render` status optionsBenjamin Quorning2015-08-211-0/+11
| | | | |
| | * | | Rack changed their status codes to IETF RFC 7231Benjamin Quorning2015-08-211-4/+3
| | | | | | | | | | | | | | | | | | | | rack/rack#754
| * | | | [skip ci] Debugging Rails Guide fixesJon Atack2015-08-221-7/+9
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes: "we want go deep" -> "we won't go deep" "to next next line" -> "to the next line" - Minor improvements in clarity and grammar. Cheers :)
| * | | Merge pull request #21312 from piton4eg/patch-7Yves Senn2015-08-211-12/+6
| |\ \ \ | | |/ / | |/| | Small fixes [ci skip]
| | * | Add bold to lists' titles [ci skip]Alexey Markov2015-08-211-6/+6
| | | |
| | * | Small fixes [ci skip]Alexey Markov2015-08-201-12/+6
| | | |
| * | | argh!!!Aaron Patterson2015-08-203-0/+3
| |/ /
| * | Add code of conduct to README.md and to contributing guide [ci skip]maclover72015-08-182-0/+7
| | |
| * | Small fixes [ci skip]Alexey Markov2015-08-171-6/+5
| | |
| * | Merge pull request #21270 from jonatack/update-debugging-guide-byebug-infoKasper Timm Hansen2015-08-171-17/+6
| |\ \ | | | | | | | | Update the Debugging Rails Guide [skip ci]
| | * | Update the Debugging Rails GuideJon Atack2015-08-171-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci]. - Update to the current output when running `byebug help`. - Remove the alias `exit` because it does not work and seems to have been removed from Byebug, as confirmed by the source code here: https://github.com/deivid-rodriguez/byebug/blob/master/lib/byebug/comman ds/quit.rb - Added the useful `q!` instead to avoid the "Really quit? (y/n)" prompt.
| * | | reorganize testing guide. [Zachary Scott & Yves Senn]Zachary Scott2015-08-171-329/+305
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Better reading flow for the information presented in this guide. The first part is written in a similar fashion as the "Getting Started Guide" and can be read from start to finish. The second section introduces the different testing components that Rails provides and explains how and when to use them. The guide is still work in progress.
| * | Merge pull request #21135 from DropsOfSerenity/masterSean Griffin2015-08-171-0/+3
| |\ \ | | | | | | | | make disable_with default in submit_tag
| | * | Make disable_with default in submit_tagJustin Schiff2015-08-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents double submission by making disable_with the default. Default disable_with option will only be applied if user has not specified her/his own disable_with option, whether that is in the `data-disable-with` string form or the `:data => { :disable_with => "Saving..." }` hash form. disable_with will default to the value attribute. A configuration option was added to opt out of this functionality if the user so desires. `config.action_view.automatically_disable_submit_tag = false`
| * | | Tiny documentation fixes [ci skip]Robin Dupret2015-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Add missing `def` and remove useless `do` keywords. * Move `:nodoc:` in front of the methods' definition so that methods under these ones are correctly visible on the API.
| * | | Small fixes [ci skip]Alexey Markov2015-08-151-10/+10
| | | |
| * | | [ci skip] SQL is written using statements, not sentencesBrooks Reese2015-08-131-1/+1
| | | |
| * | | Merge pull request #21120 from dhiachou/patch-1Robin Dupret2015-08-131-5/+12
| |\ \ \ | | | | | | | | | | How to pass arguments to ActiveJob Jobs [ci skip]
| | * | | [ci skip] How to pass arguments to ActiveJob JobsDhia Eddine Chouchane2015-08-131-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A section explaining how to pass arguments to Jobs has been added. [ci skip] How to pass arguments to ActiveJob Jobs Removed the "how to pass arguments" from what you will know section [ci skip] improving Enqueue Job section Using GuestsCleanupJob rather than MyJob for coherence. [ci skip] Passing args section merged with enqueuing jobs Passing args is now explained through examples withing Enqueuing the Jobs section [ci skip] Unnecessary example removed [ci skip] Typo fixed (missing as)
| * | | | [ci skip] Clarified asset pipeline guideAndreas Lietz2015-08-131-4/+4
| | | | |
| * | | | Merge pull request #21211 from brooksreese/resrc_io_website_closedRafael Mendonça França2015-08-121-1/+0
| |\ \ \ \ | | | | | | | | | | | | [ci skip] Removed link to reSRC.io - site closed
| | * | | | [ci skip] Removed link to reSRC.io - site closedBrooks Reese2015-08-121-1/+0
| | | | | |
| * | | | | Merge pull request #21204 from brooksreese/ruby_v_before_tipMatthew Draper2015-08-121-5/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | [ci skip] Swap ruby -v and the installation tip
| | * | | | [ci skip] Swap ruby -v and the installation tipBrooks Reese2015-08-111-5/+5
| | |/ / /
| * | | | Merge pull request #21195 from brooksreese/fix_broken_link_markupYves Senn2015-08-111-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ci skip] Fix broken link markup
| | * | | | [ci skip] Fix broken link markupBrooks Reese2015-08-111-1/+1
| | |/ / /
| * | | | Tiny documentation fixes [ci skip]Robin Dupret2015-08-112-6/+11
| | | | |
| * | | | Merge pull request #21138 from dhiachou/patch-2Rafael Mendonça França2015-08-111-2/+4
| |\ \ \ \ | | | | | | | | | | | | Outdated information about session storage updated [ci skip]
| | * | | | [ci skip] Typo fixedDhia Eddine Chouchane2015-08-061-1/+1
| | | | | |
| | * | | | Outdated information about session storage updated [ci skip] Dhia Eddine Chouchane2015-08-061-2/+4
| | | |/ / | | |/| | | | | | | | | | | | The guide contains information about Rails 2 storing mechanism, but not Rails 4. Enhanced the accuracy and coherence of information (There was a part saying "Older versions of Rails use CookieStore, which uses `secret_token` instead of `secret_key_base` that is used by EncryptedCookieStore." while there was no mention of EncryptedCookieStore before)
| * | | | [ci skip] Add link to testing guideBrooks Reese2015-08-101-1/+7
| | |/ / | |/| |
| * | | [ci skip] Modify introduction text and bullets to be consistent with other ↵Brooks Reese2015-08-101-5/+5
| | | | | | | | | | | | | | | | guides
| * | | docs, use hash instead of a string for `order`. [ci skip]Yves Senn2015-08-101-1/+1
| | | | | | | | | | | | | | | | Closes #21121
| * | | Merge pull request #21177 from brooksreese/single_crud_operationClaudio B.2015-08-091-1/+3
| |\ \ \ | | | | | | | | | | [ci skip] Note that each action maps to a specific CRUD operation
| | * | | [ci skip] Note that each action maps to a specific CRUD operationBrooks Reese2015-08-091-1/+3
| | | | |
| * | | | Merge pull request #21166 from brooksreese/migration_seed_explanationClaudio B.2015-08-081-4/+9
| |\ \ \ \ | | | | | | | | | | | | [ci skip] Give in-depth explanation of migrations vs. seeds.rb