Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Use assert over assert_predicate in assert_response | Prathamesh Sonpatki | 2015-12-06 | 2 | -3/+3 | |
* | | | | | | | Merge pull request #22554 from y-yagi/fix_link_to_coc | Rafael França | 2015-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix links to code of conduct [ci skip] | yuuji.yaginuma | 2015-12-11 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #22553 from jtwarren/patch-1 | Claudio B | 2015-12-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Correct the time comparison for remember_me token | Jeffrey Warren | 2015-12-10 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22552 from tamird/nokogiri-1.6.7 | Jeremy Daer | 2015-12-10 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update nokogiri to 1.6.7 | Tamir Duberstein | 2015-12-10 | 2 | -5/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22367 from andreynering/docs-ar-enums | Yves Senn | 2015-12-10 | 1 | -0/+30 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Adding Enums section to Active Record Querying Guide. [ci skip] | Andrey Nering | 2015-12-08 | 1 | -0/+25 | |
* | | | | | | | | Merge pull request #22546 from y-yagi/show_relative_path_in_test_runner | Yves Senn | 2015-12-10 | 4 | -23/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | show relative path the rerun snippet of test runner in rails engine | yuuji.yaginuma | 2015-12-10 | 4 | -23/+63 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22543 from datanoise/master | Rafael França | 2015-12-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed typo in mysql client parameter | Kent Sibilev | 2015-12-09 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #20831 from jmbejar/rails-api-json-error-response | Santiago Pastorino | 2015-12-09 | 12 | -69/+279 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Avoid calling AD::MimeNegotiation#format_from_path_extension method twice | Jorge Bejar | 2015-12-09 | 1 | -2/+2 | |
| * | | | | | | | | Remove duplicated assertion from api_app_generator tests | Jorge Bejar | 2015-12-09 | 1 | -2/+0 | |
| * | | | | | | | | We don't need to set config.debug_exception_response_format given that :api i... | Jorge Bejar | 2015-12-09 | 2 | -10/+0 | |
| * | | | | | | | | Make debug_exception_response_format config depends on api_only when is not set | Jorge Bejar | 2015-12-09 | 2 | -2/+37 | |
| * | | | | | | | | Add tests for api_only configuration setting | Jorge Bejar | 2015-12-09 | 1 | -0/+15 | |
| * | | | | | | | | Avoid warning because of the mime type | Jorge Bejar | 2015-12-09 | 1 | -1/+1 | |
| * | | | | | | | | Do not add format key to request_params | Jorge Bejar | 2015-12-09 | 3 | -18/+11 | |
| * | | | | | | | | Adjust comment in development.rb template file for app generator | Jorge Bejar | 2015-12-09 | 1 | -3/+0 | |
| * | | | | | | | | Update Changelog with the added response_format option in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 2 | -0/+19 | |
| * | | | | | | | | debug_exception_response_format needs to be writeable in Configuration | Jorge Bejar | 2015-12-09 | 1 | -2/+2 | |
| * | | | | | | | | Fix indent in generated Rails API env file | Jorge Bejar | 2015-12-09 | 1 | -6/+6 | |
| * | | | | | | | | Mention the debug_exception_response_format config in guides | Jorge Bejar | 2015-12-09 | 1 | -0/+8 | |
| * | | | | | | | | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 3 | -9/+10 | |
| * | | | | | | | | Add debug_exception_response_format config to configure DebugException | Jorge Bejar | 2015-12-09 | 3 | -30/+43 | |
| * | | | | | | | | Better name for method in DebugExceptions middleware | Jorge Bejar | 2015-12-09 | 1 | -2/+2 | |
| * | | | | | | | | Improve regexp in AC::Http::Parameters | Jorge Bejar | 2015-12-09 | 1 | -1/+1 | |
| * | | | | | | | | Minor cleanup in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -6/+9 | |
| * | | | | | | | | Remove unneeded args in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -1/+0 | |
| * | | | | | | | | New hash syntax in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -4/+4 | |
| * | | | | | | | | Fix some edge cases in AD::DebugExceptions in rails api apps | Jorge Bejar | 2015-12-09 | 2 | -52/+126 | |
| * | | | | | | | | Do not include web-console in Rails API apps | Jorge Bejar | 2015-12-09 | 1 | -0/+2 | |
| * | | | | | | | | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 6 | -10/+44 | |
| * | | | | | | | | Use URL path extension as format in bad params exception handling | Jorge Bejar | 2015-12-08 | 2 | -3/+32 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Fix `make_response!` when called by `serve` in `RouteSet` | eileencodes | 2015-12-09 | 2 | -6/+40 | |
* | | | | | | | | renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker | Xavier Noria | 2015-12-09 | 3 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22248 from arekf/issue-22232 | Kasper Timm Hansen | 2015-12-07 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix #22232: rake test tasks exit status code | Arkadiusz Fal | 2015-12-07 | 2 | -1/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Clarify the need to run command twice. | Kasper Timm Hansen | 2015-12-07 | 1 | -2/+2 | |
* | | | | | | | Change the `protect_from_forgery` prepend default to `false` | eileencodes | 2015-12-07 | 3 | -9/+32 | |
* | | | | | | | Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_... | Santiago Pastorino | 2015-12-07 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remove `request_forgery_protection` initializer from rails api | yuuji.yaginuma | 2015-12-06 | 2 | -0/+2 | |
* | | | | | | | | Merge pull request #22475 from claudiob/missing-require | Matthew Draper | 2015-12-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add missing require to strong_parameters.rb | claudiob | 2015-12-04 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #22523 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Typo correction | Yves Siegrist | 2015-12-07 | 1 | -4/+4 | |
* | | | | | | | | | | Merge pull request #22517 from Elektron1c97/master | Rafael França | 2015-12-07 | 7 | -13/+7 | |
|\| | | | | | | | | |