| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] #find_in_batches doesn't support :include option | tanmay3011 | 2014-09-12 | 1 | -4/+2 |
* | Changes puts to logger.info | Filip Bartuzi | 2014-09-11 | 1 | -2/+2 |
* | Fix typo | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 |
* | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 3 | -4/+25 |
|\ |
|
| * | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 3 | -4/+25 |
* | | i18n guide: clarify interpolation rules in _html keys [ci skip] | Xavier Noria | 2014-09-10 | 1 | -0/+16 |
* | | [ci skip] application.rb -> development.rb in web-console docs | yuuji.yaginuma | 2014-09-10 | 1 | -1/+1 |
* | | [ci skip] change the line orientation on asset precompile page | Aditya Kapoor | 2014-09-09 | 1 | -3/+1 |
* | | :scissors: "now" [ci skip] | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | | Merge pull request #16846 from prathamesh-sonpatki/document-error-handling-in... | Godfrey Chan | 2014-09-08 | 1 | -1/+16 |
|\ \ |
|
| * | | Update upgrading guide about error handling in transactional callbacks | Prathamesh Sonpatki | 2014-09-09 | 1 | -1/+16 |
| |/ |
|
* / | Add docs for web-console to 4.2 Upgrade Guide [ci skip] | Todd Bealmear | 2014-09-08 | 1 | -2/+6 |
|/ |
|
* | [guides] Use `match ..., via: :all` in the custom exceptions app [ci skip] | Yuki Nishijima | 2014-09-06 | 1 | -3/+3 |
* | Merge pull request #16699 from cristianbica/aj-refactor-queueing | David Heinemeier Hansson | 2014-09-04 | 1 | -6/+38 |
|\ |
|
| * | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -6/+38 |
* | | :scissors: and from #16803 [ci skip] | Zachary Scott | 2014-09-04 | 1 | -1/+1 |
* | | Document that method objects are not `duplicable?` | Peter Jaros | 2014-09-04 | 1 | -1/+1 |
* | | Merge pull request #16799 from rramsden/fix-typo | Yves Senn | 2014-09-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [ci skip] Fix typo in rails guide for routing | Richard Ramsden | 2014-09-04 | 1 | -1/+1 |
* | | Merge pull request #16775 from kaspth/ship-secure-sanitizer | Rafael Mendonça França | 2014-09-03 | 1 | -1/+2 |
|\ \ |
|
| * | | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -1/+2 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-03 | 6 | -17/+247 |
|\ \ \ |
|
| * | | | copy edit AS core ext changes [ci skip] | Vijay Dev | 2014-09-03 | 1 | -10/+9 |
| * | | | Update caching_with_rails.md [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| * | | | Highlight Class/Module [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| * | | | [ci skip] docs grammar | schneems | 2014-08-26 | 1 | -2/+2 |
| * | | | [ci skip] proper end to sentence | schneems | 2014-08-26 | 1 | -1/+1 |
| * | | | [ci skip] use NOTE instead of Note | schneems | 2014-08-26 | 1 | -1/+1 |
| * | | | Fix typo in ActiveJob guide [ci skip] | प्रथमेश | 2014-08-26 | 1 | -1/+1 |
| * | | | [ci skip] fix grammar in docs | schneems | 2014-08-24 | 1 | -1/+1 |
| * | | | [ci skip] docs can URL cache invalidation | schneems | 2014-08-24 | 1 | -0/+24 |
| * | | | [ci skip] docs CDN Cache-Control behavior | schneems | 2014-08-24 | 1 | -0/+24 |
| * | | | [ci skip] docs CDN header debugging | schneems | 2014-08-24 | 1 | -0/+48 |
| * | | | [ci skip] docs CDN caching behavior | schneems | 2014-08-24 | 1 | -0/+17 |
| * | | | [ci skip] docs asset_pipeline CDN set up | schneems | 2014-08-24 | 1 | -1/+63 |
| * | | | [ci skip] docs asset_pipeline#CDNs | schneems | 2014-08-24 | 1 | -13/+21 |
| * | | | [ci skip] wrap to 80 chars | schneems | 2014-08-24 | 1 | -1/+2 |
| * | | | code quotes for classname | Mikhail Dieterle | 2014-08-24 | 1 | -1/+1 |
| * | | | [ci skip] document truncate_words | Rashmi Yadav | 2014-08-24 | 1 | -0/+33 |
| * | | | [ci skip ]Document transform_values && transform_values! | Rashmi Yadav | 2014-08-23 | 1 | -0/+14 |
| * | | | recount files quantity | Mikhail Dieterle | 2014-08-23 | 1 | -1/+1 |
* | | | | use correct operator in query based on JSON document | viditn91 | 2014-09-03 | 1 | -1/+2 |
| |/ /
|/| | |
|
* | | | Add a quick straw-man Incompatibilities section | Matthew Draper | 2014-09-03 | 1 | -0/+129 |
* | | | Remove '*' which doesn't work | Tatsuya Sato | 2014-09-03 | 1 | -1/+1 |
* | | | ActiveJob: Implemented enqueue_at for QueueClassic | Cristian Bica | 2014-09-02 | 1 | -12/+17 |
* | | | Fix for configuring rails guide | Ravil Bayramgalin | 2014-09-01 | 1 | -1/+1 |
* | | | Clean up grammar from #16752 [ci skip] | Zachary Scott | 2014-08-30 | 1 | -2/+2 |
* | | | [ci skip] add line about text layout | shruti2791 | 2014-08-30 | 1 | -1/+2 |
* | | | Some documentation fixes [ci skip] | Robin Dupret | 2014-08-29 | 1 | -7/+7 |
* | | | [ci skip] Fix example code of ActiveRecord::FixtureSet.context_class | yuuji.yaginuma | 2014-08-29 | 1 | -1/+1 |