| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | | | | remove dead code | Aaron Patterson | 2015-08-06 | 1 | -5/+0 |
* | | | | | | | | | | | | | | ask the request for the cookie jar | Aaron Patterson | 2015-08-06 | 1 | -1/+8 |
* | | | | | | | | | | | | | | add a setter for the cookie jar | Aaron Patterson | 2015-08-06 | 2 | -2/+8 |
* | | | | | | | | | | | | | | remove request reference from chained jars | Aaron Patterson | 2015-08-06 | 1 | -22/+25 |
* | | | | | | | | | | | | | | Merge pull request #21137 from y-yagi/fix_deprecation_warning | Santiago Pastorino | 2015-08-06 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | stop using deprecated `render :text` in railties | yuuji.yaginuma | 2015-08-06 | 2 | -2/+2 |
| | |_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #21143 from alietz/doc-correct-sass-instructions | Yves Senn | 2015-08-06 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Corrected instructions for using Sass | Andreas Lietz | 2015-08-06 | 1 | -4/+4 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #21145 from toydestroyer/master | Yves Senn | 2015-08-06 | 1 | -15/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Documentation: update queue_classic info in Active Job adapters list | Sergey Toy | 2015-08-06 | 1 | -4/+3 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | remove `@host` ivar | Aaron Patterson | 2015-08-05 | 2 | -13/+5 |
* | | | | | | | | | | | | | remove @secure ivar | Aaron Patterson | 2015-08-05 | 2 | -7/+4 |
* | | | | | | | | | | | | | CookieJar does not need the key_generator parameter anymore | Aaron Patterson | 2015-08-05 | 2 | -5/+3 |
* | | | | | | | | | | | | | eliminate key_generator ivar | Aaron Patterson | 2015-08-05 | 1 | -11/+14 |
* | | | | | | | | | | | | | sop passing host and secure to the build method | Aaron Patterson | 2015-08-05 | 2 | -3/+5 |
* | | | | | | | | | | | | | stop using an options hash with the cookie jar | Aaron Patterson | 2015-08-05 | 2 | -39/+31 |
* | | | | | | | | | | | | | move env access to the request object. | Aaron Patterson | 2015-08-05 | 3 | -16/+48 |
* | | | | | | | | | | | | | routes in the env via the request object | Aaron Patterson | 2015-08-05 | 2 | -3/+6 |
* | | | | | | | | | | | | | allocate a request object to avoid hash allocations | Aaron Patterson | 2015-08-05 | 2 | -3/+6 |
* | | | | | | | | | | | | | Add missing HelloJob require. | Kasper Timm Hansen | 2015-08-05 | 1 | -0/+1 |
* | | | | | | | | | | | | | Use exist? instead of deprecated exists? | Kasper Timm Hansen | 2015-08-05 | 1 | -2/+2 |
* | | | | | | | | | | | | | Merge pull request #20961 from ccallebs/add-dev-mode-caching | Kasper Timm Hansen | 2015-08-05 | 7 | -2/+114 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Add rake dev:cache task to enable dev mode caching. | Chuck Callebs | 2015-08-04 | 7 | -2/+114 |
| | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #21112 from kamipo/fix_mysql2_version | Rafael Mendonça França | 2015-08-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Should use `server_info[:version]` instead of `info[:version]` | Ryuta Kamizono | 2015-08-04 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #20800 from xijo/make_active_job_locale_aware | Kasper Timm Hansen | 2015-08-04 | 11 | -2/+111 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fixes #20799 | Johannes Opper | 2015-08-04 | 11 | -2/+111 |
* | | | | | | | | | | | | | Merge pull request #21076 from r11runner/guide-join-tables | Claudio B. | 2015-08-03 | 2 | -10/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | [ci skip] migration and association guides: added some remarks about join tables | r11runner | 2015-08-04 | 2 | -10/+21 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #21105 from os97673/allow-minitest-plugins | Rafael Mendonça França | 2015-08-03 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Allow Minitest to load plugins. Fixes #21102 | Oleg Sukhodolsky | 2015-08-03 | 1 | -0/+1 |
* | | | | | | | | | | | | | Merge pull request #21109 from vngrs/update_javascript_manifest_doc | Kasper Timm Hansen | 2015-08-03 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Inform user to add script in correct location into the application.js manifes... | Mehmet Emin İNAÇ | 2015-08-03 | 2 | -2/+2 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #21087 from vngrs/fix_hash_except_doc | Kasper Timm Hansen | 2015-08-03 | 1 | -8/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fix the documentation of Hash#except method [ci skip] | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -8/+9 |
* | | | | | | | | | | | | | | Revert "test runner should crash with non existing file argument." | Yves Senn | 2015-08-03 | 2 | -6/+1 |
* | | | | | | | | | | | | | | Correctly close a fenced code block [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Add note to routing guide about overriding defaults [ci skip] | Andrew White | 2015-08-03 | 1 | -0/+2 |
* | | | | | | | | | | | | | | Merge pull request #21052 from robin850/caching-guide | Kasper Timm Hansen | 2015-08-03 | 2 | -51/+160 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Improve the "Caching with Rails" guide's introduction [ci skip] | claudiob | 2015-08-03 | 1 | -2/+14 |
| * | | | | | | | | | | | | | | Add a section about "Collection caching" [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+23 |
| * | | | | | | | | | | | | | | Publish the "Caching with Rails" guide [ci skip] | Celestino Gomes | 2015-07-28 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | Add a "Managing dependencies" part to the caching guide [ci skip] | Robin Dupret | 2015-07-28 | 1 | -0/+87 |
| * | | | | | | | | | | | | | | Tiny edits to the "Caching with Rails" guide | Robin Dupret | 2015-07-28 | 1 | -49/+32 |
* | | | | | | | | | | | | | | | Merge pull request #21104 from atul-shimpi/master | Yves Senn | 2015-08-03 | 2 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Inform user to add styles in correct location in application.css | atul-shimpi | 2015-08-03 | 2 | -2/+4 |
| | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | test runner should crash with non existing file argument. | Yves Senn | 2015-08-03 | 2 | -1/+6 |
* | | | | | | | | | | | | | | | Merge pull request #21095 from aditya-kapoor/add-missing-assertion | Yves Senn | 2015-08-03 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Add missing assertion for test_route_with_colon_first | Aditya Kapoor | 2015-08-03 | 1 | -2/+4 |
| | |_|_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #21103 from mikeastock/update_time_advance_docs | Yves Senn | 2015-08-03 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|