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
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
14
-26
/
+61
*
Merge pull request #35081 from eileencodes/ec-driver-option-updated
Eileen M. Uchitelle
2019-01-29
8
-17
/
+132
|
\
|
*
Rename methods and update docs
Eileen Uchitelle
2019-01-29
5
-25
/
+33
|
*
driver_option -> driver_options
Edouard CHIN
2019-01-29
3
-8
/
+9
|
*
Implement a way to add browser capabilities:
Edouard CHIN
2019-01-29
8
-11
/
+117
*
|
Merge pull request #35083 from alkesh26/activejob-typo-fixes
Ryuta Kamizono
2019-01-30
2
-2
/
+2
|
\
\
|
*
|
activejob typo fixes.
alkesh26
2019-01-29
2
-2
/
+2
|
/
/
*
|
Merge pull request #35071 from kamipo/text_without_limit
Ryuta Kamizono
2019-01-29
11
-23
/
+65
|
\
\
|
*
|
Allow changing text and blob size without giving the `limit` option
Ryuta Kamizono
2019-01-29
11
-23
/
+65
*
|
|
Merge pull request #35078 from carlosramireziii/patch-1
Ryuta Kamizono
2019-01-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix usage documentation in VideoAnalyzer
Carlos Ramirez III
2019-01-28
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #35067 from vnbrs/patch-1
Rafael França
2019-01-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Add line break to Action Text installation outputs
Vinicius Brasil
2019-01-27
1
-1
/
+1
*
|
|
|
Merge pull request #35076 from rails/more-ro-objects
Aaron Patterson
2019-01-28
7
-58
/
+79
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove `with_layout_format` delegation
Aaron Patterson
2019-01-28
1
-1
/
+1
|
*
|
|
Cache the digest path on the stack.
Aaron Patterson
2019-01-28
1
-7
/
+5
|
*
|
|
Pull `@template` in to a local variable
Aaron Patterson
2019-01-28
4
-27
/
+26
|
*
|
|
Remove default parameters from method signature
Aaron Patterson
2019-01-28
1
-4
/
+2
|
*
|
|
Remove `@view` instance variable from the partial renderer
Aaron Patterson
2019-01-28
3
-27
/
+26
|
*
|
|
Remove `find_template` and `find_file` delegate methods
Aaron Patterson
2019-01-28
1
-1
/
+1
|
*
|
|
Deprecate `with_fallbacks` using a block
Aaron Patterson
2019-01-28
3
-15
/
+42
*
|
|
|
Revert "Apply `t.timestamps` changes in Action Text and Action Mailbox"
Ryuta Kamizono
2019-01-29
4
-2
/
+7
|
/
/
/
*
|
|
Merge pull request #35074 from rails/ro-lookup-context
Aaron Patterson
2019-01-28
3
-25
/
+27
|
\
\
\
|
*
|
|
Make `@view_paths` on the lookup context mostly read-only
Aaron Patterson
2019-01-28
2
-17
/
+17
|
*
|
|
Remove method named "hash"
Aaron Patterson
2019-01-28
2
-8
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35062 from larskanis/native-timestamps
Aaron Patterson
2019-01-28
2
-3
/
+33
|
\
\
\
|
*
|
|
PostgreSQL: Use native timestamp decoders of pg-1.1
Lars Kanis
2019-01-26
2
-3
/
+33
*
|
|
|
Apply `t.timestamps` changes in Action Text and Action Mailbox
Ryuta Kamizono
2019-01-29
4
-7
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #35030 from alkesh26/actionpack-long-string-indentation-an...
Rafael França
2019-01-28
2
-2
/
+2
|
\
\
\
|
*
|
|
Typo fixes action pack.
alkesh26
2019-01-26
2
-2
/
+2
*
|
|
|
Add CHANGELOG entries for npm package renames [ci skip]
Javan Makhmali
2019-01-28
3
-0
/
+18
|
|
_
|
/
|
/
|
|
*
|
|
Convert path to string before call `length`
yuuji.yaginuma
2019-01-28
1
-1
/
+1
*
|
|
Simplify path prefix extraction
Xavier Noria
2019-01-27
1
-2
/
+3
|
|
/
|
/
|
*
|
Fix a tiny typo [ci skip]
Robin Dupret
2019-01-26
1
-1
/
+1
*
|
Merge pull request #34970 from kamipo/timestamps_with_precision_by_default
Ryuta Kamizono
2019-01-26
14
-75
/
+206
|
\
\
|
*
|
Make `t.timestamps` with precision by default
Ryuta Kamizono
2019-01-26
14
-75
/
+206
*
|
|
Merge pull request #35057 from javan/actiontext/blob-embeds-only
Javan Makhmali
2019-01-26
2
-1
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix error saving Action Text content containing non-blob attachables
Javan Makhmali
2019-01-25
2
-1
/
+10
*
|
|
Fix `t.timestamps` missing `null: false` in `change_table bulk: true`
Ryuta Kamizono
2019-01-26
4
-0
/
+36
*
|
|
Allow `column_exists?` giving options without type
Ryuta Kamizono
2019-01-26
3
-13
/
+13
*
|
|
Fix typo: overriden -> overridden [ci skip] (#35060)
Vipul A M
2019-01-26
1
-1
/
+1
*
|
|
Merge pull request #35055 from bughit/patch-1
Rafael França
2019-01-26
1
-0
/
+2
|
\
\
\
|
*
|
|
document the possibility of app initializers running before gem initilizers
bughit
2019-01-25
1
-0
/
+2
*
|
|
|
Merge pull request #34803 from yahonda/use_xenial
Yuji Yaginuma
2019-01-26
1
-85
/
+32
|
\
\
\
\
|
*
|
|
|
Use Ubuntu Xenial (16.04) at Travis CI
Yasuo Honda
2019-01-26
1
-85
/
+32
*
|
|
|
|
Add missing require for `Float#to_d`
yuuji.yaginuma
2019-01-26
1
-0
/
+2
*
|
|
|
|
Merge pull request #35054 from bogdanvlviv/exercise-redirect_back
Ryuta Kamizono
2019-01-26
1
-0
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
Ensure that `redirect_back` with `fallback_location` to another host is allowed
bogdanvlviv
2019-01-25
1
-0
/
+29
*
|
|
|
|
|
Loosen check of error cause file
yuuji.yaginuma
2019-01-26
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #35056 from larskanis/origin-queue-classic
Ryuta Kamizono
2019-01-26
2
-9
/
+8
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
[next]