aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | | | | | | | | Merge pull request #21365 from justanshulsharma/remove_unused_variableRafael Mendonça França2015-08-252-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused block argumentsAnshul Sharma2015-08-252-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21363 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused block argumentsamitkumarsuroliya2015-08-251-1/+1
|/ / / / / / / / /
* | | | | | | | | use `caller_locations` instead of `caller`Aaron Patterson2015-08-242-3/+14
* | | | | | | | | remove more direct `env` mutationsAaron Patterson2015-08-242-2/+4
* | | | | | | | | remove another `@env` accessAaron Patterson2015-08-241-1/+1
* | | | | | | | | remove more direct access to `env`Aaron Patterson2015-08-242-3/+4
* | | | | | | | | fewer calls to `env`Aaron Patterson2015-08-241-2/+2
* | | | | | | | | Merge pull request #21361 from olleicua/masterRafael Mendonça França2015-08-241-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | minor documentation improvement [ci skip]Sam Auciello2015-08-241-2/+2
* | | | | | | | | | override `controller_class` on the requestAaron Patterson2015-08-241-9/+9
* | | | | | | | | | stop using `@env` in the GET / POST methodsAaron Patterson2015-08-242-4/+11
* | | | | | | | | | rm useless methodAaron Patterson2015-08-241-4/+0
|/ / / / / / / / /
* | | | | | | | | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | | | | | | | | pull up dispatcher allocationAaron Patterson2015-08-242-5/+1
* | | | | | | | | directly ask the request for the controller classAaron Patterson2015-08-241-6/+1
* | | | | | | | | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | | | | | | | | remove useless ivarAaron Patterson2015-08-241-2/+1
* | | | | | | | | remove setter for the dispatcher classAaron Patterson2015-08-241-2/+2
* | | | | | | | | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | | | | | | | | Merge pull request #21359 from Gaurav2728/gaurav-remove_unused_require_fileRafael Mendonça França2015-08-242-3/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | temp files are no more requireGaurav Sharma2015-08-252-3/+0
|/ / / / / / / / /
* | | | | | | | | use a custom request class to determine the controller classAaron Patterson2015-08-242-25/+28
* | | | | | | | | Pass the correct formatsRafael Mendonça França2015-08-241-2/+2
* | | | | | | | | Pass formats to lookup_contextRafael Mendonça França2015-08-242-8/+9
* | | | | | | | | Allow release when CHANGELOG is changedRafael Mendonça França2015-08-241-1/+1
* | | | | | | | | remove useless case in #resolve_layout.Nick Sutterer2015-08-241-2/+0
* | | | | | | | | remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-243-24/+11
* | | | | | | | | Merge pull request #21354 from yui-knk/fix/migration_file_timestampRobin Dupret2015-08-242-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Fix migration file's timestampyui-knk2015-08-242-2/+2
* | | | | | | | | | Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-242-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused block argumentsdeepj2015-08-232-3/+3
* | | | | | | | | | | Merge pull request #21355 from akihiro17/remove-variablesRafael Mendonça França2015-08-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused variablesakihiro172015-08-241-2/+2
* | | | | | | | | | | | Merge pull request #21342 from yui-knk/test/add_assert_methodRafael Mendonça França2015-08-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add `assert_nothing_raised` to make clear test case perposeyui-knk2015-08-231-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #21267 from davidcornu/rails-server-port-env-varRafael Mendonça França2015-08-243-1/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the PORT environment variable for rails serverDavid Cornu2015-08-183-1/+12
* | | | | | | | | | | | Further fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
* | | | | | | | | | | | Fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #21350 from agis-/issue-21223Sean Griffin2015-08-246-1/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Only nullify persisted has_one target associationsAgis-2015-08-246-1/+18
* | | | | | | | | | | | Merge pull request #21091 from y-yagi/add_activejob_section_to_instrumentatio...Yves Senn2015-08-241-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | add Active Job section to instrumentation guide [ci skip]yuuji.yaginuma2015-08-021-0/+32
* | | | | | | | | | | | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-2410-78/+103
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-2410-78/+103
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #21320 from piton4eg/patch-8Yves Senn2015-08-241-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix docs for debugging [ci skip]:Alexey Markov2015-08-241-7/+8