aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation for has_many dependant options.Niall Burkley2015-09-291-1/+4
* Make fuzzy sentence more clearDavid Verhasselt2015-09-281-1/+1
* Merge pull request #21738 from cllns/remove-to_s-from-exampleEileen M. Uchitelle2015-09-251-19/+1
|\
| * Remove to_s exampleSean Collins2015-09-241-19/+1
* | Merge pull request #21740 from cllns/add-jbuilder-notesYves Senn2015-09-241-0/+33
|\ \
| * | Add note about JbuilderSean Collins2015-09-231-0/+33
| |/
* / Change the paths for both Gemfile lines to be 'engines/blorgh'Sean Collins2015-09-231-2/+2
|/
* Remove leading slash from pathSean Collins2015-09-221-1/+1
* Update i18n.md [ci skip]Thiago Augusto2015-09-221-2/+2
* Update routing.mdThiago Augusto2015-09-221-2/+2
* fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r...amitkumarsuroliya2015-09-201-3/+3
* correcting word smpt -> smtp in ActionMailer guide [ci skip]amitkumarsuroliya2015-09-201-2/+2
* remove association reload option from guide [ci skip]yuuji.yaginuma2015-09-201-12/+20
* Replace `#=>` with `# =>` [ci skip]amitkumarsuroliya2015-09-192-2/+2
* Fixed unclosed tags in kindle guide source [ci skip]Ronak Jangir2015-09-192-6/+6
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-184-11/+4
* let the guides home point to the new release series endpoints [ci skip]Xavier Noria2015-09-181-5/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-09-181-5/+5
|\
| * Add missing and remove unnecessary periods in testing.md [ci skip]Juanito Fatas2015-09-051-5/+5
* | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* | Change AbstractRequest to ActionDispatch::RequestBradley D2015-09-171-1/+1
* | Clarify CSRF <script> purpose and protection. Note how to deal with your own ...Jeremy Daer2015-09-162-6/+11
* | Merge pull request #21644 from AvnerCohen/i18n_backendClaudio B.2015-09-161-1/+1
|\ \
| * | Update documentation to remove 'desirable' suggestion for what is not a clear...Avner Cohen2015-09-161-1/+1
* | | Merge pull request #21618 from designgrill/masterEileen M. Uchitelle2015-09-162-5/+3
|\ \ \ | |/ / |/| |
| * | Improved explanation of the <script> tag CSRF behaviorAnshul Agrawal2015-09-142-5/+3
* | | Merge pull request #20897 from lukechesser/guide-fix-for-acceptance-validationArthur Nogueira Neves2015-09-141-3/+7
|\ \ \ | |/ / |/| |
| * | Update validation guide for acceptance methodLuke Chesser2015-07-161-3/+7
* | | Merge pull request #21568 from amitsuroliya/mysql_version_updateRafael Mendonça França2015-09-131-1/+1
|\ \ \
| * | | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-1/+1
* | | | Remove RHTML reference in Action Controller docs [ci skip]Lachlan Campbell2015-09-101-1/+1
* | | | add description of passing a block to `add_source` [ci skip]yuuji.yaginuma2015-09-101-1/+9
|/ / /
* | | Merge pull request #21333 from imtayadeway/ar-querying-docsEileen M. Uchitelle2015-09-091-17/+16
|\ \ \
| * | | [ci skip] Update MySQL docs reference to latestTim Wade2015-09-091-1/+1
| * | | [ci skip] Improve readability in AR querying guideTim Wade2015-09-091-16/+15
* | | | Merge pull request #21512 from X0nic/guides-clarify-timeout-errorYves Senn2015-09-081-1/+1
|\ \ \ \
| * | | | [Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError`Nathan Lee2015-09-051-1/+1
* | | | | 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
* | | | | 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
* | | | typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-1/+1
* | | | Fix: make Travis CI happy about guides againclaudiob2015-09-013-0/+9
* | | | typo fix [ci skip]amitkumarsuroliya2015-09-011-1/+1
* | | | Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-011-0/+10
|\ \ \ \
| * | | | Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-0/+10
* | | | | 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 reverseyui-knk2015-08-311-14/+21
| | |_|_|/ | |/| | |