aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | No cramp and use celluloid workers to run callbacksPratik Naik2015-02-057-16/+59
| |/ / / / / / /
| * | | | | | | Add a disconnect callbackDavid Heinemeier Hansson2015-01-311-1/+7
| * | | | | | | Add support for redis channelsPratik Naik2015-01-193-0/+34
| * | | | | | | Fix unsubscribe callbacksPratik Naik2015-01-191-1/+1
| * | | | | | | No need for matching paramsPratik Naik2015-01-191-3/+1
| * | | | | | | Use instance_exec to invoke the lambda callbackPratik Naik2015-01-171-1/+1
| * | | | | | | More API changesPratik Naik2015-01-173-7/+10
| * | | | | | | Use underscored class name as the default channel namePratik Naik2015-01-172-1/+5
| * | | | | | | Always pass the channel broadcast in message keyPratik Naik2015-01-161-1/+1
| * | | | | | | Initialize subscriptions as early as possiblePratik Naik2015-01-161-2/+3
| * | | | | | | Specify channel name as an attributePratik Naik2015-01-152-2/+8
| * | | | | | | Add some tests. Work in progress. Testing websockets is hard.Pratik Naik2015-01-155-0/+117
| * | | | | | | Latest gems and fix a callback bugPratik Naik2015-01-154-1/+62
| * | | | | | | Rename publish to broadcastPratik Naik2015-01-152-3/+3
| * | | | | | | Action Cable take#1Pratik Naik2015-01-148-0/+213
| / / / / / /
* | | | | | | 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