aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into guides-template-inheritanceecoologic2014-10-0716-71/+522
|\
| * Prepare maintenance policy for 4.2 release [ci skip]Rafael Mendonça França2014-09-121-3/+3
| |
| * [ci skip] #find_in_batches doesn't support :include optiontanmay30112014-09-121-4/+2
| |
| * Changes puts to logger.infoFilip Bartuzi2014-09-111-2/+2
| |
| * Fix typoRafael Mendonça França2014-09-101-1/+1
| |
| * Merge pull request #16839 from chancancode/default_test_orderRafael Mendonça França2014-09-103-4/+25
| |\ | | | | | | | | | Default to sorting user's test cases for now
| | * Default to sorting user's test cases for nowGodfrey Chan2014-09-083-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Goals: 1. Default to :random for newly generated applications 2. Default to :sorted for existing applications with a warning 3. Only show the warning once 4. Only show the warning if the app actually uses AS::TestCase Fixes #16769
| * | i18n guide: clarify interpolation rules in _html keys [ci skip]Xavier Noria2014-09-101-0/+16
| | |
| * | [ci skip] application.rb -> development.rb in web-console docsyuuji.yaginuma2014-09-101-1/+1
| | |
| * | [ci skip] change the line orientation on asset precompile pageAditya Kapoor2014-09-091-3/+1
| | |
| * | :scissors: "now" [ci skip]Godfrey Chan2014-09-081-1/+1
| | | | | | | | | minor fix for #16846
| * | Merge pull request #16846 from ↵Godfrey Chan2014-09-081-1/+16
| |\ \ | | | | | | | | | | | | | | | | prathamesh-sonpatki/document-error-handling-in-transactions-callbacks Update upgrading guide about error handling in transactional callbacks [ci skip]
| | * | Update upgrading guide about error handling in transactional callbacksPrathamesh Sonpatki2014-09-091-1/+16
| | |/ | | | | | | | | | | | | - Part of 16576 - [ci skip]
| * / Add docs for web-console to 4.2 Upgrade Guide [ci skip]Todd Bealmear2014-09-081-2/+6
| |/
| * [guides] Use `match ..., via: :all` in the custom exceptions app [ci skip]Yuki Nishijima2014-09-061-3/+3
| | | | | | | | | | Using `get` results in an unexpected error page(returning empty body) for requests of other HTTP mehtods other than GET. Use `match ..., via: :all` so the exceptions app can be more stable.
| * Merge pull request #16699 from cristianbica/aj-refactor-queueingDavid Heinemeier Hansson2014-09-041-6/+38
| |\ | | | | | | Active Job partial refactor
| | * Active Job refactoringCristian Bica2014-09-031-6/+38
| | |
| * | :scissors: and from #16803 [ci skip]Zachary Scott2014-09-041-1/+1
| | |
| * | Document that method objects are not `duplicable?`Peter Jaros2014-09-041-1/+1
| | |
| * | Merge pull request #16799 from rramsden/fix-typoYves Senn2014-09-041-1/+1
| |\ \ | | |/ | |/| [ci skip] Fix typo in rails guide for routing
| | * [ci skip] Fix typo in rails guide for routingRichard Ramsden2014-09-041-1/+1
| | |
| * | Merge pull request #16775 from kaspth/ship-secure-sanitizerRafael Mendonça França2014-09-031-1/+2
| |\ \ | | | | | | | | Ship with rails-html-sanitizer instead.
| | * | Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-1/+2
| | | |
| * | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-09-036-17/+247
| |\ \ \
| | * | | copy edit AS core ext changes [ci skip]Vijay Dev2014-09-031-10/+9
| | | | |
| | * | | Update caching_with_rails.md [ci skip]Harshad Sabne2014-08-311-1/+1
| | | | | | | | | | | | | | | Highlight methods
| | * | | 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
| | | | |
| * | | | use correct operator in query based on JSON documentviditn912014-09-031-1/+2
| | |/ / | |/| |
| * | | Add a quick straw-man Incompatibilities sectionMatthew Draper2014-09-031-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Is this a thing we want? Note current duplication between the `assert_select` section here, and the corresponding release note entry... does this detail *move* from there to here? [ci skip]
| * | | Remove '*' which doesn't workTatsuya Sato2014-09-031-1/+1
| | | | | | | | | | | | I found an * does not work in Markdown notation. It should be removed.
| * | | ActiveJob: Implemented enqueue_at for QueueClassicCristian Bica2014-09-021-12/+17
| | | |
| * | | Fix for configuring rails guideRavil Bayramgalin2014-09-011-1/+1
| | | | | | | | | | | | | | | | `ActiveSupport::Logger` has no concept like auto flushing since it has no userspace buffering. It's a remnant of `ActiveSupport::BufferedLogger` epoch which was since removed from rails.
| * | | Clean up grammar from #16752 [ci skip]Zachary Scott2014-08-301-2/+2
| | | |
| * | | [ci skip] add line about text layoutshruti27912014-08-301-1/+2
| | | |