Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | 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-queueing | David Heinemeier Hansson | 2014-09-04 | 1 | -6/+38 |
|\ | | | | | Active Job partial refactor | ||||
| * | 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 | ||||
| * | [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. | ||||
| * | | 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 methods | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 work | Tatsuya Sato | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | | | I found an * does not work in Markdown notation. It should be removed. | ||||
* | | | 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 |
| | | | | | | | | | | | | `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 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 |
| | | | |||||
* | | | [ci skip] mention assert_select in release notes | Sam Ruby | 2014-08-27 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #16707 from katmutua/master | Santiago Pastorino | 2014-08-27 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | update 4_2_release_notes | ||||
| * | | | [ci skip] Update 4_2_release notes | Jackie Mutua | 2014-08-27 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #16722 from yui-knk/fix/guides_association_basics2 | Rafael Mendonça França | 2014-08-27 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | [ci skip] Fix typo of `collection_singular_ids=` method. | ||||
| * | | | | [ci skip] Fix typo of `collection_singular_ids=` method. | yui-knk | 2014-08-27 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | [ci skip] Fix typo of `collection=` method. | yui-knk | 2014-08-27 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | [ci skip] Modify a web-console PR link | yuuji.yaginuma | 2014-08-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Adjusted punctuation and grammar for Form Helpers guide [ci skip] | Brian Jordan | 2014-08-26 | 1 | -16/+16 |
|/ / / | |||||
* | | | Added web links | Eric Brooke | 2014-08-25 | 1 | -1/+1 |
| | | | | | | | | | Added web links to resque, delayed_job and sidekiq | ||||
* | | | Quick pass through the 4.2 release notes [ci skip] | Robin Dupret | 2014-08-25 | 1 | -20/+21 |
| | | | | | | | | | | | | | | | | | | Fix a few typos and made some tiny improvements. Refs #16576. [Zachary Scott & Robin Dupret] | ||||
* | | | Merge pull request #16616 from schneems/schneems/jeremy-comments | Jeremy Kemper | 2014-08-24 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Address comments on Gzip implementation |