aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* "controllers" should be a valid path nameAaron Patterson2014-05-292-1/+11
* controllers with slash names are also not supported, so we can reuse the messageAaron Patterson2014-05-281-6/+2
* only validate controllersAaron Patterson2014-05-281-15/+17
* golf down a bitAaron Patterson2014-05-281-8/+4
* only error handling between controller and action is the sameAaron Patterson2014-05-281-18/+16
* add a test for controllers without colonsAaron Patterson2014-05-281-0/+10
* move nil check to a method that yields to a block if the value is not nilAaron Patterson2014-05-281-17/+16
* translate action / controller to the desired objectAaron Patterson2014-05-281-12/+11
* only one nil check on the action variableAaron Patterson2014-05-281-10/+8
* change to case / when on typesAaron Patterson2014-05-281-8/+7
* only do one nil check against the controllerAaron Patterson2014-05-281-9/+9
* extract controller and action parsing to a methodAaron Patterson2014-05-281-19/+26
* we don't need the call to presence. that is my present, to you!Aaron Patterson2014-05-281-1/+1
* swtich to returning early if to responds to callAaron Patterson2014-05-281-35/+32
* return early if we have a valid controller nameAaron Patterson2014-05-281-5/+5
* trade 2 is_a? checks for a nil checkAaron Patterson2014-05-281-2/+4
* invert logic to remove nil? and exclude? checks (use ruby rather than AS when...Aaron Patterson2014-05-281-6/+6
* fewer blank? callsAaron Patterson2014-05-281-4/+4
* reduce action.blank? callsAaron Patterson2014-05-281-4/+6
* reduce blank? checksAaron Patterson2014-05-281-4/+9
* extract controller checks to methodsAaron Patterson2014-05-281-19/+26
* set defaults at the top so we can avoid the ||= testAaron Patterson2014-05-281-6/+9
* add a test for existing mapper functionalityAaron Patterson2014-05-281-0/+12
* add tests for argument error casesAaron Patterson2014-05-281-0/+27
* Merge pull request #15393 from tonytonyjan/patch-2Rafael Mendonça França2014-05-281-2/+2
|\
| * Fix documentation簡煒航 (Jian Weihang)2014-05-291-2/+2
|/
* Merge pull request #15392 from arthurnn/move_open_transactionsRafael Mendonça França2014-05-282-4/+4
|\
| * Keep closer to other methods that touch @transactionArthur Neves2014-05-282-4/+4
* | Merge pull request #15390 from sgrif/sg-property-orderRafael Mendonça França2014-05-282-3/+13
|\ \ | |/ |/|
| * Maintain column order when overriding existing columnsSean Griffin2014-05-282-3/+13
|/
* Merge pull request #15389 from sgrif/sg-property-inheritanceRafael Mendonça França2014-05-282-5/+26
|\
| * Ensure custom properties work correctly with inheritanceSean Griffin2014-05-282-5/+26
* | Merge pull request #15370 from sgrif/sg-type-namespaceRafael Mendonça França2014-05-2841-643/+592
|\ \
| * | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-2741-643/+592
* | | Upgrading Ruby on Rails guide is no longer WIP [ci skip]Zachary Scott2014-05-281-1/+0
* | | Formatting of content from b1db615 [ci skip]Zachary Scott2014-05-281-3/+7
* | | Merge pull request #15380 from Gaurav2728/gaurav-transaction_isolation_errorZachary Scott2014-05-281-0/+3
|\ \ \
| * | | Initial doc for TransactionIsolationError [ci skip]Gaurav Sharma2014-05-281-0/+3
* | | | Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-282-5/+1
| |_|/ |/| |
* | | Merge pull request #15386 from zuhao/refactor_actionpack_request_forgery_prot...Santiago Pastorino2014-05-281-3/+6
|\ \ \
| * | | Avoid hardcoded value in teardown.Zuhao Wan2014-05-281-3/+6
* | | | Merge pull request #15387 from sgrif/sg-remove-column-coderSantiago Pastorino2014-05-282-34/+1
|\ \ \ \
| * | | | Remove unused `Column#coder`Sean Griffin2014-05-282-34/+1
| | |_|/ | |/| |
* | | | Merge pull request #15388 from zuhao/refactor_actionpack_send_file_testSantiago Pastorino2014-05-281-2/+6
|\ \ \ \
| * | | | Unregister Mime::Type in teardown.Zuhao Wan2014-05-281-2/+6
| | |/ / | |/| |
* | | | Merge pull request #15385 from zuhao/refactor_actionpack_render_other_testSantiago Pastorino2014-05-281-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add and remove renderer inside the test to prevent leak.Zuhao Wan2014-05-281-4/+7
* | | | Merge pull request #15383 from zuhao/refactor_actionpack_localized_templates_...Yves Senn2014-05-281-10/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Move I18n.locale setting into setup and teardown.Zuhao Wan2014-05-281-10/+8
| | |/ | |/|
* | | Merge pull request #15381 from zuhao/refactor_actionpack_content_type_testYves Senn2014-05-281-12/+20
|\ \ \ | |/ / |/| |