| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | Add headless chrome driver to System Tests | yuuji.yaginuma | 2017-10-17 | 1 | -0/+4 |
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 1 | -1/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -5/+5 |
* | Call system test driver per-instance rather than globally | eileencodes | 2017-03-09 | 1 | -0/+8 |
* | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
* | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -3/+3 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -4/+4 |
* | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 1 | -13/+5 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -19/+19 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -38/+38 |
* | Fix GET JSON integration test request to use method override | eileencodes | 2016-08-05 | 1 | -0/+1 |
* | Remove unused activerecord requirement in actionpack. | Jun Aruga | 2016-07-11 | 1 | -1/+0 |
* | More Action Pack `abstract_unit` cleanup (#25211) | Jon Moss | 2016-05-31 | 1 | -27/+0 |
* | Move `Workshop` class definition | Jon Moss | 2016-05-30 | 1 | -18/+0 |
* | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -2/+0 |
|\ |
|
| * | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
* | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -2/+6 |
|/ |
|
* | do not run in parallel on travis | Aaron Patterson | 2016-01-12 | 1 | -1/+5 |
* | Test ActionController::Renderers::use_renderers | Benjamin Fleischer | 2015-12-31 | 1 | -0/+6 |
* | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 |
* | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 1 | -1/+0 |
* | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 1 | -2/+6 |
* | adding a direct dispatch method to controller classes | Aaron Patterson | 2015-08-25 | 1 | -8/+2 |
* | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 1 | -1/+7 |
|\ |
|
| * | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 1 | -1/+7 |
* | | Merge pull request #21345 from aditya-kapoor/trim-ap | Rafael Mendonça França | 2015-08-25 | 1 | -2/+0 |
|\ \ |
|
| * | | Trim out unneeded controllers from AP test suite | Aditya Kapoor | 2015-08-24 | 1 | -2/+0 |
* | | | remove dead code :bomb: | Aaron Patterson | 2015-08-24 | 1 | -2/+0 |
* | | | subclass and delegate rather than mutating existing objects | Aaron Patterson | 2015-08-24 | 1 | -12/+29 |
* | | | temp files are no more require | Gaurav Sharma | 2015-08-25 | 1 | -1/+0 |
* | | | use a custom request class to determine the controller class | Aaron Patterson | 2015-08-24 | 1 | -23/+21 |
| |/
|/| |
|
* | | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 1 | -0/+1 |
* | | Refactor to remove controller class from route to request | eileencodes | 2015-08-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11352 from xaviershay/dispatcher-api | Rafael Mendonça França | 2015-08-08 | 1 | -8/+4 |
|\ |
|
| * | Allow a custom dispatcher to be provided to routing. | Xavier Shay | 2015-08-07 | 1 | -8/+4 |
* | | Refactor to remove DrawOnce module | eileencodes | 2015-08-08 | 1 | -27/+8 |
|/ |
|
* | Using strings or symbols for middleware class names is deprecated. | Aaron Patterson | 2015-08-07 | 1 | -7/+7 |
* | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 1 | -0/+4 |