aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Highlight Class/Module [ci skip]Harshad Sabne2014-08-311-1/+1
|
* [ci skip] docs grammarschneems2014-08-261-2/+2
|
* [ci skip] proper end to sentenceschneems2014-08-261-1/+1
|
* [ci skip] use NOTE instead of Noteschneems2014-08-261-1/+1
|
* Fix typo in ActiveJob guide [ci skip]प्रथमेश2014-08-261-1/+1
|
* [ci skip] fix grammar in docsschneems2014-08-241-1/+1
|
* [ci skip] docs can URL cache invalidationschneems2014-08-241-0/+24
|
* [ci skip] docs CDN Cache-Control behaviorschneems2014-08-241-0/+24
|
* [ci skip] docs CDN header debuggingschneems2014-08-241-0/+48
|
* [ci skip] docs CDN caching behaviorschneems2014-08-241-0/+17
|
* [ci skip] docs asset_pipeline CDN set upschneems2014-08-241-1/+63
|
* [ci skip] docs asset_pipeline#CDNsschneems2014-08-241-13/+21
|
* [ci skip] wrap to 80 charsschneems2014-08-241-1/+2
|
* code quotes for classnameMikhail Dieterle2014-08-241-1/+1
|
* [ci skip] document truncate_wordsRashmi Yadav2014-08-241-0/+33
|
* [ci skip ]Document transform_values && transform_values!Rashmi Yadav2014-08-231-0/+14
|
* recount files quantityMikhail Dieterle2014-08-231-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-194-13/+13
|\ | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/mime_responds.rb actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb activerecord/lib/active_record/type/value.rb
| * [ci skip] Update links in getting_started guide.Juanito Fatas2014-08-161-5/+5
| |
| * Uppercase HTML in docs.Hendy Tanata2014-08-083-8/+8
| | | | | | | | [skip ci]
* | minor copy editing [ci skip]Vijay Dev2014-08-191-3/+1
| |
* | Merge pull request #16487 from jayshepherd/patch-1Rafael Mendonça França2014-08-191-1/+1
|\ \ | | | | | | Small grammar fix in pluck description
| * | Small grammar fix in pluck descriptionJay Shepherd2014-08-121-1/+1
| | |
* | | Merge pull request #16556 from jonatack/patch-9Robin Dupret2014-08-191-15/+16
|\ \ \ | | | | | | | | 4.2 Release Notes pass [ci skip]
| * | | 4.2 Release Notes pass [skip ci]Jon Atack2014-08-191-15/+16
| | | |
* | | | Merge pull request #16552 from untidy-hair/update_plugin_guideYves Senn2014-08-191-21/+21
|\ \ \ \ | |/ / / |/| | | [ci skip] Update plugin doc with the latest rails
| * | | [ci skip] Update plugin doc with the latest railsYukio Mizuta2014-08-181-21/+21
| | | |
* | | | http://gembundler.com/ => http://bundler.io/Akira Matsuda2014-08-191-1/+1
| | | |
* | | | Removed unnecessary wordTom Kadwill2014-08-191-1/+1
| | | |
* | | | Sync Action Mailer release notes [ci skip]Godfrey Chan2014-08-181-0/+9
| | | |
* | | | Sync Action View release notes [ci skip]Godfrey Chan2014-08-181-0/+6
| | | |
* | | | Mention deprecation of assert_select and friends in the release notes [ci skip]Godfrey Chan2014-08-181-0/+4
| | | |
* | | | require 'test_help' -> require 'rails/test_help'Sean Griffin2014-08-181-1/+1
| | | |
* | | | Merge pull request #16545 from jonatack/patch-9Zachary Scott2014-08-181-1/+1
|\ \ \ \ | | | | | | | | | | Fix broken link to Upgrading Ruby on Rails Guide [ci skip]
| * | | | Fix broken link to Upgrading Ruby on Rails GuideJon Atack2014-08-181-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | in the 4.2 Release Notes [skip ci] Change to link suggested by @zzak [skip ci]
* | | | Add activejob guide to documents.yml [ci skip]Cristian Bica2014-08-181-0/+4
| | | |
* | | | fix broken link [ci skip]Aditya Kapoor2014-08-191-1/+1
|/ / /
* | | :nail_care: [ci skip]Godfrey Chan2014-08-181-20/+26
| | |
* | | Sync action pack release notes [ci skip]Godfrey Chan2014-08-181-0/+8
| | |
* | | Sync railties release notes [ci skip]Godfrey Chan2014-08-181-0/+40
| | |
* | | Merge branch 'master' into loofahRafael Mendonça França2014-08-177-7/+286
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md
| * \ \ Merge pull request #16485 from seuros/activejobDavid Heinemeier Hansson2014-08-171-0/+253
| |\ \ \ | | | | | | | | | | Integrate ActiveJob / DeliverLater / GlobalID with Rails
| | * | | ActiveJob guides improvements [ci skip]Cristian Bica2014-08-161-108/+29
| | | | |
| | * | | ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure ↵Cristian Bica2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | ActiveJob from app.config.active_job
| | * | | Update ActiveJob guide [ci skip]Cristian Bica2014-08-131-3/+12
| | | | |
| | * | | Merge branch 'master' into activejobCristian Bica2014-08-131-1/+1
| | |\| |
| | * | | [ci skip] First version of the Active Job guideCristian Bica2014-08-131-0/+323
| | | | |
| * | | | Remove more references to respond_withJosé Valim2014-08-172-2/+7
| | | | |
| * | | | [ci skip] Fix sample code in Layouts and Rendering guideyuuji.yaginuma2014-08-171-1/+1
| | | | |
| * | | | [ci skip] re-worded section on CookieStore to make it more readable.Tom Kadwill2014-08-161-3/+3
| | | | |