index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix unsubscribe callbacks
Pratik Naik
2015-01-19
1
-1
/
+1
|
*
No need for matching params
Pratik Naik
2015-01-19
1
-3
/
+1
|
*
Use instance_exec to invoke the lambda callback
Pratik Naik
2015-01-17
1
-1
/
+1
|
*
More API changes
Pratik Naik
2015-01-17
3
-7
/
+10
|
*
Use underscored class name as the default channel name
Pratik Naik
2015-01-17
2
-1
/
+5
|
*
Always pass the channel broadcast in message key
Pratik Naik
2015-01-16
1
-1
/
+1
|
*
Initialize subscriptions as early as possible
Pratik Naik
2015-01-16
1
-2
/
+3
|
*
Specify channel name as an attribute
Pratik Naik
2015-01-15
2
-2
/
+8
|
*
Add some tests. Work in progress. Testing websockets is hard.
Pratik Naik
2015-01-15
5
-0
/
+117
|
*
Latest gems and fix a callback bug
Pratik Naik
2015-01-15
4
-1
/
+62
|
*
Rename publish to broadcast
Pratik Naik
2015-01-15
2
-3
/
+3
|
*
Action Cable take#1
Pratik Naik
2015-01-14
8
-0
/
+213
*
Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...
Sean Griffin
2015-12-14
2
-0
/
+19
|
\
|
*
Add test cases for `#sanitize_sql_array` with named_bind_variables
yui-knk
2015-11-09
2
-0
/
+19
*
|
Revert "Merge pull request #22569 from seuros/remove-test-case"
eileencodes
2015-12-13
9
-31
/
+30
*
|
Merge pull request #22571 from mtsmfm/travel-back
Santiago Pastorino
2015-12-13
1
-3
/
+3
|
\
\
|
*
|
travel back
Fumiaki MATSUSHIMA
2015-12-13
1
-3
/
+3
*
|
|
Merge pull request #22569 from seuros/remove-test-case
Eileen M. Uchitelle
2015-12-13
9
-30
/
+31
|
\
\
\
|
*
|
|
Controller generators should be creating IntegrationTest stubs instead of Con...
Abdelkader Boudih
2015-12-13
9
-30
/
+31
|
|
/
/
*
|
|
Merge branch 'rails-rake-proxy'
Kasper Timm Hansen
2015-12-13
4
-11
/
+63
|
\
\
\
|
*
|
|
Implement Rake proxy for Rails' command line interface.
Dharam Gollapudi
2015-12-13
4
-6
/
+64
|
/
/
/
*
|
|
Merge pull request #22574 from gsamokovarov/scaffold-500
Kasper Timm Hansen
2015-12-13
3
-3
/
+3
|
\
\
\
|
*
|
|
Prevent a 500 in the default controller scaffold
Genadi Samokovarov
2015-12-13
3
-3
/
+3
*
|
|
|
Merge pull request #22573 from gsamokovarov/web-console-3-0
Kasper Timm Hansen
2015-12-13
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Update web-console to 3.0.0
Genadi Samokovarov
2015-12-13
2
-3
/
+3
*
|
|
|
|
Nodoc Rails command.
Kasper Timm Hansen
2015-12-13
1
-1
/
+1
*
|
|
|
|
Merge pull request #22572 from prathamesh-sonpatki/fix-paintit-method-in-guides
Arthur Nogueira Neves
2015-12-13
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix paintIt method in JavaScript guides [ci skip]
Prathamesh Sonpatki
2015-12-13
1
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
lazy load listen in core
Xavier Noria
2015-12-13
2
-2
/
+5
*
|
|
|
|
let config.file_watcher be the way to enable the evented file watcher
Xavier Noria
2015-12-13
6
-31
/
+31
|
|
/
/
/
|
/
|
|
|
*
|
|
|
[ci skip] Fix articles spelling.
Kasper Timm Hansen
2015-12-13
1
-1
/
+1
*
|
|
|
Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supported
Aaron Patterson
2015-12-13
5
-61
/
+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Consolidate tests for time and datetime columns options, limit and precision
Yasuo Honda
2015-11-30
2
-59
/
+12
|
*
|
|
Avoid dummy_time_value to add "2000-01-01" twice
Yasuo Honda
2015-11-30
1
-1
/
+5
|
*
|
|
Support supports_datetime_with_precision? for sqlite3
Yasuo Honda
2015-11-30
1
-0
/
+4
|
*
|
|
Use adapter supports_datetime_with_precision to support 3rd party adapter tests
Yasuo Honda
2015-11-30
1
-1
/
+1
*
|
|
|
Fix spacing on CHANGELOG name
eileencodes
2015-12-12
1
-1
/
+1
*
|
|
|
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
6
-35
/
+51
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #22511 from jonatack/redirect-to-302
Arthur Nogueira Neves
2015-12-11
2
-17
/
+36
|
\
\
\
|
*
|
|
Show redirect response code in assert_response messages
Jon Atack
2015-12-11
2
-17
/
+36
*
|
|
|
Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"
Arthur Neves
2015-12-11
1
-0
/
+8
|
/
/
/
*
|
|
Merge pull request #22502 from maclover7/remove-deprecation-notice
Arthur Nogueira Neves
2015-12-11
1
-8
/
+0
|
\
\
\
|
*
|
|
Remove unused deprecation notice
Jon Moss
2015-12-05
1
-8
/
+0
*
|
|
|
Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...
Rafael França
2015-12-11
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
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
|
\
\
\
\
\
\
[prev]
[next]