You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,24 @@
1
-
# Ten Years of Rails Upgrades
1
+
# Next Rails
2
2
3
-
This is a companion to the "Ten Years of Rails Upgrades" conference talk. You'll find various utilities that we use at Clio to help us prepare for and complete Rails upgrades.
3
+
This is a toolkit to upgrade your next Rails application. It will help you
4
+
set up dual booting, track deprecation warnings, and get a report on outdated
5
+
dependencies for any Rails application.
4
6
5
-
These scripts are still early days and may not work in every environment or app.
7
+
This project is a fork of [`ten_years_rails`](https://github.com/clio/ten_years_rails)
6
8
7
-
I wouldn't recommend adding this to your Gemfile long-term. Rather, try out the scripts and use them as a point of reference. Feel free to tweak them to better fit your environment.
9
+
## History
10
+
11
+
This gem started as a companion to the "[Ten Years of Rails Upgrades](https://www.youtube.com/watch?v=6aCfc0DkSFo)"
12
+
conference talk by Jordan Raine.
13
+
14
+
> You'll find various utilities that we use at Clio to help us prepare for and
15
+
> complete Rails upgrades.
16
+
17
+
> These scripts are still early days and may not work in every environment or app.
18
+
19
+
> I wouldn't recommend adding this to your Gemfile long-term. Rather, try out
20
+
> the scripts and use them as a point of reference. Feel free to tweak them to
0 commit comments