Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port back master changes to 3.4 #1464

Merged
merged 25 commits into from
Apr 29, 2018
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c38209b
Remove compilation digest file if webpack command fails (#1399)
rossta Apr 2, 2018
6b73ab5
fix docs webpack recursive code (#1378)
Mar 24, 2018
b4249d7
update instructions to reflect current version (#1379)
panckreous Mar 24, 2018
6d3ed01
minor grammar fix (#1380)
panckreous Mar 25, 2018
e4032f0
Fix incorrect assignment (#1381)
app2641 Mar 27, 2018
00836b8
Add link to issue from changelog (#1384)
Mar 27, 2018
992a5cc
Fix typo: Coffeeescript (#1383)
TomK32 Mar 27, 2018
2555430
Fix "Hello Erb" example error (#1386)
mdesantis Mar 27, 2018
f84b8e5
CI against Ruby 2.5.1 (#1393)
yhirano55 Mar 29, 2018
42ef219
Update Gemfile.lock with latest version of Loofah
guilleiguaran Mar 29, 2018
b7c1770
Update license year
guilleiguaran Mar 29, 2018
cc190e1
Add image_pack_tag helper
maschwenk Apr 2, 2018
607ecfa
Add changelog URI to gemspec (#1408)
greysteil Apr 5, 2018
de8c137
Remove extra spaces in template.rb (#1422)
szTheory Apr 12, 2018
3fa4285
Use correct protocol (#1425)
Systho Apr 16, 2018
1f2ac9a
From the open3 docs: (#1421)
Apr 16, 2018
afa587a
Enable devserver proxy for custom environments (#1415)
mchalandon Apr 16, 2018
3cc0f3f
Rails webpacker:info helps to print out environment info to aid in de…
ytbryan Apr 16, 2018
bef618f
Handle http dev_server setting properly in the proxy (#1420)
chrisjohnson Apr 16, 2018
6d30671
Include `RAILS_RELATIVE_URL_ROOT` environment variable in `publicPath…
jpickwell Apr 17, 2018
58c2a44
Rewrite refs to "npm" packages as "JavaScript" (#1433)
earnubs Apr 18, 2018
4d48d54
rewrite NODE_ENV (#1434)
4geru Apr 19, 2018
f947a48
Fix watcher command
gauravtiwari Apr 19, 2018
301758e
Syntax issue string #86 (#1442)
kant Apr 22, 2018
9d39e0e
Use complete variable name in CSP initializer
andrewvida Apr 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI against Ruby 2.5.1 (#1393)
* CI against latest supported versions of Ruby
  • Loading branch information
yhirano55 authored and gauravtiwari committed Apr 29, 2018
commit f84b8e514b914aa984096022a778e3a960758d69
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,10 +3,9 @@ language: ruby
before_install:
- gem update --system
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
gemfile:
- gemfiles/Gemfile-rails.4.2.x