aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...Sean Griffin2015-12-142-0/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add test cases for `#sanitize_sql_array` with named_bind_variablesyui-knk2015-11-092-0/+19
* | | | | | Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-139-31/+30
* | | | | | Merge pull request #22571 from mtsmfm/travel-backSantiago Pastorino2015-12-131-3/+3
|\ \ \ \ \ \
| * | | | | | travel backFumiaki MATSUSHIMA2015-12-131-3/+3
* | | | | | | Merge pull request #22569 from seuros/remove-test-caseEileen M. Uchitelle2015-12-139-30/+31
|\ \ \ \ \ \ \
| * | | | | | | Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-139-30/+31
| |/ / / / / /
* | | | | | | Merge branch 'rails-rake-proxy'Kasper Timm Hansen2015-12-134-11/+63
|\ \ \ \ \ \ \
| * | | | | | | Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-134-6/+64
|/ / / / / / /
* | | | | | | Merge pull request #22574 from gsamokovarov/scaffold-500Kasper Timm Hansen2015-12-133-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Prevent a 500 in the default controller scaffoldGenadi Samokovarov2015-12-133-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #22573 from gsamokovarov/web-console-3-0Kasper Timm Hansen2015-12-132-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Update web-console to 3.0.0Genadi Samokovarov2015-12-132-3/+3
* | | | | | | | Nodoc Rails command.Kasper Timm Hansen2015-12-131-1/+1
* | | | | | | | Merge pull request #22572 from prathamesh-sonpatki/fix-paintit-method-in-guidesArthur Nogueira Neves2015-12-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix paintIt method in JavaScript guides [ci skip]Prathamesh Sonpatki2015-12-131-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | lazy load listen in coreXavier Noria2015-12-132-2/+5
* | | | | | | | let config.file_watcher be the way to enable the evented file watcherXavier Noria2015-12-136-31/+31
| |/ / / / / / |/| | | | | |
* | | | | | | [ci skip] Fix articles spelling.Kasper Timm Hansen2015-12-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-135-61/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Consolidate tests for time and datetime columns options, limit and precisionYasuo Honda2015-11-302-59/+12
| * | | | | Avoid dummy_time_value to add "2000-01-01" twiceYasuo Honda2015-11-301-1/+5
| * | | | | Support supports_datetime_with_precision? for sqlite3Yasuo Honda2015-11-301-0/+4
| * | | | | Use adapter supports_datetime_with_precision to support 3rd party adapter testsYasuo Honda2015-11-301-1/+1
* | | | | | Fix spacing on CHANGELOG nameeileencodes2015-12-121-1/+1
* | | | | | Remove ActionController::TestCase from documentationeileencodes2015-12-126-35/+51
| |/ / / / |/| | | |
* | | | | Merge pull request #22511 from jonatack/redirect-to-302Arthur Nogueira Neves2015-12-112-17/+36
|\ \ \ \ \
| * | | | | Show redirect response code in assert_response messagesJon Atack2015-12-112-17/+36
* | | | | | Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"Arthur Neves2015-12-111-0/+8
|/ / / / /
* | | | | Merge pull request #22502 from maclover7/remove-deprecation-noticeArthur Nogueira Neves2015-12-111-8/+0
|\ \ \ \ \
| * | | | | Remove unused deprecation noticeJon Moss2015-12-051-8/+0
* | | | | | Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...Rafael França2015-12-112-3/+3
|\ \ \ \ \ \
| * | | | | | Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-062-3/+3
* | | | | | | Merge pull request #22554 from y-yagi/fix_link_to_cocRafael França2015-12-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix links to code of conduct [ci skip]yuuji.yaginuma2015-12-111-1/+1
* | | | | | | | Merge pull request #22553 from jtwarren/patch-1Claudio B2015-12-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Correct the time comparison for remember_me tokenJeffrey Warren2015-12-101-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #22552 from tamird/nokogiri-1.6.7Jeremy Daer2015-12-102-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Update nokogiri to 1.6.7Tamir Duberstein2015-12-102-5/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #22367 from andreynering/docs-ar-enumsYves Senn2015-12-101-0/+30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Adding Enums section to Active Record Querying Guide. [ci skip]Andrey Nering2015-12-081-0/+25
* | | | | | | | Merge pull request #22546 from y-yagi/show_relative_path_in_test_runnerYves Senn2015-12-104-23/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | show relative path the rerun snippet of test runner in rails engineyuuji.yaginuma2015-12-104-23/+63
|/ / / / / / / /
* | | | | | | | Merge pull request #22543 from datanoise/masterRafael França2015-12-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed typo in mysql client parameterKent Sibilev2015-12-091-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #20831 from jmbejar/rails-api-json-error-responseSantiago Pastorino2015-12-0912-69/+279
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid calling AD::MimeNegotiation#format_from_path_extension method twiceJorge Bejar2015-12-091-2/+2
| * | | | | | | | Remove duplicated assertion from api_app_generator testsJorge Bejar2015-12-091-2/+0
| * | | | | | | | We don't need to set config.debug_exception_response_format given that :api i...Jorge Bejar2015-12-092-10/+0
| * | | | | | | | Make debug_exception_response_format config depends on api_only when is not setJorge Bejar2015-12-092-2/+37