Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverse | Sean Griffin | 2015-08-30 | 2 | -15/+34 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Update what methods `Migration#change` can reverse | yui-knk | 2015-08-31 | 2 | -15/+34 | |
* | | | | | | | | | | | Merge pull request #21433 from y-yagi/fix_typo | Kasper Timm Hansen | 2015-08-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix typo in method name [ci skip] | yuuji.yaginuma | 2015-08-30 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21429 from yui-knk/fix/revert_disable_extension | Sean Griffin | 2015-08-30 | 2 | -1/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Make revert of `disable_extension` to work | yui-knk | 2015-08-30 | 2 | -1/+34 | |
* | | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-08-30 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [ci skip] Capitalize comments | yui-knk | 2015-08-29 | 1 | -1/+1 | |
| * | | | | | | | | | | [ci skip] Fix file name generated by `rails generate` | yui-knk | 2015-08-24 | 1 | -1/+1 | |
* | | | | | | | | | | | add a method for getting the http auth salt | Aaron Patterson | 2015-08-29 | 2 | -2/+6 | |
* | | | | | | | | | | | env to get_header conversion | Aaron Patterson | 2015-08-29 | 1 | -1/+1 | |
* | | | | | | | | | | | fixes example for consistency [ci skip] | Xavier Noria | 2015-08-29 | 1 | -3/+3 | |
* | | | | | | | | | | | swaps words [ci skip] | Xavier Noria | 2015-08-29 | 1 | -1/+1 | |
* | | | | | | | | | | | revamps the docs of strong params require [ci skip] | Xavier Noria | 2015-08-29 | 1 | -9/+40 | |
* | | | | | | | | | | | Merge pull request #21423 from y-yagi/rails_test_opts | Carlos Antonio da Silva | 2015-08-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | make `ENV` a required argument | yuuji.yaginuma | 2015-08-29 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21420 from akihiro17/rendering | Rafael Mendonça França | 2015-08-28 | 2 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Set the content-type to `text/html` if the options[:html] is true | akihiro17 | 2015-08-29 | 2 | -3/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | revises 877e42e | Xavier Noria | 2015-08-28 | 2 | -8/+8 | |
* | | | | | | | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 4 | -10/+67 | |
* | | | | | | | | | | Tiny documentation improvements [ci skip] | Robin Dupret | 2015-08-28 | 2 | -7/+9 | |
* | | | | | | | | | | [ci skip] Better description for starting up with new Rails project | Shivani | 2015-08-28 | 1 | -4/+3 | |
* | | | | | | | | | | Merge pull request #19565 from gaurish/multiple_require_params | Kasper Timm Hansen | 2015-08-28 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [Feature] params.require requires array of params | Gaurish Sharma | 2015-08-28 | 2 | -0/+25 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | pg docs, `connection.tables` does not use the `name` argument. | Yves Senn | 2015-08-28 | 1 | -1/+1 | |
* | | | | | | | | | | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 4 | -13/+30 | |
* | | | | | | | | | | Merge pull request #21417 from rousisk/docfix | Yves Senn | 2015-08-28 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix reference to undefined variable in email testing guide [ci skip] | Konstantinos Rousis | 2015-08-28 | 1 | -2/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17502 from vipulnsward/configurable-delimited-regex | Rafael Mendonça França | 2015-08-28 | 6 | -2/+35 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us... | Vipul A M | 2015-08-28 | 6 | -2/+35 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #21396 from rodzyn/code-cleanup | Guillermo Iguaran | 2015-08-28 | 2 | -13/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Code cleanup | Marcin Olichwirowicz | 2015-08-27 | 2 | -13/+2 | |
* | | | | | | | | | Disable warnings in railties tests | Rafael Mendonça França | 2015-08-27 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #21411 from byroot/perf-improvement-in-dependencies-loadab... | Rafael Mendonça França | 2015-08-27 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 10X speed improvements for AS::Dependencies.loadable_constants_for_path | Jean Boussier | 2015-08-27 | 1 | -5/+5 | |
* | | | | | | | | | | Merge pull request #21409 from piton4eg/patch-9 | Claudio B. | 2015-08-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix Configuring Active Record [ci skip] | Alexey Markov | 2015-08-27 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #21410 from y-yagi/fix_link_in_plugin_guide | Sean Griffin | 2015-08-27 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove link to outdated article in plugins guide [ci skip] | yuuji.yaginuma | 2015-08-28 | 1 | -1/+0 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Revert "this always sets :public to false, so just do that" | Aaron Patterson | 2015-08-27 | 1 | -1/+1 | |
* | | | | | | | | | | this always sets :public to false, so just do that | Aaron Patterson | 2015-08-27 | 1 | -1/+1 | |
* | | | | | | | | | | remove dependency on `@cache_control` ivar | Aaron Patterson | 2015-08-27 | 1 | -6/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | remove `@etag` ivar | Aaron Patterson | 2015-08-27 | 1 | -5/+7 | |
* | | | | | | | | | use the abstract API in modules | Aaron Patterson | 2015-08-27 | 2 | -14/+15 | |
* | | | | | | | | | remove useless conditional | Aaron Patterson | 2015-08-27 | 1 | -2/+0 | |
* | | | | | | | | | implement the API required by the abstract Rack request. | Aaron Patterson | 2015-08-27 | 2 | -17/+9 | |
* | | | | | | | | | use the non-hash dependent Rack utils API | Aaron Patterson | 2015-08-27 | 2 | -3/+3 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | minor copy edit. [ci skip] | Yves Senn | 2015-08-27 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-... | Yves Senn | 2015-08-27 | 3 | -2/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 3 | -2/+17 |