index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "Download and Installation" section to Action Cable README [ci skip]
Prathamesh Sonpatki
2016-06-04
1
-0
/
+10
*
Trim Action Cable README [ci skip]
Prathamesh Sonpatki
2016-06-04
1
-161
/
+0
*
Merge pull request #25272 from kamipo/fix_sqlite3_test_failure
Eileen M. Uchitelle
2016-06-04
2
-3
/
+3
|
\
|
*
Fix sqlite3 test failure
Ryuta Kamizono
2016-06-04
2
-3
/
+3
|
/
*
Dont re-define class SQLite3Adapter on test
Arthur Neves
2016-06-03
2
-108
/
+98
*
Merge pull request #25263 from abhishekjain16/doc_accessor_thread
Eileen M. Uchitelle
2016-06-03
1
-2
/
+2
|
\
|
*
[skip ci] Fix grammar
Abhishek Jain
2016-06-03
1
-2
/
+2
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-03
14
-52
/
+40
|
\
\
|
|
/
|
/
|
|
*
Grammar fixes for Contributing guide
Jon Moss
2016-06-02
1
-7
/
+7
|
*
`will be` --> `is`
Jon Moss
2016-05-31
1
-1
/
+1
|
*
Light edits to Action Cable Overview guide
Jon Moss
2016-05-28
1
-3
/
+3
|
*
`behaviour` --> `behavior`
Jon Moss
2016-05-27
2
-2
/
+2
|
*
- :scissors: space in code to match previous defaults.
Vipul A M
2016-05-23
1
-3
/
+1
|
*
Update i18n guide about how to change locale and translations paths [ci skip]
Prathamesh Sonpatki
2016-05-22
1
-4
/
+5
|
*
Small grammar fixes for Action Controller Overview
Jon Moss
2016-05-21
1
-5
/
+6
|
*
`routes.rb` --> `config/routes.rb`
Jon Moss
2016-05-19
1
-4
/
+4
|
*
Light grammar edits to beginning of Routing guide
Jon Moss
2016-05-18
1
-3
/
+3
|
*
Add tick marks + small grammar change
Jon Moss
2016-05-17
1
-2
/
+2
|
*
PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for t...
Vipul A M
2016-05-17
1
-1
/
+0
|
*
Pass over API Apps guide grammar. [ci skip]
Vipul A M
2016-05-16
1
-7
/
+5
|
*
The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and `ActiveRecor...
Vipul A M
2016-05-16
3
-13
/
+3
|
*
Change output genereated for middlewares on a new application. This has chang...
Vipul A M
2016-05-16
1
-3
/
+3
|
*
Add `ActiveRecord::Migration::CheckPending` to default middlewares for API Apps
Vipul A M
2016-05-16
1
-0
/
+1
*
|
Merge pull request #25243 from sukesan1984/add_i18n_validation_test
Yves Senn
2016-06-03
1
-4
/
+2
|
\
\
|
*
|
Add i18n_validation_test
sukesan1984
2016-06-02
1
-4
/
+2
*
|
|
Merge pull request #25258 from alexcameron89/master
Arthur Nogueira Neves
2016-06-02
1
-3
/
+3
|
\
\
\
|
*
|
|
[skip ci] Make header bullets consistent in engines.md
Alex Kitchens
2016-06-02
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #25254 from kamipo/fix_debug_helper_test
Sean Griffin
2016-06-02
1
-1
/
+4
|
\
\
\
|
*
|
|
Fix debug helper test
Ryuta Kamizono
2016-06-03
1
-1
/
+4
*
|
|
|
Merge pull request #25240 from matthewd/reloadable-channels
Matthew Draper
2016-06-03
10
-84
/
+56
|
\
\
\
\
|
*
|
|
|
Properly support reloading for Action Cable channels
Matthew Draper
2016-06-02
10
-84
/
+56
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Don't blank pad day of the month when formatting dates
Sean Griffin
2016-06-02
3
-3
/
+21
*
|
|
|
Ensure that records with unselected fields can be updated
Sean Griffin
2016-06-02
2
-0
/
+17
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #25252 from felguerez/master
Vipul A M
2016-06-02
1
-1
/
+1
|
\
\
\
|
*
|
|
add missing "as"
Antonio Felguerez
2016-06-02
1
-1
/
+1
|
/
/
/
*
/
/
Fix failing tests
Sean Griffin
2016-06-02
3
-5
/
+17
|
/
/
*
|
Merge pull request #25236 from rajatbansal93/fix-typo
Arun Agrawal
2016-06-01
1
-5
/
+5
|
\
\
|
*
|
fix typo
Rajat Bansal
2016-06-01
1
-5
/
+5
*
|
|
Merge pull request #25231 from prathamesh-sonpatki/collapse-new-initializers
David Heinemeier Hansson
2016-06-01
10
-155
/
+59
|
\
\
\
|
*
|
|
Collapse all new default initializers into a single file
Prathamesh Sonpatki
2016-05-31
10
-155
/
+59
*
|
|
|
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
2
-23
/
+50
*
|
|
|
Make Active Record emit significantly smaller YAML
Sean Griffin
2016-05-31
8
-7
/
+82
*
|
|
|
Remove unused require and unused model stub
Jon Moss
2016-05-31
2
-4
/
+0
*
|
|
|
Merge pull request #25170 from maclover7/add-configuration-cable
Jeremy Daer
2016-05-31
8
-51
/
+69
|
\
\
\
\
|
*
|
|
|
Add helper for testing against a mock WebSocket and server
Javan Makhmali
2016-05-31
5
-56
/
+48
|
*
|
|
|
Reorganize `MockWebSocket`
Jon Moss
2016-05-31
2
-22
/
+32
|
*
|
|
|
Add configuration for `WebSocket` and `logger`
Jon Moss
2016-05-31
4
-6
/
+22
*
|
|
|
|
Respect options passed to `foreign_key` when reverting `add_reference`
Sean Griffin
2016-05-31
2
-4
/
+24
*
|
|
|
|
Merge pull request #25216 from javan/actioncable/tune-sauce-labs-tests
Jeremy Daer
2016-05-31
3
-21
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Lock Faye version to avoid bug with its Promise polyfill, use mainline blade-...
Javan Makhmali
2016-05-31
2
-15
/
+14
[next]