Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests | Rafael Mendonça França | 2015-08-25 | 1 | -0/+10 |
|\ | | | | | add missing test for action regexp for routing | ||||
| * | add missing tests for action regexp | Aditya Kapoor | 2015-08-02 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #21365 from justanshulsharma/remove_unused_variable | Rafael Mendonça França | 2015-08-25 | 2 | -2/+2 |
|\ \ | | | | | | | Remove unused block arguments | ||||
| * | | Remove unused block arguments | Anshul Sharma | 2015-08-25 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #21363 from amitsuroliya/remove_unused_variable | Rafael Mendonça França | 2015-08-24 | 1 | -1/+1 |
|\ \ | | | | | | | Remove unused block arguments | ||||
| * | | Remove unused block arguments | amitkumarsuroliya | 2015-08-25 | 1 | -1/+1 |
|/ / | |||||
* | | use `caller_locations` instead of `caller` | Aaron Patterson | 2015-08-24 | 2 | -3/+14 |
| | | | | | | | | | | We have `caller_locations`, so we don't need to parse the strings in the callstack. | ||||
* | | remove more direct `env` mutations | Aaron Patterson | 2015-08-24 | 2 | -2/+4 |
| | | |||||
* | | remove another `@env` access | Aaron Patterson | 2015-08-24 | 1 | -1/+1 |
| | | |||||
* | | remove more direct access to `env` | Aaron Patterson | 2015-08-24 | 2 | -3/+4 |
| | | |||||
* | | fewer calls to `env` | Aaron Patterson | 2015-08-24 | 1 | -2/+2 |
| | | | | | | | | We don't want to directly access the env hash | ||||
* | | Merge pull request #21361 from olleicua/master | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 |
|\ \ | | | | | | | minor documentation improvement [ci skip] | ||||
| * | | minor documentation improvement [ci skip] | Sam Auciello | 2015-08-24 | 1 | -2/+2 |
| | | | |||||
* | | | override `controller_class` on the request | Aaron Patterson | 2015-08-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | Just like the other places. We need to refactor this because the code is almost identical to that in the action pack tests | ||||
* | | | stop using `@env` in the GET / POST methods | Aaron Patterson | 2015-08-24 | 2 | -4/+11 |
| | | | | | | | | | | | | | | | I want to implement this with something besides `@env` in the future, so lets stop directly referencing it. | ||||
* | | | rm useless method | Aaron Patterson | 2015-08-24 | 1 | -4/+0 |
|/ / | | | | | | | superclass already has this method, so remove this one | ||||
* | | remove dead code :bomb: | Aaron Patterson | 2015-08-24 | 1 | -2/+0 |
| | | |||||
* | | pull up dispatcher allocation | Aaron Patterson | 2015-08-24 | 2 | -5/+1 |
| | | | | | | | | | | the dispatcher class isn't configurable anymore, so pull up allocation to the method that needs it. | ||||
* | | directly ask the request for the controller class | Aaron Patterson | 2015-08-24 | 1 | -6/+1 |
| | | | | | | | | | | | | Now that we don't have subclasses depending on this method (they augment the request class instead of the dispatch class) we can remove this method and directly ask the request object for the controller class | ||||
* | | use `make_set` helper method to generate route sets | Aaron Patterson | 2015-08-24 | 1 | -31/+1 |
| | | | | | | | | We should keep the route set generation logic in one place | ||||
* | | remove useless ivar | Aaron Patterson | 2015-08-24 | 1 | -2/+1 |
| | | |||||
* | | remove setter for the dispatcher class | Aaron Patterson | 2015-08-24 | 1 | -2/+2 |
| | | | | | | | | we don't need it anymore. We always use the same dispatcher in tests. | ||||
* | | subclass and delegate rather than mutating existing objects | Aaron Patterson | 2015-08-24 | 1 | -12/+29 |
| | | | | | | | | | | If we subclass and augment the superclass, then we don't need to have setters for particular things on the superclass. | ||||
* | | Merge pull request #21359 from Gaurav2728/gaurav-remove_unused_require_file | Rafael Mendonça França | 2015-08-24 | 2 | -3/+0 |
|\ \ | | | | | | | temp files are no more require | ||||
| * | | temp files are no more require | Gaurav Sharma | 2015-08-25 | 2 | -3/+0 |
|/ / | | | | | `:nail_care:` | ||||
* | | use a custom request class to determine the controller class | Aaron Patterson | 2015-08-24 | 2 | -25/+28 |
| | | | | | | | | | | | | controller class resolution has been moved to the request object, so we should override that method instead of relying on the RouteSet to generate the controller class. | ||||
* | | Pass the correct formats | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 |
| | | |||||
* | | Pass formats to lookup_context | Rafael Mendonça França | 2015-08-24 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | Before we were changing the state of the lookup_context for the duration of the with_layout_format block, but since we already know the formats we can just pass it explicitly. Related with 8d7ce0f22aee09d20091a4dc58cb379a09d13e26 | ||||
* | | Allow release when CHANGELOG is changed | Rafael Mendonça França | 2015-08-24 | 1 | -1/+1 |
| | | |||||
* | | remove useless case in #resolve_layout. | Nick Sutterer | 2015-08-24 | 1 | -2/+0 |
| | | |||||
* | | remove LookupContext#with_layout_format by passing formats for layouts ↵ | Nick Sutterer | 2015-08-24 | 3 | -24/+11 |
| | | | | | | | | explicitely. | ||||
* | | Merge pull request #21354 from yui-knk/fix/migration_file_timestamp | Robin Dupret | 2015-08-24 | 2 | -2/+2 |
|\ \ | | | | | | | [ci skip] Fix migration file's timestamp | ||||
| * | | [ci skip] Fix migration file's timestamp | yui-knk | 2015-08-24 | 2 | -2/+2 |
| | | | | | | | | | | | | In rails generally migration file's timestamp is "YYYYMMDDHHMMSS". | ||||
* | | | Merge pull request #21339 from deepj/unused-block-arguments | Carlos Antonio da Silva | 2015-08-24 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | Remove unused block arguments | ||||
| * | | | Remove unused block arguments | deepj | 2015-08-23 | 2 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #21355 from akihiro17/remove-variables | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Remove unused variables | ||||
| * | | | | Remove unused variables | akihiro17 | 2015-08-24 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #21342 from yui-knk/test/add_assert_method | Rafael Mendonça França | 2015-08-24 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Add `assert_nothing_raised` to make clear test case perpose | ||||
| * | | | | | Add `assert_nothing_raised` to make clear test case perpose | yui-knk | 2015-08-23 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #21267 from davidcornu/rails-server-port-env-var | Rafael Mendonça França | 2015-08-24 | 3 | -1/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Use the PORT environment variable for rails server | ||||
| * | | | | | Use the PORT environment variable for rails server | David Cornu | 2015-08-18 | 3 | -1/+12 |
| | | | | | | |||||
* | | | | | | Further fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #21350 from agis-/issue-21223 | Sean Griffin | 2015-08-24 | 6 | -1/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only nullify persisted has_one target associations | ||||
| * | | | | | | Only nullify persisted has_one target associations | Agis- | 2015-08-24 | 6 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since after 87d1aba3c `dependent: :destroy` callbacks on has_one assocations run *after* destroy, it is possible that a nullification is attempted on an already destroyed target: class Car < ActiveRecord::Base has_one :engine, dependent: :nullify end class Engine < ActiveRecord::Base belongs_to :car, dependent: :destroy end > car = Car.create! > engine = Engine.create!(car: car) > engine.destroy! # => ActiveRecord::ActiveRecordError: cannot update a > destroyed record In the above case, `engine.destroy!` deletes `engine` and *then* triggers the deletion of `car`, which in turn triggers a nullification of `engine.car_id`. However, `engine` is already destroyed at that point. Fixes #21223. | ||||
* | | | | | | | Merge pull request #21091 from ↵ | Yves Senn | 2015-08-24 | 1 | -0/+32 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | y-yagi/add_activejob_section_to_instrumentation_guide add Active Job section to instrumentation guide [ci skip] | ||||
| * | | | | | | add Active Job section to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-08-02 | 1 | -0/+32 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 10 | -78/+103 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Get rid of mocha tests in actionpack - part 1 | ||||
| * | | | | | | | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 10 | -78/+103 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #21320 from piton4eg/patch-8 | Yves Senn | 2015-08-24 | 1 | -7/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Small fixes [ci skip] |