aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | add description of passing a block to `add_source` [ci skip]yuuji.yaginuma2015-09-101-1/+9
|/ / / / | | | | | | | | | | | | block support added in 8cc01e0b2bfa75a613720c535d34e451f5de769c
* | | | Merge pull request #21333 from imtayadeway/ar-querying-docsEileen M. Uchitelle2015-09-091-17/+16
|\ \ \ \ | | | | | | | | | | Improve the AR querying docs
| * | | | [ci skip] Update MySQL docs reference to latestTim Wade2015-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | Bumps to 5.7
| * | | | [ci skip] Improve readability in AR querying guideTim Wade2015-09-091-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewords a few awkwardly worded sentences * adds some punctuation * adds a few missing words
* | | | | Merge pull request #21512 from X0nic/guides-clarify-timeout-errorYves Senn2015-09-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError`
| * | | | | [Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError`Nathan Lee2015-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original: * ActiveRecord::ConnectionTimeoutError - could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it: Modified version: * ActiveRecord::ConnectionTimeoutError - could not obtain a database connection within 5.000 seconds (waited 5.000 seconds) [ci skip]
* | | | | | Replace AR with ActiveRecord to make it more readable [ci skip]arvind2015-09-081-1/+1
| | | | | |
* | | | | | Merge pull request #21534 from Vratislav/clarify-custom-config-guideRafael Mendonça França2015-09-071-1/+1
| | | | | | | | | | | | | | | | | | [Rails Guides] Clarify custom code configuration [ci skip]
* | | | | | 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
| | | | | |