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
...
|
*
|
|
|
Normalize date component when writing to time columns
Andrew White
2018-03-11
3
-6
/
+9
|
*
|
|
|
Apply time column precision on assignment
Andrew White
2018-03-11
3
-1
/
+37
*
|
|
|
|
Merge pull request #32254 from sgrif/sg-dont-marshal-twice
Sean Griffin
2018-03-14
1
-13
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Don't marshal ActiveSupport::Cache::Entry objects twice
Sean Griffin
2018-03-14
1
-13
/
+14
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #32250 from bogdanvlviv/add-info-about-exprity-of-siigned-...
Andrew White
2018-03-14
2
-0
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Update "Upgrading from Rails 5.1 to Rails 5.2" [ci skip]
bogdanvlviv
2018-03-14
2
-0
/
+14
|
/
/
/
/
/
*
|
|
|
|
Pass the skip_pipeline option in image_submit_tag
Andrew White
2018-03-14
2
-2
/
+4
*
|
|
|
|
Remove entry that was backported to Rails 5.1.3. [ci skip]
Yuji Yaginuma
2018-03-14
1
-3
/
+0
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...
Kasper Timm Hansen
2018-03-13
1
-14
/
+15
*
|
|
|
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
3
-98
/
+84
*
|
|
|
Extract details to methods to clarify command.
Kasper Timm Hansen
2018-03-13
1
-8
/
+12
*
|
|
|
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
10
-20
/
+0
*
|
|
|
Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emails
Rafael Mendonça França
2018-03-13
3
-6
/
+32
|
\
\
\
\
|
*
|
|
|
Perform email jobs in #assert_emails
Gannon McGibbon
2018-03-12
2
-5
/
+29
*
|
|
|
|
Merge pull request #32153 from bogdanvlviv/rails-routes-32130
Kasper Timm Hansen
2018-03-13
4
-62
/
+49
|
\
\
\
\
\
|
*
|
|
|
|
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
3
-59
/
+46
|
*
|
|
|
|
Improve docs of `ActionDispatch::Routing`
bogdanvlviv
2018-03-13
1
-3
/
+3
*
|
|
|
|
|
Merge pull request #32222 from bogdanvlviv/update-ruby_on_rails_5_2_release_n...
Kasper Timm Hansen
2018-03-13
1
-47
/
+896
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Update "Ruby on Rails 5.2 Release Notes" Guide [ci skip]
bogdanvlviv
2018-03-13
1
-47
/
+896
|
/
/
/
/
/
*
|
|
|
|
Restore full Travis config
George Claghorn
2018-03-12
1
-1
/
+76
*
|
|
|
|
Fix Azure signed URL generation with newer client lib
George Claghorn
2018-03-12
2
-82
/
+5
*
|
|
|
|
Redis cache store: fix constructing with a Redis instance
Adam Richardson
2018-03-12
2
-1
/
+7
*
|
|
|
|
Remove path option from AzureStorage config
Yuji Yaginuma
2018-03-13
1
-1
/
+0
*
|
|
|
|
Update ASt test services config
George Claghorn
2018-03-12
2
-1
/
+1
|
/
/
/
/
*
|
|
|
Remove path config option from Azure service
Andrew White
2018-03-12
3
-8
/
+10
*
|
|
|
[ci skip] Add missing do.
Kasper Timm Hansen
2018-03-12
1
-1
/
+1
*
|
|
|
Add section to routing guide about config/routes.rb [ci skip]
Andrew White
2018-03-12
1
-0
/
+20
*
|
|
|
Merge pull request #32227 from ydakuka/fix-notes-marks
Eileen M. Uchitelle
2018-03-12
7
-9
/
+9
|
\
\
\
\
|
*
|
|
|
Fix note marks [ci skip]
Yauheni Dakuka
2018-03-12
7
-9
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #32224 from bogdanvlviv/fix-rails_6_0-changelogs
Andrew White
2018-03-12
3
-9
/
+7
|
\
\
\
\
|
*
|
|
|
Fix CHANGELOGs [ci skip]
bogdanvlviv
2018-03-12
3
-9
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded
Kasper Timm Hansen
2018-03-11
3
-44
/
+67
|
\
\
\
\
|
*
|
|
|
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
3
-44
/
+67
*
|
|
|
|
Remove unnecessary `Hash.method_defined?(:dig)` checking
yuuji.yaginuma
2018-03-11
1
-13
/
+11
*
|
|
|
|
Do not show unnecessary message during server startup
yuuji.yaginuma
2018-03-10
1
-6
/
+5
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #32216 from Gaurav2728/update-psych-gem
Rafael França
2018-03-09
2
-3
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
update psych gem to 3.2 stable release
Gaurav Sharma
2018-03-10
2
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #32215 from M-Sayed/master
Richard Schneeman
2018-03-09
1
-2
/
+1
|
\
\
\
|
*
|
|
Change doc for "polymorphic_path" in polymorphic_routes.rb
Mahmoud
2018-03-09
1
-2
/
+1
*
|
|
|
Update some i18n references in guides (#32182)
Chris Salzberg
2018-03-09
1
-8
/
+17
*
|
|
|
Merge pull request #32212 from dharamgollapudi/patch-6
Ryuta Kamizono
2018-03-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixes a typo and updates active_job_basics.md
Dharam Gollapudi
2018-03-08
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #32213 from yujideveloper/feature/delegate-ar-base-pick-to...
Ryuta Kamizono
2018-03-09
2
-1
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add `delegate :pick, to: :all`
Yuji Hanamura
2018-03-09
2
-1
/
+6
|
/
/
/
*
|
|
Merge pull request #32210 from kivikakk/uri-selective-monkeypatch
Aaron Patterson
2018-03-08
1
-2
/
+9
|
\
\
\
|
*
|
|
Only apply monkey-patch if detected to be required
Ashe Connor
2018-03-09
1
-2
/
+9
*
|
|
|
Always yield a CSP policy instance
Andrew White
2018-03-08
3
-17
/
+65
*
|
|
|
Add the ability to disable the global CSP in a controller
Andrew White
2018-03-08
2
-1
/
+19
*
|
|
|
Allow using inline style and script in the internal controllers
yuuji.yaginuma
2018-03-08
1
-0
/
+13
*
|
|
|
Quote string return values in doc examples [ci skip]
Andrew White
2018-03-08
1
-2
/
+2
[prev]
[next]