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
*
Small PostgreSQL adapter refactors / cleanup
Jon Moss
2016-01-18
2
-15
/
+16
*
ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter
Jon Moss
2016-01-18
11
-21
/
+23
*
All Redis deps are now optional, Postgres --> PostgreSQL adapter
Jon Moss
2016-01-18
7
-15
/
+17
*
config_opts => cable, per @kaspth
Jon Moss
2016-01-18
3
-6
/
+7
*
Listener no longer needs to be a singleton
Matthew Draper
2016-01-18
1
-52
/
+58
*
Tests passing and small refactoring
Jon Moss
2016-01-18
7
-37
/
+65
*
Blanket unsubscribe doesn't appear to be used
Matthew Draper
2016-01-18
1
-6
/
+2
*
Don't execute callbacks on our main listener thread
Matthew Draper
2016-01-18
1
-1
/
+1
*
Pull the action methods directly onto the adapter
Matthew Draper
2016-01-18
8
-56
/
+51
*
Add Postgres adapter
Jon Moss
2016-01-18
3
-0
/
+111
*
Refactor storage_adapter
Jon Moss
2016-01-18
1
-11
/
+3
*
Adapterize ActionCable storage and extract behavior
Jon Moss
2016-01-18
17
-50
/
+173
*
Merge pull request #21555 from amitsuroliya/associated_basics
Jon Moss
2016-01-18
3
-230
/
+230
|
\
|
*
Association Guide replaces Order as example with Author-Book Example [ci skip]
amitkumarsuroliya
2016-01-18
3
-230
/
+230
|
/
*
Merge pull request #22705 from RochesterinNYC/add-order-explanation-to-first-...
Jon Moss
2016-01-18
1
-2
/
+28
|
\
|
*
Add clarification about `first` and `last` behavior when using `order` [ci skip]
James Wen
2015-12-20
1
-2
/
+28
*
|
Merge pull request #23088 from prathamesh-sonpatki/update-gemfile-lock
Santiago Pastorino
2016-01-18
1
-2
/
+1
|
\
\
|
*
|
Checked in changes to Gemfile.lock on latest master
Prathamesh Sonpatki
2016-01-17
1
-2
/
+1
*
|
|
Merge pull request #22394 from j-dexx/update_association_basics_guide
Jon Moss
2016-01-18
1
-3
/
+13
|
\
\
\
|
*
|
|
Updated the guides for having a distinct has_many through at the database level
James Doyley
2016-01-18
1
-3
/
+13
*
|
|
|
Merge pull request #23096 from HayleyCAnderson/ha-action-cable-docs
Jon Moss
2016-01-18
1
-20
/
+31
|
\
\
\
\
|
*
|
|
|
Improve Action Cable configuration explanations
Hayley Anderson
2016-01-18
1
-20
/
+31
*
|
|
|
|
Merge pull request #23097 from prathamesh-sonpatki/psql-hstore
Yves Senn
2016-01-18
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Explain how HStore columns can be queried [ci skip]
Prathamesh Sonpatki
2016-01-18
1
-0
/
+4
*
|
|
|
|
|
Merge pull request #23098 from vipulnsward/changelog-pass
Kasper Timm Hansen
2016-01-18
1
-2
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Pass through AP CHANGELOG [ci skip]
Vipul A M
2016-01-18
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #23085 from maclover7/fix-17030
Kasper Timm Hansen
2016-01-17
4
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Remove ActionView dependence on ActionPack's Mime implementation
Jon Moss
2016-01-17
4
-4
/
+4
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #23089 from kaspth/better-template-types
Kasper Timm Hansen
2016-01-17
1
-15
/
+14
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Store the symbols as an array.
Kasper Timm Hansen
2016-01-17
1
-1
/
+1
|
*
|
|
|
Enrich the SET constant to respond to symbols.
Kasper Timm Hansen
2016-01-17
1
-1
/
+5
|
*
|
|
|
Don't bother looking up the types.
Kasper Timm Hansen
2016-01-17
1
-3
/
+3
|
*
|
|
|
Replace class attribute with SET constant.
Kasper Timm Hansen
2016-01-17
1
-3
/
+2
|
*
|
|
|
Remove register abstraction.
Kasper Timm Hansen
2016-01-17
1
-7
/
+1
|
*
|
|
|
Replace delegate calls with standard method defs.
Kasper Timm Hansen
2016-01-17
1
-1
/
+4
|
*
|
|
|
Spare to_sym call in `==`.
Kasper Timm Hansen
2016-01-17
1
-2
/
+1
|
*
|
|
|
Make ref return the internal symbol.
Kasper Timm Hansen
2016-01-17
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
2
-1
/
+13
*
|
|
|
Merge pull request #23008 from tawan/avoid-multiple-default-paths
Eileen M. Uchitelle
2016-01-16
2
-1
/
+12
|
\
\
\
\
|
*
|
|
|
Avoid multiple default paths to server.pid file
Tawan Sierek
2016-01-16
2
-1
/
+12
|
/
/
/
/
*
|
|
|
Fix the updated API (this sorts the concurrent-ruby switch with Basecamp)
David Heinemeier Hansson
2016-01-16
1
-1
/
+1
*
|
|
|
Revert "Merge pull request #22977 from rails/revert-22934-master"
David Heinemeier Hansson
2016-01-16
15
-36
/
+46
*
|
|
|
Merge pull request #20046 from yoongkang/ladida
Rafael Mendonça França
2016-01-16
3
-1
/
+20
|
\
\
\
\
|
*
|
|
|
Use ActiveSupport::SafeBuffer when flushing content_for
Yoong Kang Lim
2015-05-25
3
-1
/
+20
*
|
|
|
|
Merge pull request #20005 from kamipo/default_expression_support
Rafael França
2016-01-16
11
-44
/
+100
|
\
\
\
\
\
|
*
|
|
|
|
Fix extract default with CURRENT_TIMESTUMP
Ryuta Kamizono
2016-01-13
3
-2
/
+24
|
*
|
|
|
|
Fix extract default with CURRENT_DATE
Ryuta Kamizono
2016-01-13
1
-3
/
+8
|
*
|
|
|
|
Add expression support on the schema default
Ryuta Kamizono
2016-01-13
8
-39
/
+68
*
|
|
|
|
|
Merge pull request #22985 from akshay-vishnoi/fix-typo
Rafael França
2016-01-16
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
test `include?`- fix typo
Akshay Vishnoi
2016-01-09
1
-1
/
+1
[next]