aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #23177 from vipulnsward/testing-pass-1Jon Moss2016-01-221-7/+7
|\ \ \
| * | | First pass over parts of Testing guideVipul A M2016-01-221-7/+7
* | | | [ci skip] fix #23157Shakib Hossain2016-01-221-0/+5
|/ / /
* | | insert newlines into code samplesAlexander2016-01-201-3/+5
* | | Merge pull request #23125 from Gaurav2728/update_puma_as_webserverRafael França2016-01-194-17/+14
|\ \ \
| * | | [ci skip] update guide for Puma web server instead of WebrickGaurav Sharma2016-01-204-17/+14
* | | | - Changed from bin/rake to bin/rails at more application places.Vipul A M2016-01-203-5/+5
|/ / /
* | | use bin/rails default instead of rake commands [ci skip]Gaurav Sharma2016-01-196-37/+37
* | | - Remove dead links and take users to just the home page insteadVipul A M2016-01-192-14/+1
* | | Merge pull request #23117 from vipulnsward/22297-ar-exception-raiseAbdelkader Boudih2016-01-191-1/+1
|\ \ \
| * | | Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` e...Vipul A M2016-01-191-1/+1
* | | | Make text about render :html option clearer to state, text will get escaped i...Vipul A M2016-01-191-1/+1
|/ / /
* | | Fix discrepancies in associations guide [ci skip]Prathamesh Sonpatki2016-01-191-6/+6
* | | `ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c...amitkumarsuroliya2016-01-191-2/+2
* | | Merge pull request #23099 from vipulnsward/change_start_at_end_atKasper Timm Hansen2016-01-181-10/+10
|\ \ \
| * | | Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-10/+10
* | | | Association Guide replaces Order as example with Author-Book Example [ci skip]amitkumarsuroliya2016-01-183-230/+230
* | | | Merge pull request #22705 from RochesterinNYC/add-order-explanation-to-first-...Jon Moss2016-01-181-2/+28
|\ \ \ \
| * | | | Add clarification about `first` and `last` behavior when using `order` [ci skip]James Wen2015-12-201-2/+28
| | |/ / | |/| |
* | | | Merge pull request #22394 from j-dexx/update_association_basics_guideJon Moss2016-01-181-3/+13
|\ \ \ \
| * | | | Updated the guides for having a distinct has_many through at the database levelJames Doyley2016-01-181-3/+13
* | | | | Explain how HStore columns can be queried [ci skip]Prathamesh Sonpatki2016-01-181-0/+4
| |_|/ / |/| | |
* | | | [ci skip] fix typo in docsankit19102016-01-141-1/+1
* | | | Add a note on ActionController guide about 404Mauro George2016-01-111-2/+6
* | | | Merge pull request #22983 from bronson/update-mysql-in-guidesSantiago Pastorino2016-01-102-2/+1
|\ \ \ \
| * | | | remove legacy mysql from guides to match #22715Scott Bronson2016-01-092-2/+1
* | | | | Merge pull request #21995 from tak1n/masterJon Moss2016-01-101-8/+35
|\ \ \ \ \
| * | | | | fix doc for rails custom configuration through config_for [skip ci]Benny Klotz2015-12-031-2/+2
| * | | | | Updated existing custom configuration for rails 5 where `config.x`Benny Klotz2015-10-191-8/+35
* | | | | | rake log:clear task updated refs[#22544]Pramod2016-01-091-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-0/+2
|\ \ \ \ \
| * | | | | add option for per-form CSRF tokensBen Toews2016-01-041-0/+2
* | | | | | Merge pull request #22922 from vhf/add_fpb_backClaudio B2016-01-051-0/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] Update doc/resource link removed by #21211Victor Felder2016-01-051-0/+1
| |/ / / / /
* / / / / / Add job suffix to sample's job file nameManu2016-01-051-2/+2
|/ / / / /
* | | | | Update the maintenance policy for the next release.Rafael Mendonça França2016-01-041-3/+3
* | | | | Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 rele...Prathamesh Sonpatki2016-01-021-3/+0
* | | | | Fix typo: test -> textSean Collins2015-12-301-1/+1
* | | | | [ci skip] Update rails/all.rb reference.Kasper Timm Hansen2015-12-301-9/+10
| |_|_|/ |/| | |
* | | | Merge pull request #22844 from prathamesh-sonpatki/issue_22836Yves Senn2015-12-301-2/+2
|\ \ \ \
| * | | | Fix documentation for configuring default_charset [ci skip]Prathamesh Sonpatki2015-12-301-2/+2
* | | | | [ci skip] Put all removals in its sectionAkshay Vishnoi2015-12-301-3/+3
|/ / / /
* | | | Merge pull request #22053 from Empact/first-loadedYves Senn2015-12-281-0/+4
|\ \ \ \
* \ \ \ \ Merge pull request #22759 from akshay-vishnoi/human-size-helperEileen M. Uchitelle2015-12-271-6/+8
|\ \ \ \ \
| * | | | | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-6/+8
* | | | | | fix link to pr [ci skip]yuuji.yaginuma2015-12-271-1/+1
* | | | | | Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-1/+1
* | | | | | Improve documentation of config.force_ssl in guidesTim Rogers2015-12-241-2/+2
| |/ / / / |/| | | |
* | | | | Improve readability of CacheHelper sectionDave Powers2015-12-231-1/+1
* | | | | release notes, use past tense. [ci skip]Ryuta Kamizono2015-12-241-2/+2