aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* release notes, extract notable changes from Railties CHANGELOG.Yves Senn2015-12-221-5/+49
* guides, restructure Rails 5.0 release notes. [ci skip]Yves Senn2015-12-222-91/+160
* Merge pull request #22701 from maclover7/rails-5-release-notesYves Senn2015-12-221-0/+188
|\
| * Add Rails 5.0 Release NotesJon Moss2015-12-211-0/+188
* | Merge pull request #22483 from y-yagi/use_bin_test_in_plugins_guideYves Senn2015-12-221-32/+67
|\ \
| * | use `bin/test` in plugins guide [ci skip]yuuji.yaginuma2015-12-221-32/+67
| |/
* | remove content_tag_for exampleRyo Hashimoto2015-12-221-7/+5
* | corrects a typoDavid English2015-12-211-1/+1
* | Merge pull request #22709 from jonatack/clarify-explanation-for-new-config-ha...Rafael França2015-12-211-1/+1
|\ \ | |/ |/|
| * Clarify config settings for AS::halt_callback_chains_on_return_falseJon Atack2015-12-211-1/+1
* | [ci skip] Fix typoAkshay Vishnoi2015-12-221-1/+1
* | [ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718)Akshay Vishnoi2015-12-221-3/+0
* | [ci skip] `rails new project` generates README.md nowAkshay Vishnoi2015-12-211-3/+3
* | Update README extension in Getting Started guideMatthew Conway2015-12-201-1/+1
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
* | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci]Jon Atack2015-12-201-2/+2
|/
* mysql2 adapter instead of mysql [ci skip]Rajarshi Das2015-12-201-1/+1
* Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* Merge pull request #22462 from lxsameer/i18n_html_wrapRafael França2015-12-181-0/+2
|\
| * debug_missing_translation configuration added to action_viewSameer Rahmani2015-12-181-0/+2
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-188-26/+26
|/
* Fix section about ApplicationRecord in upgrading guide [ci skip]Prathamesh Sonpatki2015-12-171-4/+4
* ApplicationRecord release notes entryGenadi Samokovarov2015-12-171-0/+19
* ApplicationRecord documentation passGenadi Samokovarov2015-12-1713-162/+163
* Fix documentation about ApplicationRecordRafael Mendonça França2015-12-161-1/+1
* Merge pull request #22506 from derekprior/dp-redirect_to_back_or_defaultSean Griffin2015-12-162-3/+6
|\
| * Deprecate `redirect_to :back`Derek Prior2015-12-161-9/+4
| * Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-162-1/+9
* | Merge pull request #22567 from gsamokovarov/introduce-application-recordRafael França2015-12-167-132/+148
|\ \ | |/ |/|
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-167-132/+148
* | Merge pull request #22611 from existent-co-uk/patch-1Rafael França2015-12-161-2/+2
|\ \
| * | Fix a couple of grammatical errors in security.mdExistent Ltd2015-12-161-2/+2
| |/
* / Mention the correct way to halt callback chainsCarlos Souza2015-12-161-1/+1
|/
* Use a real migration version number in docsMatthew Draper2015-12-154-35/+35
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-154-35/+35
* Merge branch 'rails-rake-proxy'Kasper Timm Hansen2015-12-131-5/+7
|\
| * Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-131-5/+7
|/
* Merge pull request #22572 from prathamesh-sonpatki/fix-paintit-method-in-guidesArthur Nogueira Neves2015-12-131-2/+2
|\
| * Fix paintIt method in JavaScript guides [ci skip]Prathamesh Sonpatki2015-12-131-2/+2
* | let config.file_watcher be the way to enable the evented file watcherXavier Noria2015-12-131-1/+1
* | [ci skip] Fix articles spelling.Kasper Timm Hansen2015-12-131-1/+1
* | Remove ActionController::TestCase from documentationeileencodes2015-12-123-34/+34
|/
* Merge pull request #22554 from y-yagi/fix_link_to_cocRafael França2015-12-111-1/+1
|\
| * fix links to code of conduct [ci skip]yuuji.yaginuma2015-12-111-1/+1
* | Merge pull request #22367 from andreynering/docs-ar-enumsYves Senn2015-12-101-0/+30
|\ \ | |/ |/|
| * Adding Enums section to Active Record Querying Guide. [ci skip]Andrey Nering2015-12-081-0/+25
* | Mention the debug_exception_response_format config in guidesJorge Bejar2015-12-091-0/+8
|/
* Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-0/+19
* Update autoloading_and_reloading_constants.mdpavlos2015-12-011-1/+1
* Merge pull request #22343 from jeffminnear/patch-1Claudio B2015-12-011-2/+9
|\