File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Abandoned Project
2
+
3
+ Katapult was an endeavor to dramatically speed up starting a new Rails
4
+ application. However, it turned out to save less time than expected, while
5
+ requiring more time for maintenance than anticipated. Since its benefits fell
6
+ too low, we have decided to not continue developing Katapult.
7
+
8
+ You can still use Katapult for generating ready-to-run applications with model
9
+ CRUD, authentication and all of Katapult's features, but the rapid development
10
+ of the web will quickly render the generated code antiquated. Nevertheless, its
11
+ architecture may remain an inspiration on how to use the Rails generators
12
+ programmatically.
13
+
14
+
15
+ That being sad, here's the latest version of its README:
16
+
1
17
# Katapult 0.5.0
2
18
Generating a Rails 5.1.4 app on Ruby 2.5.0.
3
19
You can’t perform that action at this time.
0 commit comments