Skip to content

Commit 38dd580

Browse files
authored
Merge pull request #11 from fastruby/feature/upgrade-readme
Updated documentation to reflect reality
2 parents a325fe0 + 78a8255 commit 38dd580

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
# Ten Years of Rails Upgrades
1+
# Next Rails
22

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.
46

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)
68

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
21+
> better fit your environment.
822
923
## Usage
1024

0 commit comments

Comments
 (0)