Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHANGELOG for 07635a7 | Godfrey Chan | 2014-09-23 | 1 | -0/+11 |
| | |||||
* | Merge pull request #16999 from cristianbica/activejob-adapters-rdoc | Abdelkader Boudih | 2014-09-22 | 1 | -35/+7 |
|\ | | | | | [ci skip] Added RDoc for each Active Job adapter | ||||
| * | Added RDoc for each Active Job adapter | Cristian Bica | 2014-09-22 | 1 | -35/+7 |
| | | |||||
* | | Wrap it up! :trollface: [ci skip] | Zachary Scott | 2014-09-22 | 1 | -3/+2 |
| | | |||||
* | | Wrap Adequate Record release notes at 80 chars [ci skip] | Zachary Scott | 2014-09-22 | 1 | -6/+14 |
|/ | |||||
* | Merge pull request #16984 from chancancode/fix_16578 | Godfrey Chan | 2014-09-22 | 1 | -0/+15 |
|\ | | | | | Document that the default for `rails server -b` has changed | ||||
| * | Document that the default for `rails server -b` has changed | Godfrey Chan | 2014-09-22 | 1 | -0/+15 |
| | | | | | | | | Fixes #16578 | ||||
* | | Merge pull request #16979 from square/standardize-call-style | Yves Senn | 2014-09-21 | 2 | -2/+2 |
|\ \ | | | | | | | | | | Standardize on `Rails.application` [ci skip] | ||||
| * | | Standardize on `Rails.application` [ci skip] | Tamir Duberstein | 2014-09-19 | 3 | -5/+5 |
| |/ | | | | | | | This seems to be the style settled on in most of the templates. | ||||
* / | [ci skip] modify the description of production log level default | yuuji.yaginuma | 2014-09-21 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #16930 from todd/upgrade_guide | Abdelkader Boudih | 2014-09-17 | 1 | -4/+40 |
|\ | | | | | Added Responders docs, made Web Console docs more consistent. [ci skip] | ||||
| * | Added Responders docs, made Web Console docs more consistent. [ci skip] | Todd Bealmear | 2014-09-16 | 1 | -4/+40 |
| | | |||||
* | | [guides] 4.2 release notes: added technical details for Adequate Record | abhishek | 2014-09-16 | 1 | -4/+33 |
| | | |||||
* | | Make explicit 4.1 is being maintained by a special situation | Rafael Mendonça França | 2014-09-16 | 1 | -1/+4 |
|/ | | | | [ci skip] | ||||
* | [ci skip] Fix typo `equals to` --> `equal to` | Akshay Vishnoi | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 1 | -1/+1 |
| | | | | | Ruby 2.2 knows this, and no longer matches it with [[:space:]], so it's not a good candidate for testing String#squish. | ||||
* | Singular credit_card controller name changed to plural | Niko Kiuru | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Prepare maintenance policy for 4.2 release [ci skip] | Rafael Mendonça França | 2014-09-12 | 1 | -3/+3 |
| | |||||
* | [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 | ||||
| * | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 3 | -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 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 |
| | | | | | | minor fix for #16846 | ||||
* | | Merge pull request #16846 from ↵ | Godfrey Chan | 2014-09-08 | 1 | -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 callbacks | Prathamesh Sonpatki | 2014-09-09 | 1 | -1/+16 |
| |/ | | | | | | | | | - Part of 16576 - [ci skip] | ||||
* / | 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 |
| | | | |