aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Removed Extra ‘the’ [ci skip]Ronak Jangir2015-09-061-1/+1
|
* fix module name typo in API app guide [ci skip]yuuji.yaginuma2015-09-041-1/+1
|
* add a description of the return value that was missing [ci skip]yuuji.yaginuma2015-09-031-1/+1
|
* [ci skip] fix invalid package name for libmysqlclient-devIgnatius Reza2015-09-021-1/+1
| | | | tested on Ubuntu Desktop 15.04
* typo "description not clear corrected with proper description and ↵kishore-mohan2015-09-021-1/+1
| | | | action_controller_overview file Rails' -> Rails" [ci skip]
* Fix: make Travis CI happy about guides againclaudiob2015-09-013-0/+9
| | | | | | | | Tests on Rails [are currently failing](https://travis-ci.org/rails/rails/jobs/78255666). The reason is the dependency of Rails master from gems that are currently on GitHub (not on RubyGems) and should be explicitly referenced in the Guides test files.
* typo fix [ci skip]amitkumarsuroliya2015-09-011-1/+1
| | | sub-project's should be sub-projects' at all places
* Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-011-0/+10
|\ | | | | | | Add case_sensitive option for confirmation validation
| * Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-0/+10
| | | | | | | | | | | | | | Case :- 1. In case of email confirmation one needs case insensitive comparison 2. In case of password confirmation one needs case sensitive comparison [ci skip] Update Guides for case_sensitive option in confirmation validation
* | Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverseSean Griffin2015-08-301-14/+21
|\ \ | | | | | | [ci skip] Update what methods `Migration#change` can reverse
| * | [ci skip] Update what methods `Migration#change` can reverseyui-knk2015-08-311-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Documentations and comments about what methods `Migration#change` can reverse is out of date. For example `change_column_default` is now reversible by this [commit](https://github.com/rails/rails/pull/20018). * Comments about `CommandRecorder` dose not match with Rails Guide. For example `add_foreign_key` is listed only on Rails Guide.
* | | fix typo in method name [ci skip]yuuji.yaginuma2015-08-301-1/+1
|/ /
* | [ci skip] Better description for starting up with new Rails projectShivani2015-08-281-4/+3
| | | | | | | | These changes rephrases the description with better explanation of step by step process.
* | fix reference to undefined variable in email testing guide [ci skip]Konstantinos Rousis2015-08-281-2/+5
| |
* | Merge pull request #21409 from piton4eg/patch-9Claudio B.2015-08-271-2/+2
|\ \ | | | | | | Fix Configuring Active Record [ci skip]
| * | Fix Configuring Active Record [ci skip]Alexey Markov2015-08-271-2/+2
| | |
* | | remove link to outdated article in plugins guide [ci skip]yuuji.yaginuma2015-08-281-1/+0
|/ / | | | | | | linked article is a description of the plugins in Rails 2.1.
* | remove RackDelegation moduleAaron Patterson2015-08-261-3/+0
| | | | | | | | | | | | Since all controller instances are required to have a request and response object, RackDelegation is no longer needed (we always have to delegate to the response)
* | Fix a tiny typo [ci skip]Robin Dupret2015-08-251-1/+2
| |
* | A quick pass over the testing guideRobin Dupret2015-08-251-6/+11
| | | | | | | | | | | | | | | | | | * Fixtures are loaded for all the tests by default (not only model and controller tests). * Fix a few typos and improve the markup at some levels. * Wrap changes to 80 chars [ci skip]
* | 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
| | | | |